On Fri, Feb 01, 2002 at 09:19:33AM -0600, Michael Geier wrote:
| In 2.01, the tests are as follows:
|   20_body_tests.cf:
|     body VIAGRA                    /VIAGRA/
|   * should probably be case insensitive
| 
|   change to:       
|     body VIAGRA                    /VIAGRA/i
| 
|   as far as I can tell, there is no rule simple looking for the word penis 
| (although I am far from a regex expert).  The only rule I found was:
|   20_body_tests.cf:
|     body PENIS_ENLARGE   /(?:(?:\bpenis\b|\benlarge).{0,50}){2,}/is

This looks (case-insensitively) for the word "penis" or the word
"enlarge" followed by any character (including newline) 0 to 50 times
and it looks for that whole thing twice (or more).
   
-D

-- 

In the way of righteousness there is life;
along that path is immortality.
        Proverbs 12:28


_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to