If I setup:
Code: Select all
subject contains "foo", All, Ban
subjuct contains "bar", All, BanThen if I add:
Code: Select all
subject contains "foobar" All, ExtractBassically I have a list of words I want to kill filter, but I also have some cinditions I that want to over ride the word list and allow the messege through and I'm trying to figure out the best way to setup the kill filter.
NOTE: The quotes are just to deliminate the search word, they are not part of the filter.
Thanks.