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  sa...@foo.com
whitelist_from_rcvd sa...@foo.com mail.foo.com
whitelist_from_rcvd sa...@foo.com 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 sa...@foo.com
unblacklist_from_rcvd sa...@foo.com mail.foo.com

OR

only_allow_from_rcvd sa...@foo.com mail.foo.com


What are my options for to accomplish this?

Thanks,
  William

Reply via email to