Using body based rules like this one posted here a few days ago:
 (It had a different name, which I've lost but the regex is the same)

  body Repeat_Any_Allcap /\b([A-Z]{3,})\b.*?\1/

My understaning was that it would notice the repeating of any string
of allcaps containing 3 or more chars, that occurred more than once on
a line.

I'm getting some false positives with it but can't identify where
the regex hit in the body.  Only that it did is all that is reported.

How can I make spamassassin tell me exactly where it matched?.  Maybe
tuck the whole matching line into a variable and include it along with
line number in the report or at least the line number in one of the
headers spamassasin inserts into a matching message.

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to