Enabling Spam Assassin

This commit is contained in:
2026-08-10 21:06:33 -05:00
parent fca5c83e4d
commit e6daee8d1e
6 changed files with 54 additions and 0 deletions
@@ -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"