Hi,
On Thu, 2 Aug 2001, Eric Lam wrote:
> Hello,
>
> I am interested in easy (if possible) way to ban all destination top level
> domains, except for ones specified. In my case, I wish to ban all top level
> domains such as .com, .net, .mil, EXCEPT .edu. So something like...
>
> acl GOOD dst_top_level_domain .edu
I would have thought
acl GOOD dstdomain .edu
would have worked. If not, you could try
acl GOOD dstdom_regex -i .edu$
Colin
Received on Thu Aug 02 2001 - 21:07:49 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:01:26 MST