Alec wrote: > I want send all messages from [EMAIL PROTECTED] to /dev/null except for those > that contain (case insensitive) "keyword" in its subject. How can I do this?
I haven't tested this, but it should do the job: :0: * ^From:[EMAIL PROTECTED] * !^Subject:.*keyword /dev/null You may have to change "From" to something else, depending on what header the address [EMAIL PROTECTED] is found in. Look at the complete set of headers on one of the messages from that address to figure it out. Craig

