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

           Summary: ReturnPath and DNSWL rules should not autolearn
           Product: Spamassassin
           Version: 3.3.0
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Rules
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Due to the risk of false positives poisoning Bayes, and the fact that the other
SA whitelist and blacklist rules already skip autolearning, this should be
appended to the RP and DNSWL rules.

Suggest modifying the following rules:

tflags RCVD_IN_RP_CERTIFIED     net nice
tflags RCVD_IN_RP_SAFE          net nice
tflags RCVD_IN_DNSWL_HI         nice net
tflags RCVD_IN_DNSWL_LOW        nice net
tflags RCVD_IN_DNSWL_MED        nice net

with:

tflags RCVD_IN_RP_CERTIFIED     net nice noautolearn
tflags RCVD_IN_RP_SAFE          net nice noautolearn
tflags RCVD_IN_DNSWL_HI         nice net noautolearn
tflags RCVD_IN_DNSWL_LOW        nice net noautolearn
tflags RCVD_IN_DNSWL_MED        nice net noautolearn

-- 
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