Re: [exim] mime_part_count and rfc822 attachments

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Marc Sherman
Dátum:  
Címzett: Exim-users
Tárgy: 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