Hello Mark,
On Wednesday, September 3, 2003 at 23:02 GMT +0200, a stampede was
started when Mark Partous [MP] hollered:
MP> Some of the messages that still manage to get through my rules contain only
MP> 16 (17?) characters with an identical pattern such as this:
MP> XYOgOVmK pCbqNEsE
<snip>
MP> Or do you think this cannot be caught with a Regex-filter?
It can be caught, but you want to be somewhat careful that you exclude
the possibility that someone sending you good mail gets caught by this
filter. The regexp would be something like:
(?s-m)^\s*\w{8}\s*\w{8}\s*$
Note that the \s* at the beginning and the end just prevent extra
blank lines from confusing the filter.
--
Thanks for writing,
Januk Aggarwal
________________________________________________________
http://www.silverstones.com/thebat/TBUDLInfo.html