]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 cf5ff779722123fafdb67e06d7e4254cc1f3d099..0dcf064749ea09d985a2a48f32a518cb1f961d93 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