mmv

mailserver bootstrap script
git clone git://git.yotsev.xyz/mmv.git
Log | Files | Refs | README | LICENSE

report-spam.sieve (199B)


      1 require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"];
      2 
      3 if environment :matches "imap.user" "*" {
      4   set "username" "${1}";
      5 }
      6 
      7 pipe :copy "sa-learn-spam.sh" [ "${username}" ];