bundlewrap/bundles/dovecot/files/learn-spam.sieve

8 lines
199 B
Sieve
Raw Normal View History

2020-11-07 21:31:47 +00:00
require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"];
if environment :matches "imap.user" "*" {
set "username" "${1}";
}
pipe :copy "sa-learn-spam.sh" [ "${username}" ];