Magnus Holmgren wrote:
> On Tuesday 13 March 2007 19:38, Terry wrote:
>> I have put
>>
>> deny    message = Messages with embedded images are not allowed\
>>         \n ONLY by prior arrangement! \
>>         \n Send plaintext message first to arrange.
>>           !sender_domains = /usr/local/etc/exim/exim.whitelist

Would this not need to look like this?
             !sender_domains = search;/usr/local/etc/exim/exim.whitelist


>>           condition = ${if match{$mime_content_type}{^image/}}
>>           condition = ${if def:mime_content_id}
>>
>> in my data acl in an attempt to block all inserted image spam. But it is
>> ignored have I put it in the wrong place or is it not right. I got it or an
>> example of it from the list.
> 
> Looks like the one I've put in for exim.org, but it goes in the MIME ACL (set 
> with acl_smtp_mime), not the DATA ACL.
> 
> 


regards, Joseph

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to