10 lines
168 B
Text
10 lines
168 B
Text
|
# {{ ansible_managed }}
|
||
|
|
||
|
require ["vnd.dovecot.pipe", "copy", "imapsieve", "variables"];
|
||
|
|
||
|
if string "${mailbox}" "Trash" {
|
||
|
stop;
|
||
|
}
|
||
|
|
||
|
pipe :copy "rspamd-learn-ham.sh";
|