CVS: tmda/htdocs config-vars.ht, 1.46, 1.47 config-vars.html, 1.90, 1.91 filter-sources.ht, 1.9, 1.10 filter-sources.html, 1.39, 1.40
"Jason R. Mastaler" <[email protected]> Fri, 20 Feb 2004 12:52:31 -0800
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6637/htdocs Modified Files: config-vars.ht config-vars.html filter-sources.ht filter-sources.html Log Message: document 'pipe-headers'. Index: config-vars.ht =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/config-vars.ht,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- config-vars.ht 6 Feb 2004 01:21:14 -0000 1.46 +++ config-vars.ht 20 Feb 2004 20:52:28 -0000 1.47 @@ -526,7 +526,7 @@ <br><br> <code>BOUNCE_ENV_SENDER = "[email protected]"</code> <br><br> -Default is an empty envelope sender <>. +Default is "<>", a null envelope sender. <dt><hr> <a name="BOUNCE_TEXT_EXPIRED_DATED"><h4>BOUNCE_TEXT_EXPIRED_DATED</h4></a> <dd> Index: config-vars.html =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/config-vars.html,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- config-vars.html 10 Feb 2004 00:13:24 -0000 1.90 +++ config-vars.html 20 Feb 2004 20:52:28 -0000 1.91 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Mon Feb 9 17:00:58 2004 --> +<!-- Fri Feb 20 13:55:40 2004 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -734,7 +734,7 @@ <br><br> <code>BOUNCE_ENV_SENDER = "[email protected]"</code> <br><br> -Default is an empty envelope sender <>. +Default is "<>", a null envelope sender. <dt><hr> <a name="BOUNCE_TEXT_EXPIRED_DATED"><h4>BOUNCE_TEXT_EXPIRED_DATED</h4></a> <dd> Index: filter-sources.ht =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/filter-sources.ht,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- filter-sources.ht 11 Jul 2003 23:02:59 -0000 1.9 +++ filter-sources.ht 20 Feb 2004 20:52:28 -0000 1.10 @@ -414,6 +414,20 @@ <br><br> +<dt> +<code> +pipe-headers <command_string> +</code> +<dd> + +The <code>pipe-headers</code> source expects a shell command string to which the +contents of the incoming message headers only will be piped to. A match is found +if <code>command_string</code> returns a zero exit status. Any non-zero +exit status is interpreted as a non-match. If <code>command_string</code> +contains whitespace, it should be quoted. + +<br><br> + </dl> <h3>Miscellaneous Notes</h3> Index: filter-sources.html =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/filter-sources.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- filter-sources.html 6 Feb 2004 17:57:05 -0000 1.39 +++ filter-sources.html 20 Feb 2004 20:52:28 -0000 1.40 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Fri Feb 6 10:40:29 2004 --> +<!-- Fri Feb 20 13:55:40 2004 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -622,6 +622,20 @@ <br><br> +<dt> +<code> +pipe-headers <command_string> +</code> +<dd> + +The <code>pipe-headers</code> source expects a shell command string to which the +contents of the incoming message headers only will be piped to. A match is found +if <code>command_string</code> returns a zero exit status. Any non-zero +exit status is interpreted as a non-match. If <code>command_string</code> +contains whitespace, it should be quoted. + +<br><br> + </dl> <h3>Miscellaneous Notes</h3>