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

Modified Files:
        ChangeLog config-filter.ht config-filter.html 
Log Message:
Added ability to use 'hold' as both the action part of a rule and as the
default incoming action.  The 'hold' action deposits the message in the
pending/ directory but does not send a confirmation request.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog   13 Sep 2002 00:44:33 -0000      1.154
+++ ChangeLog   13 Sep 2002 05:42:12 -0000      1.155
@@ -1,3 +1,8 @@
+2002-09-12  Tim Legant  <[EMAIL PROTECTED]>
+
+       * config-filter.ht: Added 'hold' action to list of incoming
+       actions.
+
 2002-09-12  Jason R. Mastaler  <[EMAIL PROTECTED]>
 
        * requirements.ht (Links): Update Python minimum requirement to

Index: config-filter.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-filter.ht,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- config-filter.ht    26 Aug 2002 20:57:14 -0000      1.20
+++ config-filter.ht    13 Sep 2002 05:42:12 -0000      1.21
@@ -18,7 +18,7 @@
 
 A filter file is composed of filters, blank lines and comments.  For
 ease of organization, macros, variable interpolation and the ability
-to include other filter files is supported.  These features are
+to include other filter files are supported.  These features are
 documented below in the <a href="#addlfeatures">Additional
 Features</a> section.
 <br><br>
@@ -121,6 +121,7 @@
 ok,accept,deliver (deliver the message)
 ok,accept,deliver=&lt;instruction&gt; (deliver to a Maildir, mbox, program, or 
address)
 confirm (request confirmation for the message)
+hold (store the message in the pending queue but do not send a confirmation request)
 
 </blockquote></pre>
 

Index: config-filter.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-filter.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- config-filter.html  26 Aug 2002 20:57:14 -0000      1.29
+++ config-filter.html  13 Sep 2002 05:42:12 -0000      1.30
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Mon Aug 26 15:54:22 2002 -->
+<!-- Thu Sep 12 14:51:35 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -177,7 +177,7 @@
 
 A filter file is composed of filters, blank lines and comments.  For
 ease of organization, macros, variable interpolation and the ability
-to include other filter files is supported.  These features are
+to include other filter files are supported.  These features are
 documented below in the <a href="#addlfeatures">Additional
 Features</a> section.
 <br><br>
@@ -280,6 +280,7 @@
 ok,accept,deliver (deliver the message)
 ok,accept,deliver=&lt;instruction&gt; (deliver to a Maildir, mbox, program, or 
address)
 confirm (request confirmation for the message)
+hold (store the message in the pending queue but do not send a confirmation request)
 
 </blockquote></pre>
 

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

Reply via email to