Bug 1173 - X-BeenThere test
Summary: X-BeenThere test
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: All All
: P2 enhancement
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-28 22:41 UTC by Allen Smith
Modified: 2002-12-21 23:23 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
Test for X-BeenThere header + example text/plain None Allen Smith [NoCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Allen Smith 2002-10-28 22:41:38 UTC
This is a test that picks up the X-BeenThere header (similar to X-Loop; used
by GNU MailMan and other servers). I'll attach a formatted copy of the rule +
an example; below is a line-wrapped one.

	-Allen

# Example: <200004092102.e39L2a309880@xerxes.courtesan.com>

header T_X_BEEN_THERE		X-BeenThere =~ /\@/
score T_X_BEEN_THERE		-0.01
tflags T_X_BEEN_THERE		nice
Comment 1 Allen Smith 2002-10-28 22:42:09 UTC
Created attachment 435 [details]
Test for X-BeenThere header + example
Comment 2 Theo Van Dinter 2002-12-17 22:43:51 UTC
Looks like it runs pretty well for me.  I added a T_X_BEENTHERE test to
cvs_rules.  We'll see how it works for folks.
Comment 3 Duncan Findlay 2002-12-18 12:09:34 UTC
Theo added this to CVS for testing. Marking Fixed.
Comment 4 Allen Smith 2002-12-22 08:23:48 UTC
Another reason to have such a rule, BTW, even if there's too much spam on
GNU MailMan lists to use it directly (70_cvs*cf states as much), is for meta
rules - it's needed to prevent false positives on T_IDENT_NOBODY, for instance.

	-Allen