mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
5 lines
126 B
Sieve
5 lines
126 B
Sieve
|
require ["copy", "vnd.dovecot.pipe"];
|
||
|
if header :contains "subject" "Sieve pipe test message" {
|
||
|
pipe :copy "pipe_to_tmp";
|
||
|
}
|