docker-mailserver/test/config/dovecot-sieve/user2@otherdomain.tld.dovec...

5 lines
126 B
Sieve

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