commit inicial docker
This commit is contained in:
9
files/junk-filter.sieve
Normal file
9
files/junk-filter.sieve
Normal file
@@ -0,0 +1,9 @@
|
||||
require ["regex","fileinto", "mailbox"];
|
||||
# rule:[SPAM]
|
||||
if anyof(
|
||||
header :contains "X-Spam-Flag" "YES",
|
||||
header :contains "X-Bogosity" "Spam" )
|
||||
{
|
||||
fileinto :create "Junk";
|
||||
stop;
|
||||
}
|
||||
Reference in New Issue
Block a user