Also, how do you set the filter to reject messages with nothing in the
FROM field? I tried to put one in with a blank, but it does not seem to
be working.
There are two things here. One is a MAIL FROM: <> and the other is the missing or blank From: field in the message.
1. The MAIL FROM: <> is mail from a mail server IAW RFC 2821 and you do not want to block these. You especially do not want to reject them since that will get you on black lists as a non-compliant server that MUST accept mail from this address.
2. The missing or blank From: field is a different story. You can block this if you wish since every RFC 2822 message MUST have a From: field. You should be able to gin up a filter looking for " " in the From: field and do with it as yuo will.
Thomas R. Stephenson
San Jose, California
Member of Pegasus Mail Support Team