Closed
Bug 384501
Opened 18 years ago
Closed 18 years ago
If you have a port name in the urlbase, SMTP may not work
Categories
(Bugzilla :: Email Notifications, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
Attachments
(1 file)
696 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
If your urlbase is something like: http://hostname:8080/ then Bugzilla tries to do this when it connects to SMTP: EHLO hostname:8080 But that's not right! It should just do EHLO hostname.
Assignee | ||
Comment 1•18 years ago
|
||
This fixes it, as tested.
Assignee: email-notifications → mkanat
Status: NEW → ASSIGNED
Attachment #268433 -
Flags: review?(LpSolit)
Comment 3•18 years ago
|
||
Comment on attachment 268433 [details] [diff] [review] v1 This fix was already suggested in bug 372668 comment 3.
Attachment #268433 -
Flags: review?(LpSolit) → review+
Updated•18 years ago
|
Flags: approval3.0+
Flags: approval+
Assignee | ||
Comment 4•18 years ago
|
||
tip: Checking in Bugzilla/Mailer.pm; /cvsroot/mozilla/webtools/bugzilla/Bugzilla/Mailer.pm,v <-- Mailer.pm new revision: 1.9; previous revision: 1.8 done 3.0: Checking in Bugzilla/Mailer.pm; /cvsroot/mozilla/webtools/bugzilla/Bugzilla/Mailer.pm,v <-- Mailer.pm new revision: 1.7.2.2; previous revision: 1.7.2.1 done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•