I'm using MailingCheck to calculate the spam score of my e-mail messages.

There is one problem bugging me that i don't know how to solve.

RCVD_BY_IP "Received by mail server with no name"

It probably has something to do with the mail server i'm using, but i don't know which settings to change to solve this problem.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

MailingCheck use old version the SpamAssassin. SpamAssassin RCVD_BY_IP rule has been removed.

I download Mail-SpamAssassin-3.0.6 source code and find the rule:

header RCVD_BY_IP       Received =~ /\bby\s+\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(?<!127\.0\.0\.1)\b/

Your mail contain "Received: by xxx.xxx.xxx.xxx" header. It's normal. MailingCheck not updated SpamAssassin.

link|improve this answer
That's great to hear. Thank you! – Niek H. Feb 28 '11 at 12:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.