default spam sieve rule
This commit is contained in:
parent
e32113cab7
commit
78da3e9766
@ -2,7 +2,7 @@ require ["regex","fileinto", "mailbox"];
|
||||
# rule:[SPAM]
|
||||
if anyof(
|
||||
header :contains "X-Spam-Flag" "YES",
|
||||
header :contains "X-Bogosity" "Spam" )
|
||||
header :matches "X-Bogosity" "Spam*" )
|
||||
{
|
||||
fileinto :create "Junk";
|
||||
stop;
|
||||
|
Loading…
x
Reference in New Issue
Block a user