SA Bugzilla – Bug 1173
X-BeenThere test
Last modified: 2002-12-21 23:23:48 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
Created attachment 435 [details] Test for X-BeenThere header + example
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.
Theo added this to CVS for testing. Marking Fixed.
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