[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tmda-cvs
Subject:    CVS: tmda/htdocs ChangeLog,1.32,1.33 config-filter.ht,1.1,1.2 config-filter.html,1.1,1.2 features.ht
From:       "Jason R. Mastaler" <jasonrm () users ! sourceforge ! net>
Date:       2001-11-20 21:38:20
[Download RAW message or body]

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

Modified Files:
	ChangeLog config-filter.ht config-filter.html features.ht 
	features.html 
Log Message:
Add more DBM documentation.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	2001/11/17 18:36:46	1.32
+++ ChangeLog	2001/11/20 21:38:18	1.33
@@ -1,3 +1,10 @@
+2001-11-20  Jason R. Mastaler  <jasonrm@nightshade.la.mastaler.com>
+
+	* features.ht (Links): Add DBM support.
+
+	* config-filter.ht (source): Better DBM documentation including
+	links to the list2dbm/printdbm scripts.
+
 2001-11-17  Jason R. Mastaler  <jasonrm@nightshade.la.mastaler.com>
 
 	* faq.ht (Links): Amend "whitelist" Q to reflect use of filter

Index: config-filter.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-filter.ht,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- config-filter.ht	2001/11/17 18:36:46	1.1
+++ config-filter.ht	2001/11/20 21:38:18	1.2
@@ -56,11 +56,32 @@
 <li><b>match</b>: 
 should be an expression, or the full path to a textfile or
 DBM database containing more expressions if <b>source</b> was suffixed
-with `-file' or `-dbm'.  The second field within a textfile or DBM is
-optional, but overrides action if present.  The following table shows
-what the <b>match</b> expression should contain for a given <b>source</b>:
+with `-file' or `-dbm'.
 <br><br>
 
+The second field within a textfile or DBM is optional, but overrides
+action if present.  e.g,
+
+<blockquote><pre>
+foo@mastaler.com
+bar@mastaler.com bounce
+
+</blockquote></pre>
+
+In a DBM, the keys should be the e-mail addresses to match, and their
+corresponding values should be empty unless you want to override the
+action specified in the filter file.  The scripts 
+<a href="http://mla.libertine.org/tmda-workers/200111/bin00000.bin">list2dbm</a>
+and
+<a href="http://mla.libertine.org/tmda-workers/200111/bin00001.bin">printdbm</a> 
+are available to convert your lists into DBM files and
+vice-versa.  
+<br><br>
+
+The following table shows what the <b>match</b> expression should
+contain for a given <b>source</b>:
+<br><br>
+
 <blockquote><pre>
 source:		match:
 -------		------
@@ -76,7 +97,8 @@
 In addition to explicit e-mail addresses, you can use expressions
 based on UNIX shell-style wildcard characters in either the
 <b>match</b> field of a line, or within the textfile in the
-<b>match</b> field.  The special characters are:
+<b>match</b> field.  Wildcard characters are not recognized
+in a DBM file.  The special characters are:
 
 <blockquote><pre>
 

Index: config-filter.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-filter.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- config-filter.html	2001/11/17 18:36:46	1.1
+++ config-filter.html	2001/11/20 21:38:18	1.2
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat Nov 17 10:53:12 2001 -->
+<!-- Tue Nov 20 14:29:14 2001 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -200,11 +200,32 @@
 <li><b>match</b>: 
 should be an expression, or the full path to a textfile or
 DBM database containing more expressions if <b>source</b> was suffixed
-with `-file' or `-dbm'.  The second field within a textfile or DBM is
-optional, but overrides action if present.  The following table shows
-what the <b>match</b> expression should contain for a given <b>source</b>:
+with `-file' or `-dbm'.
 <br><br>
 
+The second field within a textfile or DBM is optional, but overrides
+action if present.  e.g,
+
+<blockquote><pre>
+foo@mastaler.com
+bar@mastaler.com bounce
+
+</blockquote></pre>
+
+In a DBM, the keys should be the e-mail addresses to match, and their
+corresponding values should be empty unless you want to override the
+action specified in the filter file.  The scripts 
+<a href="http://mla.libertine.org/tmda-workers/200111/bin00000.bin">list2dbm</a>
+and
+<a href="http://mla.libertine.org/tmda-workers/200111/bin00001.bin">printdbm</a> 
+are available to convert your lists into DBM files and
+vice-versa.  
+<br><br>
+
+The following table shows what the <b>match</b> expression should
+contain for a given <b>source</b>:
+<br><br>
+
 <blockquote><pre>
 source:		match:
 -------		------
@@ -220,7 +241,8 @@
 In addition to explicit e-mail addresses, you can use expressions
 based on UNIX shell-style wildcard characters in either the
 <b>match</b> field of a line, or within the textfile in the
-<b>match</b> field.  The special characters are:
+<b>match</b> field.  Wildcard characters are not recognized
+in a DBM file.  The special characters are:
 
 <blockquote><pre>
 

Index: features.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/features.ht,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- features.ht	2001/11/02 00:26:35	1.5
+++ features.ht	2001/11/20 21:38:18	1.6
@@ -29,6 +29,8 @@
 
 <li>Pattern matching using Unix shell-style wildcard characters.<br><br>
 
+<li>Supports DBM/GDBM style databases.<br><br>
+
 <li>Optional delivery logging.<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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- features.html	2001/11/17 18:36:46	1.9
+++ features.html	2001/11/20 21:38:18	1.10
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Fri Nov 16 15:29:13 2001 -->
+<!-- Tue Nov 20 14:34:21 2001 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -153,6 +153,8 @@
 <li>Supports vpopmail and vmailmgr.<br><br>
 
 <li>Pattern matching using Unix shell-style wildcard characters.<br><br>
+
+<li>Supports DBM/GDBM style databases.<br><br>
 
 <li>Optional delivery logging.<br><br>
 

_______________________________________________
tmda-cvs mailing list
http://libertine.org/lists/listinfo/tmda-cvs

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic