Re: [Exim] copy mail according to IP

Inizio della pagina
Delete this message
Reply to this message
Autore: Milos Prudek
Data:  
To: Philip Hazel
CC: exim-users
Oggetto: 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