Re: [exim] mime_part_count and rfc822 attachments

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Marc Sherman
Datum:  
To: Exim-users
Betreff: 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