On Monday, May 17, 2004 1:38 AM, I wrote: > while 20 words does seem accurate in detecting poison, there are too many > false positives in ham, such as
playing with the regex just a bit more produces a far more accurate result in both ham and spam: rawbody BAYES_POISON_01 /([a-z]{3,}\s+){20}/ Jeremy Kister http://jeremy.kister.net/