commit inicial docker

This commit is contained in:
Mauro Torrez
2019-09-08 13:47:21 -03:00
parent 431114680c
commit f02b759ff3
16 changed files with 181 additions and 292 deletions

9
files/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;
}