> >The \d's there are unnecessary, as \w includes digits. That means a > >character class is not needed, so the regex simplifies to > > > > rawbody UNIQUE_BODY_ID /^(?:(?:\w{7,}-)+)\w{7,}$/ > > > > Greg > > This strikes me as a bad rule. It matches any hyphenated English phrase > where both are seven or more letters long.
With no spaces and on a line by itself. I can't imagine running into that too often (and, in fact, it doesn't match _any_ of the 100k e-mails I've received in the past year); it's probably okay. -jim _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk