Closed Bug 384501 Opened 17 years ago Closed 17 years ago

If you have a port name in the urlbase, SMTP may not work

Categories

(Bugzilla :: Email Notifications, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 3.0

People

(Reporter: mkanat, Assigned: mkanat)

References

Details

Attachments

(1 file)

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.
Attached patch v1Splinter Review
This fixes it, as tested.
Assignee: email-notifications → mkanat
Status: NEW → ASSIGNED
Attachment #268433 - Flags: review?(LpSolit)
Comment on attachment 268433 [details] [diff] [review]
v1

This fix was already suggested in bug 372668 comment 3.
Attachment #268433 - Flags: review?(LpSolit) → review+
Flags: approval3.0+
Flags: approval+
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: 17 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.