nixcfg/cluster/prod/app/email/build/dovecot/legacy/report-spam.sieve

10 lines
271 B
Sieve
Raw Normal View History

2022-08-25 02:39:44 +00:00
require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables", "vnd.dovecot.debug"];
if environment :matches "imap.user" "*" {
set "username" "${1}";
}
pipe :copy "sa-learn" [ "--spam", "-u", "debian-spamd"];
debug_log "spam reported by ${username}";