Nate, > If in fact we can use @.example.com and that will match all > subdomains as well
Yes. > that meets my goal exactly. > Would "@.example.com" also match an exact domain match such as > "[EMAIL PROTECTED]" if there is no subdomain? Yes, @.example.com matches [EMAIL PROTECTED] as well as [EMAIL PROTECTED] (unlike in Postfix, where a dot domain does not include a domain itself). See README.lookups. What I thought you were asking for is to match a specific user no matter what subdomain it uses, so for example all the following would be matched by a single entry (such as [EMAIL PROTECTED]) in a lookup table: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] but that entry would not match [EMAIL PROTECTED] This is not possible and my answer was about it. Mark ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
