>I'm using 5.49f on Windows 2000.  In my RULES.ME is:
>
>         $badword = "\<porn|\<sex| ... "
>         if (rexp("Subject",$badword)) reject "badword"
>
>but I still get articles with subjects like "Teen Sex" and "Teen Porn".
>
>The filters for those strings in $badword which do not use "\<" work.  The
>docs say "\<" should signify the start of a word.

I've looked into this and found despite the documentation it isnt' infact 
implemented, the \b word boundary
option does work though so you could use that as an alternative.  I'll fix 
this in the next build and send you a version to try shortly.

        ChrisP.

Reply via email to