nixfiles/hosts/hetzner-vm/services/mailserver/spam_sieve/report-spam.sieve

7 lines
198 B
Sieve
Raw Normal View History

2022-06-28 09:45:59 +01:00
require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"];
if environment :matches "imap.user" "*" {
set "username" "${1}";
}
pipe :copy "sa-learn-spam.sh" [ "${username}" ];