Hi all, in my local.cf, I have (among others): add_header all Contact Rainer Sokoll
If I pipe a mail through spamassassin, a header X-Spam-Contact: is added, as expected. But spamd does not. spamd is called with these options: "-d -u vscan --siteconfigpath=/usr/local/sendmail/etc/spamassassin -m 10 --min-children=5 --max-spare=5" I know that spamd uses /usr/local/sendmail/etc/spamassassin/local.cf, as I have set required_score to 100, which I can see in the mails, for example: X-Spam-Status: No, hits=28.5 required=100.0 Any idea why spamd does not set X-Spam-Contact? SA 3.1.1. Thank you, Rainer