RE: [exim] Exim exiscan ACL woes

Top Page
Delete this message
Reply to this message
Author: Craig Schneider
Date:  
To: Tom Kistner
CC: exim-users
Subject: RE: [exim] Exim exiscan ACL woes
Hi Tom

Another question ...

This is the acl:
----------------

  # Attachments filtering on per user basis
  deny  message   = User is unable to receive attachments
        condition =
${lookup{$recipients}lsearch{/etc/mail/extensions}{1}{0}}
        !senders  = *@localdomain.com
        demime    = *


In my extensions file I have to put user@??? but it would be nice
to just put the user because some of my mailservers have mutltiple
domains in Exim.

Much appreciated!
c

-----Original Message-----
From: Tom Kistner [mailto:tom@duncanthrax.net]
Sent: 16 March 2005 10:29
To: Craig Schneider
Cc: exim-users@???
Subject: Re: [exim] Exim exiscan ACL woes

Craig Schneider wrote:

> I upgraded to from Exim 4.20 to Exim 4.43 with Exiscan patch and the
> ACL below broke:


[ ... ]

> 2005-03-16 09:24:20 1DBSt7-0001Gh-Az H=mail.server.com
> [xxx.xxx.xxx.xxx] F=<user@???> temporarily rejected during MIME


> ACL checks: cannot test demime condition in MIME ACL


Exim/exiscan-acl 4.20 did not have the MIME ACL. Did you change your
config? Your ACL snippet must be in the DATA ACL.

/tom