Re: temporarily rejected during MIME ACL checks: unknown ACL verb in "acl_rml_avas"
Tom Kistner <[email protected]>
| Newsgroups | gmane.mail.exim.exiscan.user |
|---|---|
| Message-ID | <[email protected]> |
Rob Fulton wrote: > OK, so I missed the typo apologise for bothering the list however it leads > me onto a new problem I have seen for before, I now get : > > temporarily rejected during MIME ACL checks: cannot test demime condition > in MIME ACL "demime" is the "old" MIME facility that is supposed to work in the DATA ACL. The MIME ACL uses a completely different approach (it is run once per MIME part). Just put your demime/malware block in the DATA ACL and it should work. Also read up on the MIME ACL in the spec file, it can do some advanced things, maybe you like it :) /tom