import from ansible role

This commit is contained in:
Mauro Torrez
2019-09-29 18:14:36 -03:00
25 changed files with 1488 additions and 1 deletions

9
junk-filter.sieve Normal file
View 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;
}