http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4888

           Summary: Some added "Report" variables
           Product: Spamassassin
           Version: 3.1.0
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: spamassassin
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I think it might be an improvement if we could include some more variables in 
SpamAssassin's reporting capability (when it re-writes a message body with a 
SPAM report).  Specifically, I think it would be nice to add:

_FROM_        - The "Return-Path" or "From" address of the e-mail.
_MESSAGEID_   - The SendMail (or other MTA) Message ID.

These would both be particularly useful for including a link in the SPAM report 
that users could click to report an incorrectly tagged message, instead of them 
having to forward me the whole message.  For example, I might add the following 
to my local.cf:

report If this e-mail has been incorrectly tagged as SPAM, please click the
report link below so that we may update our filters accordingly:
report http://blah.com/report.php?From=_FROM_&ID=_ID_

Then, I could make report.php skim through my Sendmail logs and pick out the 
message in question, and then make updates to my local.cf file to prevent the 
sender in question from being tagged as SPAM anymore.

Just a suggestion.  :)



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

Reply via email to