Dovecot relevante Files hinzugefügt
This commit is contained in:
11
dovecot/report-ham.sieve
Normal file
11
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", "train_ham", "train_prob", "train_spam" ] {
|
||||
stop;
|
||||
}
|
||||
|
||||
pipe :copy "sa-learn-ham.sh";
|
Reference in New Issue
Block a user