Re: [Exim] copy mail according to IP

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Milos Prudek
Data:  
Para: Philip Hazel
CC: exim-users
Asunto: 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