Re: [EXIM] accepting bad addresses?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Neal Becker
Cc: exim-users
Asunto: Re: [EXIM] accepting bad addresses?
On 21 May 1998, Neal Becker wrote:

> I'm using the smartuser driver as follows:
>
> punt:
> driver = smartuser,
> no_verify;
> new_address = ${local_part}@???,
>
> I've gotten a few frozen messages like this:
>
> 1998-05-21 08:10:09 0ybNTC-0004XU-00 == "FAILURE.DURING FTP OF TOPXXX REPORT"@??? D=punt defer (-10): <failure.during ftp of topxxx report@???> - bad address generated by punt director: missing or malformed local part (expected word

or "<")\n
> 1998-05-21 08:10:09 0ybNTC-0004XU-00 Frozen
>
> How do I avoid this? I'm using exim-1.82.



new_address = ${quote:${local_part}}@???,


-- 
Philip Hazel                   University Computing Service,
ph10@???             New Museums Site, Cambridge CB2 3QG,
P.Hazel@???          England.  Phone: +44 1223 334714



--
*** Exim information can be found at http://www.exim.org/ ***