On Fri, 6 Jan 2012 07:52:29 -0800 (PST) AJ Weber wrote: > BTW: To expound upon my previous "guess" at matching short messages, > what's wrong with: > body MY_TOO_SHORT /^.{1,100}$/ > > (Which I mean to check for a message where the length is < 100 chars)
Please don't top-post. Body tests are run per paragraph, so you would need one of then to have 100 chars. Also they are just run on just the text that the reader would see, if that matters to you. If you are intending to give this a significant score, then it seems a bit reckless to me. Do you never receive terse emails? If you are new to SA I would suggest you start with making sure that Bayes is properly trained, and you have have the infrastructure to keep it trained without much effort. Razor DCC etc are fairly minor components compared to BAYES.