1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-30 13:11:15 +02:00
docker-mailserver/test/config/user2@otherdomain.tld.dovecot.sieve
Arne Kepp c0530491c3 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
2017-05-10 09:54:02 +02:00

5 lines
126 B
Sieve

require ["copy", "vnd.dovecot.pipe"];
if header :contains "subject" "Sieve pipe test message" {
pipe :copy "pipe_to_tmp";
}