I am wondering how I can use the FILTER test to filter the FROM field in the
header.
You can't currently. You can filter on MAILFROM, which checks the return address, but that may be different from the From: or Reply-To: addresses.

However, you can filter on HEADERS, which would check the entire headers for the E-mail address.

MAILFROM        3       CONTAINS        System Admin
In this case, the filter should not catch anything, as the return address can't have spaces in it (whereas the From: header can). If you change it to:

HEADERS 3 CONTAINS System Admin

then it should work.
-Scott

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list. To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.JunkMail". The archives can be found
at http://www.mail-archive.com.


Reply via email to