[Exim] multiple conditions

Top Page
Delete this message
Reply to this message
Author: Martin A. Brooks
Date:  
To: exim-users
Subject: [Exim] multiple conditions
Hi,

Sorry, I hit the keyboard shortcut for send by accident, doh.

Is it possible to set multiple conditions in one ACL? The exim spec
seems a little vague on the topic. What I'm attempting to do it
something like this:

deny message = This message has been identified as spam ($spam_score points).
spam = nobody:true
condition = ${if < {$message_size}{2097152}{1}{0}} ${if> {$spam_score_int}{150}{1}{0}}

The idea being that if the mesage is over 2Mb then it won't be run
through spamassassin.

Once again, sorry for the mispost.

Regards
--
Martin A. Brooks, Clues Ltd.
http://www.clues.ltd.uk