On Thu, Jul 10, 2003 at 01:54:07PM -0400, Matt Kettler wrote:

> body LOCAL_SHOCKING_PHOTOS /\bsh(?:0|o)c(?:1|i)ng ph(?:0|o)t(?:0|o)(?:s|z)/i

Did I miss something in the docs?

I'd have written this (witch char classes) as:

body LOCAL_SHOCKING_PHOTOS /\bsh[0o]ck[1i]ng ph[0o]t[0o][sz]/i
(by the way, there might be a k -----^------ missing above ???

Or is there something causing me to only use 'ored' strings?

Stucki


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to