Closed
Bug 280775
Opened 20 years ago
Closed 20 years ago
Bug 277437 reversed the meaning of param(sendmailnow)
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: glob, Assigned: glob)
References
Details
(Keywords: regression)
Attachments
(1 file)
669 bytes,
patch
|
goobix
:
review+
|
Details | Diff | Splinter Review |
MessageToMTA has the following:
if (Param("maildeliverymethod") eq "sendmail" && Param("sendmailnow")) {
push @args, "-ODeliveryMode=deferred";
}
this reverses the meaning of sendmailnow.
Attachment #173168 -
Flags: review?
Updated•20 years ago
|
Status: NEW → ASSIGNED
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → Bugzilla 2.20
Updated•20 years ago
|
Attachment #173168 -
Flags: review? → review+
Updated•20 years ago
|
Flags: blocking2.20?
Flags: approval?
Updated•20 years ago
|
Flags: approval? → approval+
Updated•20 years ago
|
Flags: blocking2.20? → blocking2.20+
Comment 2•20 years ago
|
||
Checking in Bugzilla/BugMail.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/BugMail.pm,v <-- BugMail.pm
new revision: 1.26; previous revision: 1.25
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Depends on: 277437
Keywords: regression
Resolution: --- → FIXED
Summary: sendmailnow param's meaning has been negated → Bug 277437 reversed the meaning of param(sendmailnow)
Comment 3•20 years ago
|
||
*** Bug 280968 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•