diff options
author | schmonz <schmonz@pkgsrc.org> | 2018-10-13 14:38:54 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2018-10-13 14:38:54 +0000 |
commit | f79cc70b474ed4063453d6c6f1ecf9d0ef7fdf96 (patch) | |
tree | a1a1a52da90c801833cb6a4dd3373e597fb22026 /mail/nullmailer/options.mk | |
parent | 265e8cb9b7aa8b42261abe61377675b2c5aa59f5 (diff) | |
download | pkgsrc-f79cc70b474ed4063453d6c6f1ecf9d0ef7fdf96.tar.gz |
Update to 2.2. From the changelog:
- nullmailer-send no longer generates bounces for rejected bounces.
Thanks Fejes József
- Fixed compile error in sendmail on GCC older than 4.9.
- Fixed treating authentication failure as message rejection.
Thanks Fejes József
- nullmailer-inject now sets the full name of the sender to the user
name as a fallback. This helps distinguish system sent messages when
the MTA rewrites the address (as does GMail, for example).
- Fixed compatibility issue with gnutls 3.6 (and possibly others).
Diffstat (limited to 'mail/nullmailer/options.mk')
-rw-r--r-- | mail/nullmailer/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/nullmailer/options.mk b/mail/nullmailer/options.mk index fb6ef5b313e..2f65097f664 100644 --- a/mail/nullmailer/options.mk +++ b/mail/nullmailer/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2017/10/28 04:51:06 schmonz Exp $ +# $NetBSD: options.mk,v 1.3 2018/10/13 14:38:54 schmonz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nullmailer PKG_SUPPORTED_OPTIONS= gnutls @@ -11,4 +11,4 @@ PKG_SUGGESTED_OPTIONS= gnutls CONFIGURE_ARGS+= --enable-tls .else CONFIGURE_ARGS+= --disable-tls -.endif # option gnutls +.endif |