Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(355)

Issue 5687066: code review 5687066: net/smtp: use EHLO then HELO (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 2 months ago by rsc
Modified:
13 years, 2 months ago
Reviewers:
CC:
golang-dev, bradfitz
Visibility:
Public.

Description

net/smtp: use EHLO then HELO Before we were using "ESMTP" in the banner as a clue, but that is not required by the RFC and breaks mailing to smtp.yandex.ru. Fixes issue 3045.

Patch Set 1 #

Patch Set 2 : diff -r 6e833a9fa1e5 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 6e833a9fa1e5 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 6e833a9fa1e5 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -7 lines) Patch
M src/pkg/net/smtp/smtp.go View 1 1 chunk +3 lines, -4 lines 0 comments Download
M src/pkg/net/smtp/smtp_test.go View 1 2 3 3 chunks +92 lines, -3 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 2 months ago (2012-02-21 21:36:24 UTC) #1
bradfitz
LGTM
13 years, 2 months ago (2012-02-21 21:38:04 UTC) #2
rsc
13 years, 2 months ago (2012-02-21 21:39:04 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=852dfc2a4fc8 ***

net/smtp: use EHLO then HELO

Before we were using "ESMTP" in the banner as a clue,
but that is not required by the RFC and breaks mailing
to smtp.yandex.ru.

Fixes issue 3045.

R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/5687066
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b