v0.8.0
What's Changed
- Fixed IPv6 address parsing to handle IPv6: prefix by @masa23 in https://github.com/d--j/go-milter/pull/5
- Handle mail headers with empty value (e.g.
X-MS-TNEF-Correlator
) without emitting a warning - Breaking Change: Drop mailfilter.Trx.Log, mailfilter.LogFunc and mailfilter.WithSyslog – you need to bring your own logging
New Contributors
- @masa23 made their first contribution in https://github.com/d--j/go-milter/pull/5
Full Changelog: v0.7.0...v0.8.0