Re: [exim] Attachment count
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Aquest missatge és part del següent fil:
l'arbre de fils complet ordenat per data
John McMurray en
2018-01-12 09:14
Dave en
2018-01-12 10:15
Autor:
Jeremy Harris
Data:
2018-01-12 09:29
UTC
A:
exim-users
Assumpte:
Re: [exim] Attachment count
On 12/01/18 09:14, John McMurray via Exim-users wrote:
> Is there some way of counting attachments in the exim config file to
> block mails with > than n number of attachments?
Presumably each attachment was a MIME part. Run a MIME ACL:
http://exim.org/exim-html-current/doc/html/spec_html/ch-content_scanning_at_acl_time.html#SECTscanmimepart
and have it incrementing a counter. Deny when it gets
too large.
--
Cheers,
Jeremy