CVS: tmda/htdocs config-filter.ht,1.27,1.28 config-filter.html,1.54,1.55
"Jason R. Mastaler" <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv20607/htdocs Modified Files: config-filter.ht config-filter.html Log Message: aNew feature. The `confirm' FILTER_INCOMING action now takes an optional 'template' argument which directs a specific template to be used rather than the default template (confirm_request.txt). The argument can either be an absolute pathname (including tilde expansion) or a relative (to TEMPLATE_DIR) pathname. Assuming TEMPLATE_DIR is set to ~/.tmda/templates, each of the following instructions are equivalent: from johndoe* bounce = /users/jasonrm/.tmda/templates/confirm_johndoe.txt from johndoe* bounce = ~/.tmda/templates/confirm_johndoe.txt from johndoe* bounce = ~jasonrm/.tmda/templates/confirm_johndoe.txt from johndoe* bounce = confirm_johndoe.txt Index: config-filter.ht =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/config-filter.ht,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- config-filter.ht 23 Jul 2003 19:52:47 -0000 1.27 +++ config-filter.ht 20 Aug 2003 00:28:03 -0000 1.28 @@ -121,12 +121,13 @@ ok,accept,deliver (deliver the message) ok,accept,deliver=<instruction> (deliver to a Maildir, mbox, program, or address) confirm (request confirmation for the message) +confirm=<template> (request confirmation for the message using a specific template) hold (store the message in the pending queue but do not send a confirmation request) </blockquote></pre> -The <b>template</b> option to <b>bounce,reject</b> can be used -to bounce the message using a specific template file rather than the -default (bounce.txt). The option can be an absolute pathname to the +The <b>template</b> option to <b>bounce,reject</b> and <b>confirm</b> can be used +to bounce or confirm the message using a specific template file rather than the +default (bounce.txt or confirm_request.txt). The option can be an absolute pathname to the template file (e.g, <i>/path/to/template.txt</i>). Pathnames starting with a tilde will be expanded. It can also be a relative pathname, in which case the template will be searched for Index: config-filter.html =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/config-filter.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- config-filter.html 11 Aug 2003 16:58:24 -0000 1.54 +++ config-filter.html 20 Aug 2003 00:28:03 -0000 1.55 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Mon Aug 11 10:54:21 2003 --> +<!-- Tue Aug 19 18:24:18 2003 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -310,12 +310,13 @@ ok,accept,deliver (deliver the message) ok,accept,deliver=<instruction> (deliver to a Maildir, mbox, program, or address) confirm (request confirmation for the message) +confirm=<template> (request confirmation for the message using a specific template) hold (store the message in the pending queue but do not send a confirmation request) </blockquote></pre> -The <b>template</b> option to <b>bounce,reject</b> can be used -to bounce the message using a specific template file rather than the -default (bounce.txt). The option can be an absolute pathname to the +The <b>template</b> option to <b>bounce,reject</b> and <b>confirm</b> can be used +to bounce or confirm the message using a specific template file rather than the +default (bounce.txt or confirm_request.txt). The option can be an absolute pathname to the template file (e.g, <i>/path/to/template.txt</i>). Pathnames starting with a tilde will be expanded. It can also be a relative pathname, in which case the template will be searched for _______________________________________ tmda-cvs mailing list http://tmda.net/lists/listinfo/tmda-cvs