This isn't a permanent answer, but you can do:

perl -n -e 'if(/\b([a-Z]{3,}\b).*\1/) { print "$1 repeated: $_"; }' < message

It would be neat to have the SA report give line numbers next to the rule
descriptions.  I like bug #384

C

Duncan Findlay wrote:

DF> On Sun, Jun 02, 2002 at 05:05:45PM -0700, Harry Putnam wrote:
DF> > Using body based rules like this one posted here a few days ago:
DF> >  (It had a different name, which I've lost but the regex is the same)
DF> >
DF> >   body Repeat_Any_Allcap /\b([A-Z]{3,})\b.*?\1/
DF> >
DF> I just filed 384 with this problem.
DF>
DF>


_______________________________________________________________

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