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

Modified Files:
        ChangeLog config-filter.ht config-filter.html 
Log Message:
Fixed example under Variable Interpolation.  Changed 'from' to 'from-file'.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog   21 Aug 2002 22:37:42 -0000      1.150
+++ ChangeLog   26 Aug 2002 20:57:13 -0000      1.151
@@ -1,3 +1,8 @@
+2002-08-26  Tim Legant  <[EMAIL PROTECTED]>
+
+       * config-filter.ht (username): Fixed example under Variable
+       Interpolation.  It had used 'from' instead of 'from-file'.
+
 2002-08-21  Jason R. Mastaler  <[EMAIL PROTECTED]>
 
        * features.ht (Links): Add smart auto-responding.

Index: config-filter.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-filter.ht,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- config-filter.ht    18 Aug 2002 22:52:43 -0000      1.19
+++ config-filter.ht    26 Aug 2002 20:57:14 -0000      1.20
@@ -419,8 +419,8 @@
 Here's an extremely simple system-wide filter that uses the 'username'
 variable to include a user's filter.
 <pre><blockquote>
-from /etc/company_blacklist drop
-from /etc/company_whitelist accept
+from-file /etc/company_blacklist drop
+from-file /etc/company_whitelist accept
 include -optional /home/vdomain/tmda/lists/whitelist.${username}
 
 </blockquote></pre>

Index: config-filter.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-filter.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- config-filter.html  19 Aug 2002 17:30:05 -0000      1.28
+++ config-filter.html  26 Aug 2002 20:57:14 -0000      1.29
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Mon Aug 19 11:29:08 2002 -->
+<!-- Mon Aug 26 15:54:22 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -578,8 +578,8 @@
 Here's an extremely simple system-wide filter that uses the 'username'
 variable to include a user's filter.
 <pre><blockquote>
-from /etc/company_blacklist drop
-from /etc/company_whitelist accept
+from-file /etc/company_blacklist drop
+from-file /etc/company_whitelist accept
 include -optional /home/vdomain/tmda/lists/whitelist.${username}
 
 </blockquote></pre>

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

Reply via email to