Put clamav and amavis togther, fix spam filtering

This commit is contained in:
Pierre Jaury
2016-03-02 22:31:44 +01:00
parent e9ae250d7d
commit f51180415c
10 changed files with 16 additions and 33 deletions

View File

@@ -0,0 +1,5 @@
require ["fileinto", "envelope", "mailbox"];
if header :contains "X-Spam-Flag" "YES" {
fileinto :create "Junk";
}