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

Modified Files:
        bounce.txt confirm_accept.txt confirm_request.txt 
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: bounce.txt
===================================================================
RCS file: /cvsroot/tmda/tmda/templates/bounce.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bounce.txt  27 Jul 2002 01:32:29 -0000      1.2
+++ bounce.txt  18 Oct 2002 22:36:17 -0000      1.3
@@ -1,5 +1,6 @@
-From: "%(FULLNAME)s" <%(recipient_address)s>
-Subject: failure notice
+From.US-ASCII: "%(FULLNAME)s" <%(recipient_address)s>
+Subject.US-ASCII: failure notice
+BodyCharset: US-ASCII
 
 Hi. This is the TMDA program at %(recipient_domain)s.
 I'm afraid I wasn't able to deliver your message to the following addresses.
@@ -8,6 +9,3 @@
 <%(recipient_address)s>:
 %(bounce_text)s
 
---- Enclosed is a copy of your message.
-
-%(original_message)s
\ No newline at end of file

Index: confirm_accept.txt
===================================================================
RCS file: /cvsroot/tmda/tmda/templates/confirm_accept.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- confirm_accept.txt  27 Jul 2002 01:32:29 -0000      1.10
+++ confirm_accept.txt  18 Oct 2002 22:36:17 -0000      1.11
@@ -1,11 +1,9 @@
-From: "%(FULLNAME)s" <%(recipient_address)s>
-Subject: Confirmation accepted
+From.US-ASCII: "%(FULLNAME)s" <%(recipient_address)s>
+Subject.US-ASCII: Confirmation accepted
+BodyCharset: US-ASCII
 
 %(confirm_accept_text)s
 
 [ This notice was generated by TMDA/%(TMDA_VERSION)s %(TMDA_HOMEPAGE)s,
   an automated junk-mail reduction system. ]
 
---- Enclosed is a copy of your confirmation.
-
-%(original_message)s
\ No newline at end of file

Index: confirm_request.txt
===================================================================
RCS file: /cvsroot/tmda/tmda/templates/confirm_request.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- confirm_request.txt 27 Jul 2002 01:32:29 -0000      1.7
+++ confirm_request.txt 18 Oct 2002 22:36:17 -0000      1.8
@@ -1,5 +1,7 @@
-From: "%(FULLNAME)s" <%(recipient_address)s>
-Subject: Please confirm your message
+From.US-ASCII: "%(FULLNAME)s" <%(recipient_address)s>
+Subject.US-ASCII: Please confirm your message
+Reply-To.US-ASCII: %(confirm_accept_address)s
+BodyCharset: US-ASCII
 
 Your e-mail message with the subject of "%(subject)s"
 is being held because your address was not recognized.
@@ -15,6 +17,3 @@
 [ This notice was generated by TMDA/%(TMDA_VERSION)s %(TMDA_HOMEPAGE)s,
   an automated junk-mail reduction system. ]
 
---- Enclosed is a copy of your message.
-
-%(original_message)s
\ No newline at end of file

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

Reply via email to