I want to be able to only allow a certain email to be sent from one of several hosts.
Currently im doing something like: blacklist_from [email protected] whitelist_from_rcvd [email protected] mail.foo.com whitelist_from_rcvd [email protected] sales.foo.com This doesn't really do what I want because the blacklist and whitelist scores cancel each other out. I saw talk in the past (2002?) about adding a unblacklist_from_rcvd what I really want is a blacklist_from [email protected] unblacklist_from_rcvd [email protected] mail.foo.com OR only_allow_from_rcvd [email protected] mail.foo.com What are my options for to accomplish this? Thanks, William
