]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 280775 : Bug 277437 reversed the meaning of param(sendmailnow)
authortravis%sedsystems.ca <>
Fri, 4 Feb 2005 01:05:56 +0000 (01:05 +0000)
committertravis%sedsystems.ca <>
Fri, 4 Feb 2005 01:05:56 +0000 (01:05 +0000)
Patch by byron jones (glob) <bugzilla@glob.com.au>   r=vladd  a=justdave

Bugzilla/BugMail.pm

index c682b4d5c234c97be0ac7553a51e41139176b5df..7de3e63cbfe100e2f08326cc2fbd352131ee6d88 100644 (file)
@@ -885,7 +885,7 @@ sub MessageToMTA ($) {
     return unless $enableSendMail;
 
     my @args;
-    if (Param("maildeliverymethod") eq "sendmail" && Param("sendmailnow")) {
+    if (Param("maildeliverymethod") eq "sendmail" && !Param("sendmailnow")) {
         push @args, "-ODeliveryMode=deferred";
     }
     if (Param("maildeliverymethod") eq "smtp") {