Re: [Exim] copy mail according to IP

Etusivu
Poista viesti
Vastaa
Lähettäjä: Milos Prudek
Päiväys:  
Vastaanottaja: Philip Hazel
Kopio: exim-users
Aihe: Re: [Exim] copy mail according to IP
> condition = ${if matches{$received:}{^.*1\\.2\\.3\\.4}{yes}{no}}

"matches" is not defined in exim 3.03. I tried "match", it seems ok.
"$received" is not defined in exim 3.03. I tried $message_headers
instead, but the condition is never true, even when sender address is
1.2.3.4.

--
Milos Prudek