Re: Exiscan & detecting MIME attachments
Tom Kistner <[email protected]> Fri, 11 Feb 2005 17:02:02 +0100
| Newsgroups | gmane.mail.exim.exiscan.user |
|---|---|
| Message-ID | <[email protected]> |
Carl Inglis wrote: > I've looked at the documentation and as far as I can see the acl would > be called once per MIME part. If my understanding is correct, is there a > "no_more" flag that I can set to say to the acl to only be called once > per message? Otherwise I'm going to get one email (see above) per MIME > part, and some of these emails have 10's of embedded images [sigh]. Just set an ACL variable (acl_mX) when you have sent one email, and abort MIME ACL processing when that flag is set. Check the exim docs on ACL variables :) /tom