[email protected] wrote:
>> 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?
>
You could tag it, then pipe it into some script that does whats
required, then delivers the email to the mailbox.
> condition = ${if >{${strlen:$message_headers_raw}}{10000}}
>
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/