RE: [exim] Domain list intersection.

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: David Woodhouse
Data:  
Para: Peter Savitch
CC: exim-users
Asunto: RE: [exim] Domain list intersection.
On Wed, 2004-09-08 at 21:54 +0400, Peter Savitch wrote:
> ...so you seem to be right. What does exim -d-all+lists say?


Oh, it works -- but I think it's more efficient to do something like:

domainlist not_dns_virtual_domains = !lsearch;CONFDIR/conf/DNS_VIRTUAL
domainlist dns_virtual_domains = !+not_dns_virtual_domains : @mx_any

> ${if and{{match_domain{...} }{match_domain{...}}} } ???
> At least, macros?


Yeah, but I don't like that much.

Btw your mailer did something _really_ bizarre -- 
    'To: David Woodhouse <exim-users@???>' ?


--
dwmw2