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

Issue 5555045: net/smtp: add Hello (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by rsc
Modified:
12 years, 3 months ago
Reviewers:
dho
Visibility:
Public.

Description

net/smtp: add Hello

Patch Set 1 #

Patch Set 2 : diff -r 9cf398f17907 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 9cf398f17907 https://go.googlecode.com/hg/ #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -9 lines) Patch
M src/pkg/net/smtp/smtp.go View 1 2 9 chunks +55 lines, -9 lines 1 comment Download

Messages

Total messages: 14
dho
LGTM otherwise http://codereview.appspot.com/5555045/diff/4001/src/pkg/net/smtp/smtp.go File src/pkg/net/smtp/smtp.go (right): http://codereview.appspot.com/5555045/diff/4001/src/pkg/net/smtp/smtp.go#newcode83 src/pkg/net/smtp/smtp.go:83: // any of the other methods. I ...
12 years, 3 months ago (2012-01-18 14:50:42 UTC) #1
rsc
For what it's worth, I disagree about leaking os.Hostname. If the caller wants to do ...
12 years, 3 months ago (2012-01-18 14:54:51 UTC) #2
rsc
*** Abandoned ***
12 years, 3 months ago (2012-01-18 15:22:59 UTC) #3
dho
2012/1/18 Russ Cox <rsc@golang.org>: > For what it's worth, I disagree about leaking os.Hostname. > ...
12 years, 3 months ago (2012-01-18 17:19:31 UTC) #4
rsc
SMTP predates VPNs and NATs. I do not want to send HELO my.internal.host.name.company.com nor do ...
12 years, 3 months ago (2012-01-18 17:24:41 UTC) #5
dho
2012/1/18 Russ Cox <rsc@golang.org>: > SMTP predates VPNs and NATs. But RFC 5321 does not, ...
12 years, 3 months ago (2012-01-18 17:46:07 UTC) #6
rsc
Let's suppose I am a Comcast customer running a NAT at home. My computer is ...
12 years, 3 months ago (2012-01-18 17:48:47 UTC) #7
dho
2012/1/18 Russ Cox <rsc@golang.org>: > Let's suppose I am a Comcast customer running a NAT ...
12 years, 3 months ago (2012-01-18 19:02:52 UTC) #8
rsc
I don't believe it is net/smtp's job to leak information about the machine it is ...
12 years, 3 months ago (2012-01-18 19:11:36 UTC) #9
dho
2012/1/18 Russ Cox <rsc@golang.org>: > I don't believe it is net/smtp's job to leak information ...
12 years, 3 months ago (2012-01-18 19:27:51 UTC) #10
rsc
Thanks. I will try to gather some more opinions.
12 years, 3 months ago (2012-01-18 19:32:21 UTC) #11
dho
2012/1/18 Russ Cox <rsc@golang.org>: > Thanks. I will try to gather some more opinions. Thanks ...
12 years, 3 months ago (2012-01-18 20:03:03 UTC) #12
rsc
I talked about this with various people with strong opinions here, and it was about ...
12 years, 3 months ago (2012-01-19 21:59:53 UTC) #13
rsc
12 years, 3 months ago (2012-01-19 22:00:04 UTC) #14
Would you like to pick up this CL and write the Hello comment?
Sign in to reply to this message.

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