diff options
author | kim <kim> | 2002-12-12 04:38:30 +0000 |
---|---|---|
committer | kim <kim> | 2002-12-12 04:38:30 +0000 |
commit | 79e6b329f73bf9d674cd71f291b74c197ee3dca3 (patch) | |
tree | e1b33f81f9dc82e11fa3fca76861521ea1246edd /doc | |
parent | 01895aaf8c651a6141aaa80ec2206cd92c1b2994 (diff) | |
download | pkgsrc-79e6b329f73bf9d674cd71f291b74c197ee3dca3.tar.gz |
Upgrade to tmda-0.65:
What's new?
* New feature: A new header called ``X-Primary-Address'' is now
supported in order to reduce the amount of thinking and planning
ahead you need to do when sending mail to a new correspondent who
may or may not use a challenge/response system like
TMDA. Essentially, this header allows a sender to specify the
address he prefers be whitelisted once he confirms his first
message.
For more information, see the following URLs:
<URL:http://tmda.net/config-vars.html#PRIMARY_ADDRESS_MATCH>
<URL:http://tmda.net/faq.cgi?req=show&file=faq04.005.htp>
* New feature. You can customize the header lines displayed by
tmda-pending in interactive mode by setting SUMMARY_HEADERS. See
<URL:http://tmda.net/config-vars.html#SUMMARY_HEADERS> for more
information.
* New version of Josh Huber's tmda.el.
* Bugfixes.
Here are the new additions to UPGRADE:
* If you are using customized templates, you should replace
%(envelope_sender)s with %(confirm_append_address)s in your
confirm_request.txt. This is to support the new
<URL:http://tmda.net/config-vars.html#PRIMARY_ADDRESS_MATCH>
feature.
* When doing program deliveries to procmail, you should no longer be
using the ``-f'' option. e.g,
DELIVERY = "|/usr/bin/procmail -f $SENDER ~/.procmailrc-tmda"
becomes
DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda"
* contrib/sample.tmdarc has been renamed contrib/sample.config.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index fe329eb8c03..045acbd079e 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.754 2002/12/12 03:24:52 dmcmahill Exp $ +$NetBSD: CHANGES,v 1.755 2002/12/12 04:39:56 kim Exp $ Changes to the packages collection and infrastructure in 2002: @@ -3912,3 +3912,4 @@ Changes to the packages collection and infrastructure in 2002: Added fontconfig-2.1 [jmmv 2002-12-11] Added vifm-0.1 [jmmv 2002-12-11] Updated gawk to 3.1.1 [dmcmahill 2002-12-11] + Updated tmda to 0.65 [kim 2002-12-12] |