Hi Peter, 

You use the * character in body rules.  For example, you do:

body __REAL_ROLEX_REPLICA1      /real.*replica.*role.?x/i

I got badly burned doing this sort of thing early on.  These rules
consume huge amounts of memory and processor time.  I would do
something like this instead:

body __REAL_ROLEX_REPLICA1      /real.{0,50}replica.{0,50}role.?x/i

Cordially,

Eric
[EMAIL PROTECTED]

On Sun, 24 Oct 2004 06:35:50 -0700 (MST), you wrote:

>
>Apparently hawking Rolexes is the in thing with spammers these days.   I 
>haven't seen any rulesets around that would help combat it, so I wrote 
>one.
>
>It's available at http://www.violetdreams.com/sa/rolex.cf if anyone would 
>like to try it or critique it.
>
>It was written and tested under SA 3.0.1.

(Please note new personal email address)

Eric Hart
[EMAIL PROTECTED]
www.hartlaser.net
802-859-0808 x213 (w)
802-863-3846 (h)

Reply via email to