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 2005/04/26 20:38:37 UTC

[Bug 4283] New: make ALL_TRUSTED, NO_RELAYS, UNPARSEABLE_RELAY score 0.01

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

           Summary: make ALL_TRUSTED, NO_RELAYS, UNPARSEABLE_RELAY score
                    0.01
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Rules
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: jm@jmason.org


Given the difficulties with ALL_TRUSTED in 3.0.0 (bug 3949), and the remaining
cases where spams are delivered misformatted or some Received header lines
cannot be parsed (bug 4099), I suggest we make these informational, instead of
high-scoring, rules.

In other words:

score ALL_TRUSTED -0.001
score NO_RELAYS   -0.001
score NO_RECEIVED -0.001
score UNPARSEABLE_RELAY 0.001

and all set to tflags userconf.  That way, they will not affect end-user scoring
in any noticeable way in releases, but will still show up in debug output and
hit lists (for field diagnosis), and in mass-checks (for development work,
indicating that we need to fix bugs in the received header parser etc.)



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

[Bug 4283] make ALL_TRUSTED, NO_RELAYS, UNPARSEABLE_RELAY score 0.01

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4283


jm@jmason.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|dev@spamassassin.apache.org |jm@jmason.org
             Status|NEW                         |ASSIGNED




------- Additional Comments From jm@jmason.org  2005-04-26 11:39 -------
Created an attachment (id=2810)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=2810&action=view)
implementation

patch to trunk to implement this.  comments?



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