https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6501
--- Comment #1 from Karsten Bräckelmann <[email protected]> 2010-10-19 20:01:00 UTC --- (In reply to comment #0) > Currently, if a webmail user sends a message through a host running > SpamAssassin, the RCVD_IN_PBL rule is triggered, upping the spam score. This sounds like you are scanning outbound mail -- or inbound mail from your own users, to your users, which equals outbound for the sender. SA does *not* do deep-header parsing for DNS BLs that are not meant for this. That includes PBL, which is only checked against the untrusted / external handing-over IP address. Your sample indicates the message indeed has been sent from a dial-up IP directly to your network. The common cure for this is to use authentication. Note, that in your case, while having the X-Originating-IP header, there is no Received header even claiming the message was submitted via HTTP. But ESMTP (not authenticated). I believe this to be a trusted / internal networks configuration issue, or missing authentication. Not a bug. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
