Closed
Bug 333774
Opened 19 years ago
Closed 19 years ago
MessageToMTA() needs to call sendmail with -i option
Categories
(Bugzilla :: Email Notifications, defect)
Bugzilla
Email Notifications
Tracking
()
RESOLVED
DUPLICATE
of bug 319055
People
(Reporter: vrb, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 Firefox/1.0.7 NLD/1.0.7-0.2
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 Firefox/1.0.7 NLD/1.0.7-0.2
MessageToMTA() needs to call sendmail with -i option. Without it, long descriptions that contain ".\n" will get truncated by the MTA.
Note: bug 117055 describes the same problem in bugzilla 2.16 (processmail). This (new) bug report is against bugzilla 2.20. In other words, the problem has returned.
Reproducible: Always
Steps to Reproduce:
1.Type a line of text in an additional comment.
2.Type a dot char on an empty line.
3.Type some more comments, but keep the dot on an (otherwise) empty line.
4.Commit it.
Actual Results:
The additional comments after a "." on an empty line are not emailed.
Expected Results:
Should get the whole long desc in the email.
![]() |
||
Comment 1•19 years ago
|
||
This bug is fixed in 2.20.1 already.
*** This bug has been marked as a duplicate of 319055 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•19 years ago
|
||
Sorry about the dupe -- sigh. Thanks for the quick response.
You need to log in
before you can comment on or make changes to this bug.
Description
•