mailserver/usr/local/lib/dovecot/sieve/report-ham.sieve

16 lines
285 B
Sieve
Raw Normal View History

2022-05-26 16:24:36 +00:00
require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"];
if environment :matches "imap.mailbox" "*" {
set "mailbox" "";
}
if string "" "Trash" {
stop;
}
if environment :matches "imap.user" "*" {
set "username" "";
}
pipe :copy "sa-learn-ham.sh" [ "" ];