Filter spam before forward and auto-reply
parent
daf8c4bad3
commit
93f33e956d
@ -1,12 +0,0 @@
|
||||
require ["variables", "fileinto", "envelope", "mailbox", "imap4flags", "regex", "relational", "comparator-i;ascii-numeric", "vnd.dovecot.extdata"];
|
||||
|
||||
|
||||
if string :is "${extdata.spam_enabled}" "1" {
|
||||
if header :matches "X-Spam-Status" "* score=*" {
|
||||
if string :value "ge" :comparator "i;ascii-numeric" "${2}" "${extdata.spam_threshold}" {
|
||||
setflag "\\seen";
|
||||
fileinto :create "Junk";
|
||||
stop;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue