RE: [exim] condition problem

Top Page
Delete this message
Reply to this message
Author: Nigel Metheringham
Date:  
To: Vahric MUHTARYAN
CC: exim-users, 'W B Hacker'
Subject: RE: [exim] condition problem
On Wed, 2006-02-08 at 14:24 +0200, Vahric MUHTARYAN wrote:
> I made it like this but nothing changed


Ah - no - warn is the verb, it must come first. What you have done is
moved the condition to the previous ACL

Change it to:-

   warn    condition = ${if < {$message_size}{300K}}
       spam      = nobody:true
           message   = X-Spam_score: $spam_score\n\
                       X-Spam_score_int: $spam_score_int\n\
                       X-Spam_bar: $spam_bar\n\
                       X-Spam_report: $spam_report


-- 
[ Nigel Metheringham           Nigel.Metheringham@??? ]
[ - Comments in this message are my own and not ITO opinion/policy - ]