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 2004/04/03 18:14:08 UTC

[Bug 3236] New: IP address of Squirrelmail user should not be subjected to rules

http://bugzilla.spamassassin.org/show_bug.cgi?id=3236

           Summary: IP address of Squirrelmail user should not be subjected
                    to rules
           Product: Spamassassin
           Version: 2.63
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Rules
        AssignedTo: spamassassin-dev@incubator.apache.org
        ReportedBy: nomis80@nomis80.org


Squirrelmail logs the IP address of the sender of the message by adding a
Received header like this:

Received: from 142.169.110.122
        (SquirrelMail authenticated user synapse)
        by mail.nomis80.org with HTTP;
        Sat, 3 Apr 2004 10:33:43 -0500 (EST)

In that case, this may trigger rules such as RCVD_IN_DYNABLOCK and RCVD_IN_SORBS:

	*  2.5 RCVD_IN_DYNABLOCK RBL: Sent directly from dynamic IP address
	*      [142.169.110.122 listed in dnsbl.sorbs.net]
	*  0.1 RCVD_IN_SORBS RBL: SORBS: sender is listed in SORBS
	*      [142.169.110.122 listed in dnsbl.sorbs.net]

The IP address of the Squirrelmail user should not be checked against any such
rules. It is easy to discard the Received header as it contains the SquirrelMail
string.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.