Re: [exim] mime_part_count and rfc822 attachments

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Marc Sherman
Fecha:  
A: Exim-users
Asunto: Re: [exim] mime_part_count and rfc822 attachments
exim-users@??? wrote:
>
> Is there currently any way how to enforce a maximum number of mime parts
> that a message is allowed to have, no matter how nested in rfc822
> attachments they are? If not, can this feature please be added?


You can accumulate a counter in an acl_m variable in the MIME acl.

- Marc