Re: [exim] Header size

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Lena
Fecha:  
A: exim-users
Asunto: Re: [exim] Header size
> From: Christian Gregoire

> Is there a way, at ACL DATA time, to check for the header size ? I have
> a buggy MDA which crashes when handling messages such as those from
> mailing lists where recipients are not hidden thus with many header lines.


You can check, but what'd you do?

condition = ${if >{${strlen:$message_headers_raw}}{10000}}