MSGID_MULTIPLE_AT

General eFa discussion
Post Reply
udayanlahiri
Posts: 1
Joined: 05 Sep 2017 04:50

MSGID_MULTIPLE_AT

Post by udayanlahiri »

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.
User avatar
pdwalker
Posts: 1583
Joined: 18 Mar 2015 09:16

Re: MSGID_MULTIPLE_AT

Post by pdwalker »

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:

Code: Select all

score MSGID_MULTIPLE_AT 0.0
Just add it to the end of the file.

I forget if you have to restart MailScanner or not (# service restart MailScanner)
Post Reply