Add spamassasin/pyzor/razor support and cleanup Dockerfile and config

This commit is contained in:
2015-10-02 15:07:59 +02:00
parent 8d28bce22a
commit 88d71ce832
23 changed files with 91 additions and 39 deletions

View File

@@ -0,0 +1,5 @@
require "fileinto";
if header :contains "X-Spam-Flag" "YES" {
fileinto "Spam";
}