# 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"
