Prefer From header instead of MAIL FROM address

This commit is contained in:
Michal Horejsek
2020-12-16 11:17:00 +01:00
parent 2a0052dda6
commit 7b112fc448
17 changed files with 179 additions and 110 deletions

View File

@ -17,3 +17,6 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
### Changed
* GODT-858 Bump go-rfc5322 dependency to v0.4.0 to handle some invalid RFC5322 groups.
* GODT-923 Fix listener locking.
### Changed
* GODT-389 Prefer `From` header instead of `MAIL FROM` address.