msmtp 1.8.8 is released
This version includes the folowing changes:
- Added a new
socketcommand and--socketoption to connect via local sockets. - Added a new
tls_host_overridecommand and--tls-host-overrideoption to override the host name used for TLS verification. - Added a new
set_from_headercommand and--set-from-headeroption with three settings:on: always set a From header, possibly replacing an existing oneoff: never set a From headerauto: add a From header if there is none (this is the default).
add_missing_from_headercommand (which remains supported). - Added a new
set_date_headercommand and--set-date-headeroption with two settings:off: never set a Date headerauto: add a Date header if there is none (this is the default).
add_missing_date_headeroption (which remains supported). - Fixed the handling of empty From headers with
--read-recipients/-t. - Fixed the
source_ipcommand for proxies.