Update of /cvsroot/tmda/tmda
In directory usw-pr-cvs1:/tmp/cvs-serv9086

Modified Files:
        UPGRADE 
Log Message:
* Auto responder improvements:

- Auto responses are now MIME messages with one or two bodyparts,
depending on the value of AUTORESPONSE_INCLUDE_SENDER_COPY.

- Character sets other than US-ASCII in the templates are now
supported.  This includes multi-byte character sets such as those
found in Asian languages.  RFC-compliant charset conversion and 7-bit
transport encoding will be handled automatically by the auto
responder.

The default charset for the message body is US-ASCII, and can be
changed by editing `BodyCharset:' in your template.

- Multilingual header values are now supported, and likewise, this
includes multi-byte character sets.  The RFC 2047 encoding is handled
by the auto-responder.

The default charset for each header generated from a template is
US-ASCII.  You can change this by editing the .CHARSET suffix of each
header definition.  For example:

  Subject.US-ASCII: Please confirm your message

might be changed to 

  Subject.Latin-1: German translation here

if you wish to use German umlauts in your Subject field.

- The `Auto-Submitted:' header described in Keith Moore's IETF draft
``Recommendations for Automatic Responses to Electronic Mail''
(draft-moore-auto-email-response-00.txt) is supported.  This header is
checked when receiving incoming messages, and also added to TMDA's own
auto responses.


Index: UPGRADE
===================================================================
RCS file: /cvsroot/tmda/tmda/UPGRADE,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- UPGRADE     1 Oct 2002 21:28:28 -0000       1.64
+++ UPGRADE     18 Oct 2002 22:36:16 -0000      1.65
@@ -5,6 +5,30 @@
 * Python version 2.1 or greater is now required.  Upgrade at
   <URL:http://www.python.org/download/>
 
+* When sending an auto response, a new configuration variable
+  (AUTORESPONSE_INCLUDE_SENDER_COPY) is used to control whether a copy
+  of the sender's message is included or not.  For available options,
+  <URL:http://tmda.net/config-vars.html#AUTORESPONSE_INCLUDE_SENDER_COPY>
+
+  If you are using customized templates, you should remove the last
+  few lines in each template which include the sender's copy.  For
+  example, in confirm_request.txt:
+
+  --- Enclosed is a copy of your message.
+
+  %(original_message)s
+
+  Otherwise, you'll include two copies of the sender's message.
+
+* When sending confirmation requests, Reply-To is now set from the
+  confirm_request.txt template.  This is to allow the option to not
+  include the confirmation address in a Reply-To header.
+
+  If you use a customized confirm_request.txt, you'll need to add the
+  following line to the top (header section) of your template:
+
+  Reply-To: %(confirm_accept_address)s
+
 ======================================================================
 
 If you are upgrading from a release of TMDA < 0.59:
@@ -15,7 +39,7 @@
   From: "Jason R. Mastaler" <[EMAIL PROTECTED]>
   Subject: Please confirm your message
 
-  Set FULLNAME in your tmda config to override the default value
+  Set FULLNAME in your tmda config, to override the default value
   (taken from the password file).
 
 * ADDED_HEADERS has been renamed ADDED_HEADERS_CLIENT.

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to