train spam mails from junk
This commit is contained in:
parent
0cb92f1252
commit
d8ace47eea
7 changed files with 87 additions and 0 deletions
5
files/learn-ham.sieve
Normal file
5
files/learn-ham.sieve
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
require ["vnd.dovecot.pipe", "copy", "imapsieve", "variables"];
|
||||
if string "${mailbox}" "Trash" {
|
||||
stop;
|
||||
}
|
||||
pipe :copy "rspamd-learn-ham.sh";
|
||||
Loading…
Add table
Add a link
Reference in a new issue