Enabling Spam Assassin
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# spamass-milter configuration
|
||||
# -p: specify the socket (inet port 8894)
|
||||
# -r 15: reject messages with a spam score >= 15 with a 550 SMTP error
|
||||
# -m: disable modification of the Subject: header
|
||||
EXTRA_FLAGS="-m -r 15 -p inet:8894@localhost"
|
||||
Reference in New Issue
Block a user