summaryrefslogtreecommitdiff
blob: 4ed95d7976c91eb649e71ae7f4d41f90b4bdfa93 (plain) (blame)
1
2
3
4
5
6
7
require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"];

if environment :matches "imap.email" "*" {
  set "email" "${1}";
}

pipe :copy "train-spam.sh" [ "${email}" ];
Powered by cgit v1.2.3 (git 2.41.0)