SA Bugzilla – Bug 1264
Report in header of non-spam too
Last modified: 2002-12-23 12:06:08 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 :)
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.