Marc Risse:
> Hello everyone,
> 
> will ".domain.com" match "b...@sub2.sub1.domain.com" or only 
> "b...@sub1.domain.com" in transport maps? 

With an indexed table (for example, hash: or btree:), .domain.com
will not match any email address, and it will match every subdomain.

If you want finer control, use pcre maps. There, the query
string is always the complete email address.

        Wietse

Reply via email to