Commit 5a017c4d authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 280775 : Bug 277437 reversed the meaning of param(sendmailnow)

Patch by byron jones (glob) <bugzilla@glob.com.au> r=vladd a=justdave
parent a062bd42
......@@ -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") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment