Bug 1264 - Report in header of non-spam too
Summary: Report in header of non-spam too
Status: RESOLVED WONTFIX
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 2.41
Hardware: Other other
: P2 enhancement
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL: http://bugs.debian.org/cgi-bin/bugrep...
Whiteboard:
Keywords:
Depends on: 317
Blocks:
  Show dependency tree
 
Reported: 2002-12-05 20:35 UTC by Duncan Findlay
Modified: 2002-12-23 12:06 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Duncan Findlay 2002-12-05 20:35:14 UTC
[ Patch at the URL ]

Subject: spamassassin: Would be nice to have a report also in header of non-spam
mail
From: "Christian Wenke" <christian.wenke@gmx.de>
To: "Debian Bug Tracking System" <submit@bugs.debian.org>
Date: Sat, 07 Sep 2002 20:08:31 +0200

Package: spamassassin
Version: 2.41-1
Severity: wishlist
Tags: patch

Hi,

IMHO it would be very nice to have a report in the headers of mail that are
detected not to be spam. I would like to have a mail header like this:

-----
X-Spam-Status: No, hits=-15.5 required=5.0
        tests=NOSPAM_INC,PGP_SIGNATURE_2,SIGNATURE_SHORT_DENSE,
              SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_MUTT,X_LOOP,
              X_MAILING_LIST
        version=2.41
X-Spam-Level:
X-Spam-Report:   -15.50 hits, 5 required;
  * -4.1 -- User-Agent header indicates a non-spam MUA (Mutt)
  * -2.8 -- Where are you working at?
  * -2.7 -- Found a X-Loop header
  * -1.8 -- Contains a PGP-signed message (signature attached)
  * -1.1 -- Found a User-Agent header
  * -1.0 -- Found a X-Mailing-List header
  *  0.6 -- BODY: Spam phrases score is 00 to 01 (low)
  * -2.6 -- Short signature present (no empty lines)
-----

The option may be named 'report_nospam' or something like that. I have done a
quick hack to let spamassassin do what i like it to do. I'm sure this could be
be implemented much better than I did, I'm no perl programmer :)
Comment 1 Theo Van Dinter 2002-12-23 21:06:08 UTC
Since no one seems really energized about this, and since you can get a report
via -t if they really want to know what hit, I'm going to close this bug out as
wontfix.  If there's really a big desire to have a header report instead, we can
reopen the bug.