MSGID_MULTIPLE_AT
-
- Posts: 1
- Joined: 05 Sep 2017 04:50
MSGID_MULTIPLE_AT
When someone from Internal network sending mail to multiple email id the score MSGID_MULTIPLE_AT is getting 1.00. How can I reduce or switch it off ??I am very new with EFA project. Please help.
Re: MSGID_MULTIPLE_AT
The first question you have to ask yourself, is why is someone's mail client sending "broken" message id headers? What you are seeing is the symptom of the problem, not the problem itself.
However, should you choose to hide the symptom, you can add the following to your /etc/mail/spamassassin/local.cf:
Just add it to the end of the file.
I forget if you have to restart MailScanner or not (# service restart MailScanner)
However, should you choose to hide the symptom, you can add the following to your /etc/mail/spamassassin/local.cf:
Code: Select all
score MSGID_MULTIPLE_AT 0.0
I forget if you have to restart MailScanner or not (# service restart MailScanner)