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

Fix mail.smtp.ssl.trust to be space-delimited #112

Merged
merged 1 commit into from
Nov 3, 2017

Conversation

cbarcenas
Copy link
Contributor

Before this change mail.smtp.ssl.trust values were comma-delimited, but JavaMail actually expects a space-delimited list of hosts.

Also took advantage of this opportunity to add a security warning to the trustHosts method, as its security implications were not well-documented until now.

Fixes #110.

Before this change mail.smtp.ssl.trust values were comma-delimited,
but JavaMail actually expects a space-delimited list of hosts.

Also took advantage of this opportunity to add a security warning to
the trustHosts method, as its security implications were not well-documented
until now.
@cbarcenas cbarcenas force-pushed the space_delimit_trusted_hosts branch from 8bdb82e to 19aebe7 Compare November 3, 2017 18:57
@bbottema bbottema merged commit 9c11c79 into bbottema:master Nov 3, 2017
@cbarcenas cbarcenas deleted the space_delimit_trusted_hosts branch November 3, 2017 20:08
@bbottema bbottema added this to the 5.0.0 milestone Nov 3, 2017
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.

2 participants