-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Header validation tripping on known safe emails due to References header #171
Comments
Hi @garrettlr, can you provide a stacktrace or else which validation fails in the code? Doesn't look invalid to me at first glance. Bug or not, it might be a useful addition to be able to treat injection attacks as warning by configuration (assuming your report is about a failed injection detection). |
@garrettlr, I can't proceed with this until you provide some more info. I would like to understand better what is going on here and preferably be able to reproduce it on my own laptop. |
Hi @bbottema, maybe I can help you with some info.
Library version is 5.1.3 Hope this helps |
@madalinl, |
This happened to me when using the |
Thanks @ScottPeterJohnson, I'll see if I can reproduce the bug. |
…g. Also added test to verify the "References" header is filled properly by replying multiple times in a thread.
Fix released in v5.1.7. Please verify! |
Hey @bbottema ,
I've had this come up a few times now and I'm not sure exactly why or how to avoid it.
for a recent example see below:
for background, I've used simple-java-mail to power an intranet site which only replies to emails we've received from third parties we work with, primarily to centralize identity, so header validation is of minor concern to us.
is it possible to just fail quietly?
thanks!
The text was updated successfully, but these errors were encountered: