Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manually specify tls servername for oob/fbl testing tools #132

Merged
merged 4 commits into from
Apr 12, 2018
Merged

Conversation

yargevad
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Apr 11, 2018

Coverage Status

Coverage remained the same at 73.499% when pulling a6c5710 on ISSUE-131 into 2169bfa on master.

return errors.Wrap(err, "sending MAIL FROM")
}

if err := c.Rcpt(to[0]); err != nil {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a big issue but I would probably lean towards checking array list size and non nil before accessing index 0. It will fail if it is not right but looks like this code is trying to provide helpful details about the root cause of an error.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed above, thanks!

@yargevad yargevad self-assigned this Apr 12, 2018
@yargevad yargevad merged commit 66d05eb into master Apr 12, 2018
@yargevad yargevad deleted the ISSUE-131 branch April 12, 2018 19:53
@yargevad
Copy link
Contributor Author

closes #131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants