[main] ; SpamAssassin daemon configuration spamd_socket = spamassassin:783 ; Maximum message size to scan (bytes) - 256KB default max_size = 262144 ; Timeout for spamd connection (seconds) timeout = 30 ; Should we add spam headers to all emails? add_headers = true ; Should we reject emails over the spam threshold? reject_spam = false ; Spam threshold for rejection (only if reject_spam = true) reject_threshold = 15.0 ; Should we quarantine spam messages? quarantine_spam = false [headers] ; Add X-Spam-Status header status = true ; Add X-Spam-Score header score = true ; Add X-Spam-Report header (detailed report) report = true [thresholds] ; Score at which to add spam headers add_header = 5.0 ; Score at which to reject (if reject_spam = true) reject = 15.0