You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2009/12/03 23:50:28 UTC

[Bug 6084] HELO_LOCALHOST will FP on jailed postfix in freebsd

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

issues.apache.org-sa@801d096c.biz.jgreco.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |issues.apache.org-sa@801d09
                   |                            |6c.biz.jgreco.net

--- Comment #6 from issues.apache.org-sa@801d096c.biz.jgreco.net 2009-12-03 14:50:26 UTC ---
amavisd can cause this sort of problem.

$insert_received_line = 0;

will turn off the amavisd-generated received line.  This does not stop amavisd
from HELO'ing back at Postfix with localhost; to fix that,

$localhost_name = 'your.fully.qual.dn';

This may or may not be related to the problem you're seeing.  However, I was
running into a similar problem on a amavisd/postfix/jailed system with
SpamAssassin running after the fact.  Eliminating all instances of "from
localhost" in Received: lines fixed it.

Hope this is in some way helpful to someone.

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