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

8 lines
184 B
Sieve

require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"];
if environment :matches "imap.user" "*" {
set "username" "";
}
pipe :copy "sa-learn-spam.sh" [ "" ];