https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6552

--- Comment #8 from Karsten Bräckelmann <[email protected]> 2011-03-18 
22:59:39 EDT ---
(In reply to comment #6)
> Thanks for moving my ticket,
> 
> This is an issue in SpamAssassin 3.3.1, is this going to be fixed in a new
> version or something I need to do?

See comment 1. The fix actually is available for SA 3.3.x (not only 3.3.1).
This fix needs to be back-ported (done in SVN) and made available via sa-update
for 3.2.x, too.

The *recipient* then needs to run sa-update, to get the corrected rules.

In your case, from bug 6555, I see you are the recipient, on a SA 3.2.x
installation. The following method will fix it immediately for you.

See attachment 4849, comment 2. Find the one-line change in 20_head_tests.cf
and drop the changed rule in your site-wide local.cf. That is the lengthy line
starting like this, without the leading the + for your local rules.

  +header RCVD_ILLEGAL_IP         X-Spam-Relays-Untrusted =~ [...]

Not quoting the full rule, because line wrapping would bork it anyway. That
line in your site-config will overwrite the current stock rule.

A quick band-aid fix would be, to simply disable the offending rule. For that,
just score it zero in your site-wide local.cf, that is

  score RCVD_ILLEGAL_IP  0

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to