You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seems too strict as the specification doesn't mention that the values in the fields cannot be the same. Furthermore, it is common for email messages to have different names in the fields but with the same email addresses such as:
@LBeernaertProton Thanks! I've also investigated a bit more and there are many email messages that also have the same name values in both headers, so modifying the rule won't help. Only removing it would allow those emails to be accepted.
The check for value in
From
andSender
header atgluon/rfc5322/validation.go
Line 66 in a9327fb
seems too strict as the specification doesn't mention that the values in the fields cannot be the same. Furthermore, it is common for email messages to have different names in the fields but with the same email addresses such as:
The check should either be removed or perhaps modified so it takes into consideration the equality of the names too.
The text was updated successfully, but these errors were encountered: