On Tue, 25 Jun 2002, Robert Lister wrote:
> Is there anyway I can configure exim 3.36 only to accept mail "From:"
> my local_domains ONLY from hosts permitted in host_accept_relay?
condition = \
${if and match{$h_from:}{my.domain} match{$sender_host_address}{10.0.0.1} }
i'm actually too lazy to fight with the braces being placed correctly
(count here every syntactical and semantical aspect as well ;) but you
get idea... *g*