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