Re: [exim] Header size

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Lena
Date:  
À: exim-users
Sujet: 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}}