|
|
CVS: tmda/htdocs ChangeLog,1.96,1.97 config-filter.ht,1.11,1.12: msg#00082
|
Subject: |
CVS: tmda/htdocs ChangeLog,1.96,1.97 config-filter.ht,1.11,1.12 |
Update of /cvsroot/tmda/tmda/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv15197
Modified Files:
ChangeLog config-filter.ht
Log Message:
Added documentation to indicate that 'from*' sources are now valid in
outgoing filters. Added two relevant examples to the sample outgoing filter.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog 20 Feb 2002 22:44:38 -0000 1.96
+++ ChangeLog 22 Feb 2002 05:10:02 -0000 1.97
@@ -1,3 +1,8 @@
+2002-02-21 Tim Legant <tim@xxxxxxxxxxx>
+
+ * config-filter.ht: Move 'from*' sources to list of incoming and
+ outgoing sources.
+
2002-02-20 Jason R. Mastaler <jasonrm@xxxxxxxxxxxxxxxxxxxxxxxxxx>
* faq.ht: Update link to bbdb-normalize-tmda-addresses.
Index: config-filter.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-filter.ht,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- config-filter.ht 20 Feb 2002 08:34:56 -0000 1.11
+++ config-filter.ht 22 Feb 2002 05:10:02 -0000 1.12
@@ -77,6 +77,12 @@
(for both incoming and outgoing):
<blockquote><pre>
+from (sender address)
+from-file [-autocdb]
+from-cdb
+from-dbm
+from-ezmlm
+from-mailman -attr=<attribute>
to (recipient address)
to-file [-autocdb]
to-cdb
@@ -87,12 +93,6 @@
(for incoming only):
<blockquote><pre>
-from (sender address)
-from-file [-autocdb]
-from-cdb
-from-dbm
-from-ezmlm
-from-mailman -attr=<attribute>
body [-case] (message body)
body-file [-case]
headers [-case] (message headers)
@@ -398,6 +398,12 @@
<pre>
#### ~/.tmda/filters/outgoing (first match wins) ###
+
+# All mail from postmaster is sent bare
+from postmaster@* bare
+
+# And so is all mail from the tmda-users mailing list owner
+from-mailman -attr=owner ~mailman/lists/tmda-users/config.db bare
# All whitelisted contacts receive untagged messages
to-cdb ~/.tmda/lists/whitelist.cdb bare
_______________________________________________
tmda-cvs mailing list
http://libertine.org/lists/listinfo/tmda-cvs
|
| |