David Groover <[EMAIL PROTECTED]> wrote: >This morning I received a spam mail from netpaloffers.com. I could tell >it was from them by scrolling down to the bottom of the message. But, >there were no address lines in the header after my address. No from, no >bcc, nada. [...] >My question. >How can I set my filter to block any message with a blank return line?
I *think* this will work: Test If True If False ------------------------- ------------------- --------------- From contains "@" Don't apply actions Go to next line From does not contain "@" Don't apply actions Apply actions Since the message has no "From:" header, both tests should fail. ___________________________________________________________________________ To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>

