aboutsummaryrefslogtreecommitdiff
path: root/app/build/dovecot/conf/report-spam.sieve
blob: 1be738964b817c59d4fb3bcc33a9760097a7daa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
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}";