mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 01:24:52 +02:00
Add sieve pipe and filter (#574)
* First pass at adding support for pipe and filter in Sieve, excluding unit tests. * Reduce insight into copied scripts * Added test * Adjustments related to switch to 16.04
This commit is contained in:
parent
070f0da014
commit
c0530491c3
8 changed files with 153 additions and 1 deletions
2
test/config/sieve-pipe/pipe_to_tmp
Normal file
2
test/config/sieve-pipe/pipe_to_tmp
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
cat - > /tmp/pipe-test.out
|
Loading…
Add table
Add a link
Reference in a new issue