Reverse the order
authorStephen Gran <steve@lobefin.net>
Sun, 21 Jun 2009 22:56:50 +0000 (23:56 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 21 Jun 2009 22:56:50 +0000 (23:56 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/eximconf.erb

index cf5ff77..0dcf064 100644 (file)
@@ -948,8 +948,8 @@ if nodeinfo['packagesmaster']
         !verify        = certificate
         !hosts         = +debianhosts
         condition      = ${if <{$message_size}{256000}}
-        condition      = ${if >{$spam_score_int}{65}}
         spam           = pkg_user : true
+        condition      = ${if >{$spam_score_int}{65}}
 '
 end
 out