Re: [Exim] temporarily rejected RCPT w/o reason

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Giuliano Gavazzi
Fecha:  
A: Andreas Gietl
Cc: exim-users
Asunto: Re: [Exim] temporarily rejected RCPT w/o reason
At 12:43 +0100 2003/02/28, Andreas Gietl wrote:
[...]
>Thank you very much for your help, and excuse again, i could not feed you with
>the information you needed. But this was very tricky since this error only
>occured every 3 days. Because of this it was a little bit difficult to obtain
>the relayhosts-file, when the error occured and then go through it element by
>element.


if the file is one ip4 address per line:

egrep -v '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' relayhost-file

more elegant and more shell independent expressions surely exist.

Giuliano