> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--
[ Picked text/plain from multipart/alternative ]
Hello All. :)
How can I combine the two working ACL entries (below) to accomplish the
following?
ACCEPT message (and stop processing ACL)
IF the "sender's domain name" is in a list of domains
OR
IF the "sender's host name/address" is in a list of hosts,
ELSE do a sender verification
-------------------------------------
Working ACL entries:
deny sender_domains = !+special_domains
!verify = sender/callout=random/defer_ok
deny hosts = !+special_hosts
!verify = sender/callout=random/defer_ok
Thanks for your help,
Clark Stacer
--