* Tue Jan 14 2025 Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.8.28:
* Detect SMTPUTF8 server capability and use it if available.
* Add IDN support to --configure (build with libidn2 to enable
this).
* Add special value 'none' to logfile_time_format to suppress
time output.
* Fri Nov 15 2024 Benoît Monin <benoit.monin@gmx.fr>
- stop requiring vim at runtime just for the syntax file
* Sun Oct 06 2024 Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.8.27:
* The option -F was fixed: it now overrides the configuration
file setting again (this bug was introduced in 1.8.24), and
non-ASCII characters are now properly encoded in the From
header.
* The msmtpq script was improved by Github user Konfekt.
* The vim script for configuration file editing was improved by
Github user Konfekt.
* A testing infrastructure was added (make check).
* Translations were updated and a new Spanish translation was
added
- update vim syntax path
* Thu Jun 13 2024 Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.8.26:
* Add support for SCRAM-SHA-256-PLUS and SCRAM-SHA-1-PLUS
authentication, and prefer SCRAM methods over the PLAIN method
because of their superior properties.
* With --read-envelope-from, a Resent-From header is now used if
it is present and appears before any From header
- require libgsasl >= 2.1.0: needed for supporting SCRAM
* Sun Oct 29 2023 Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.8.25:
* Generation of Message-ID headers was improved to avoid problems
with rspamd assigning SPAM points
* Documentation of ignored options was fixed
* The combination of envelope from addresses with wildcards and
automatic account selection was fixed
* Translations were updated, including a new Romanian translation
* Fri Jun 30 2023 Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.8.24:
* Added a new configuration command 'from_full_name' to set a
full name for the From header (like -F on the command line)
* Fixed the allow_from_override command
* Mon Jan 30 2023 Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.8.23:
* This release fixes XOAUTH2 authentication with some servers,
updates the msmtpq scripts, and updates the translations
(including a new Swedish translation).
* Sun Aug 07 2022 Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.8.22:
* This is a hotfix release that fixes building with libgsasl,
which was accidentally broken in version 1.8.21.
* It also updates the msmtpq script.
- additional changes from version 1.8.21:
* A new configuration command eval replaces the current
configuration file line with the output of a command (similar
to passwordeval, but more general).
* A Message-ID header is now generated if none is present in the
mail. This can be changed with the new command set_msgid_header.
* The optional msmtpd service now adds a Received header.
* Furthermore, a few minor problems were corrected and the
documentation and translations were updated.
- mark the doc sub-package as noarch
* Wed Mar 23 2022 Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.8.20:
* Added a new configuration command 'allow_from_override'. When
off, the --from option does not override the envelope-from
address anymore.
* Thu Nov 04 2021 Benoît Monin <benoit.monin@gmx.fr>
- update to version 1.8.19:
* Fixed a security problem in msmtpd: mail addresses starting
with '-' could be interpreted as options of the pipe command.