diff options
author | schmonz <schmonz@pkgsrc.org> | 2007-02-26 03:44:21 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2007-02-26 03:44:21 +0000 |
commit | 70be7dc71841902e551de7fba65b7d8655434292 (patch) | |
tree | 96ac002934593c8597bfa519a4ca66d0045a7f16 /mail/tmda/patches | |
parent | 9ddcaf40cc27a82cdcc3bfb9b27a30b4cf2f6e86 (diff) | |
download | pkgsrc-70be7dc71841902e551de7fba65b7d8655434292.tar.gz |
Update to 1.1.11. From the changelog:
* The snapshot of the wiki documentation is now included within the
main tmda-1.1.x.tgz tarball in the 'doc' directory rather than in a
separate tmda-1.1.x-doc.tgz tarball.
* New feature courtesy of Vitor Espindola. A new configuration
variable, TIMEOUT_UNITS, to give users the ability to customize the
timeout unit value strings in the templates instead of using the
English defaults of "years", "months", "weeks", "days", "hours",
"minutes", and "seconds". For more information, see
http://wiki.tmda.net/ConfigurationVariables#TIMEOUT_UNITS
* Virtual domain improvements to tmda-pending courtesy of Lloyd
Zusman. A '--vhost-script' command-line option has been added to
match tmda-ofmipd and tmda-filter. Also two new options have been
added, '--vhost-user' and '--vhost-domain'. See the tmda-pending
--help output for more information, or for greater detail, see
http://article.gmane.org/gmane.mail.spam.tmda.devel/6584
* An alternative "simpler" example of how to use TLS with tmda-ofmipd
via stunnel has been added. See the contrib/ofmipd-stunnel-daemons/
directory.
* A bug that broke tmda-filter's '-e' command-line option has been
fixed.
Diffstat (limited to 'mail/tmda/patches')
-rw-r--r-- | mail/tmda/patches/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/tmda/patches/patch-ab b/mail/tmda/patches/patch-ab index 0367d017738..ed85c23fec2 100644 --- a/mail/tmda/patches/patch-ab +++ b/mail/tmda/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.1 2007/01/11 19:22:43 schmonz Exp $ +$NetBSD: patch-ab,v 1.2 2007/02/26 03:44:21 schmonz Exp $ ---- TMDA/Util.py.orig 2006-10-29 22:07:56.000000000 -0500 +--- TMDA/Util.py.orig 2007-02-23 15:20:10.000000000 -0500 +++ TMDA/Util.py -@@ -596,7 +596,13 @@ def sendmail(msgstr, envrecip, envsender +@@ -584,7 +584,13 @@ def sendmail(msgstr, envrecip, envsender Defaults.MAIL_TRANSFER_AGENT in ('postfix', 'qmail') and \ Defaults.MAIL_TRANSPORT == 'sendmail': envsender = '' |