Re: Help needed with a recipe1997-11-07 07:13:52# Body consists entirely of html code # something which'll match any message which has "<html>" # in the body :0B: * [ \t]*<html> html.mbx But to avoid matching messages that mention HTML, why not assign a negative score to every line, and a positive score to each of several common HTML tags. So the message is canned if it contains more than two per line, one per two lines, or whatever ration you set up. A similar approach works great for me to catch the porno spams.
|
|