blob: 80c7f44e5c8a914b1dfcf2ef9a77e0dbe935ac0b [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"];
2
3if environment :matches "imap.mailbox" "*" {
4 set "mailbox" "${1}";
5}
6
7if string "${mailbox}" "Trash" {
8 stop;
9}
10
11pipe :copy "rspamd-pipe-ham";