msmtp 1.8.8 is released
This version includes the folowing changes:
- Added a new
socket
command and--socket
option to connect via local sockets. - Added a new
tls_host_override
command and--tls-host-override
option to override the host name used for TLS verification. - Added a new
set_from_header
command and--set-from-header
option 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_header
command (which remains supported). - Added a new
set_date_header
command and--set-date-header
option with two settings:off
: never set a Date headerauto
: add a Date header if there is none (this is the default).
add_missing_date_header
option (which remains supported). - Fixed the handling of empty From headers with
--read-recipients/-t
. - Fixed the
source_ip
command for proxies.