Hello Michael,  

MLW> Basically it is [OR subject contains "bad word"]

OR  subject  contains "bad word" means that ORed is condition, not the
words in parameter, so filter you've decribed should trigger only when
both words are in subject.

To  achieve  functionality  you  need  you  should setup filter in the
following way:

1.
subject contains "bad"
OR subject contains "word"

2.
subject contains any of "bad
                         word
                         something else"


-- 

                                            9Val


________________________________________________________
 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/

Reply via email to