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

Modified Files:
        ChangeLog features.ht features.html 
Log Message:
New feature: auto-response rate limiting.  Meant as a last resort to
prevent mail loops between TMDA and broken remote auto-responders, you
can now specify the maximum number of automatic responses sent to a
given sender in a day by setting MAX_AUTORESPONSES_PER_DAY.

The default at this point is 50.  Disable with 0.

A new directory 'responses' will be created under DATADIR to store the
rate limiting information.  This can be changed by setting
RESPONSE_DIR.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog   19 Aug 2002 17:30:04 -0000      1.149
+++ ChangeLog   21 Aug 2002 22:37:42 -0000      1.150
@@ -1,3 +1,7 @@
+2002-08-21  Jason R. Mastaler  <[EMAIL PROTECTED]>
+
+       * features.ht (Links): Add smart auto-responding.
+
 2002-08-19  Jason R. Mastaler  <[EMAIL PROTECTED]>
 
        * config-links.h: Add sidebar link to TMDA Filter Sources.

Index: features.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/features.ht,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- features.ht 25 Jul 2002 00:07:27 -0000      1.15
+++ features.ht 21 Aug 2002 22:37:42 -0000      1.16
@@ -20,6 +20,10 @@
 <li>Optional automatic whitelisting of confirmed senders.
 <br><br>
 
+<li>Smart auto-responding -- won't reply to a mailing list or bounce
+message.  Includes auto-response rate limiting to prevent mail loops.
+<br><br>
+
 <li>Client-side support for both Unix and non-Unix (e.g, Outlook, Eudora, Mozilla)
 mail clients.<br><br>
 
@@ -37,7 +41,7 @@
 <li>Supports DBM and <a href="http://cr.yp.to/cdb.html"; TARGET="Resource Window">
 CDB</a> databases, including on-demand auto-regeneration of DB files.<br><br>
 
-<li>Optional delivery logging.<br><br>
+<li>Optional logging of incoming and outgoing messages.<br><br>
 
 <li>Easy customization of confirmation messages through templates.<br><br>
 

Index: features.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/features.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- features.html       19 Aug 2002 17:30:06 -0000      1.28
+++ features.html       21 Aug 2002 22:37:42 -0000      1.29
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Mon Aug 19 11:29:08 2002 -->
+<!-- Wed Aug 21 15:38:08 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -157,6 +157,10 @@
 <li>Optional automatic whitelisting of confirmed senders.
 <br><br>
 
+<li>Smart auto-responding -- won't reply to a mailing list or bounce
+message.  Includes auto-response rate limiting to prevent mail loops.
+<br><br>
+
 <li>Client-side support for both Unix and non-Unix (e.g, Outlook, Eudora, Mozilla)
 mail clients.<br><br>
 
@@ -174,7 +178,7 @@
 <li>Supports DBM and <a href="http://cr.yp.to/cdb.html"; TARGET="Resource Window">
 CDB</a> databases, including on-demand auto-regeneration of DB files.<br><br>
 
-<li>Optional delivery logging.<br><br>
+<li>Optional logging of incoming and outgoing messages.<br><br>
 
 <li>Easy customization of confirmation messages through templates.<br><br>
 

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

Reply via email to