first commit
This commit is contained in:
commit
098f59b644
3632 changed files with 518046 additions and 0 deletions
11
mailcow/data/Dockerfiles/dovecot/report-ham.sieve
Normal file
11
mailcow/data/Dockerfiles/dovecot/report-ham.sieve
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"];
|
||||
|
||||
if environment :matches "imap.mailbox" "*" {
|
||||
set "mailbox" "${1}";
|
||||
}
|
||||
|
||||
if string "${mailbox}" "Trash" {
|
||||
stop;
|
||||
}
|
||||
|
||||
pipe :copy "rspamd-pipe-ham";
|
||||
Loading…
Add table
Add a link
Reference in a new issue