CVS: tmda/htdocs config-client.ht,1.32,1.33 config-client.html,1.62,1.63 config-filter.ht,1.28,1.29 config-filter.html,1.55,1.56 config-vars.html,1.67,1.68
"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-serv569/htdocs Modified Files: config-client.ht config-client.html config-filter.ht config-filter.html config-vars.html Log Message: New feature from Ed Blackman. 'sender' style tagged addresses have been enhanced to check entire domains instead of just a full e-mail address. Thus, you can generate a tagged address that will accept mail from [email protected], [email protected], or even anyone@tld. You can generate such tagged addresses using tmda-address, the new 'domain' action in your FILTER_OUTGOING file, or 'X-TMDA: domain'. See http://us.tmda.net/config-filter.html for more info. Also see http://mla.libertine.org/tmda-workers/2003-08/msg00145.html for a detailed description of how this new feature works. Index: config-client.ht =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/config-client.ht,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- config-client.ht 5 Aug 2003 20:36:18 -0000 1.32 +++ config-client.ht 2 Sep 2003 03:53:52 -0000 1.33 @@ -43,7 +43,8 @@ This particular sender address will only accept messages from <em>[email protected]</em>. Other messages must go through -the confirmation process. +the confirmation process. Sender addresses can also be generated to +accept mail from any sender at a given domain. <br><br> Sender addresses are often used to subscribe to mailing lists. This @@ -182,6 +183,26 @@ <td> Send the message to all recipients with a sender cookie based on [email protected] instead of the recipient address. +</td> +</tr> + +<tr> +<td><code> +X-TMDA: sender=xemacs.org +</td></code> +<td> +Send the message to all recipients with a sender cookie based on +xemacs.org instead of the recipient address. +</td> +</tr> + +<tr> +<td><code> +X-TMDA: domain +</td></code> +<td> +Send the message to all recipients with a sender cookie that is based +on the domain of the recipient address. </td> </tr> Index: config-client.html =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/config-client.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- config-client.html 11 Aug 2003 16:58:24 -0000 1.62 +++ config-client.html 2 Sep 2003 03:53:52 -0000 1.63 @@ -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 --> +<!-- Mon Sep 1 21:47:42 2003 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -232,7 +232,8 @@ This particular sender address will only accept messages from <em>[email protected]</em>. Other messages must go through -the confirmation process. +the confirmation process. Sender addresses can also be generated to +accept mail from any sender at a given domain. <br><br> Sender addresses are often used to subscribe to mailing lists. This @@ -371,6 +372,26 @@ <td> Send the message to all recipients with a sender cookie based on [email protected] instead of the recipient address. +</td> +</tr> + +<tr> +<td><code> +X-TMDA: sender=xemacs.org +</td></code> +<td> +Send the message to all recipients with a sender cookie based on +xemacs.org instead of the recipient address. +</td> +</tr> + +<tr> +<td><code> +X-TMDA: domain +</td></code> +<td> +Send the message to all recipients with a sender cookie that is based +on the domain of the recipient address. </td> </tr> Index: config-filter.ht =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/config-filter.ht,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- config-filter.ht 20 Aug 2003 00:28:03 -0000 1.28 +++ config-filter.ht 2 Sep 2003 03:53:52 -0000 1.29 @@ -263,6 +263,8 @@ bare=append (don't tag, and also add recipient to your BARE_APPEND file) sender (tag with a sender address based on recipient) sender=address (tag with a sender address based on address instead) +domain (tag with a sender address based on recipient's domain) +domain=address (tag with a sender address based on the domain of address instead) dated (tag with a dated address) dated=timeout_interval exp,explicit,as=full_address (use an explicit address) @@ -530,6 +532,9 @@ # Dated addresses (some with a non-default timeout interval) to [email protected] dated to-dbm /var/dbm/slowpokes.db dated=6M + +# Allow anyone at whitehouse.gov to reply +to [email protected] domain # Majordomo and Mailman check the From: header for membership to [email protected] tag Index: config-filter.html =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/config-filter.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- config-filter.html 20 Aug 2003 00:28:03 -0000 1.55 +++ config-filter.html 2 Sep 2003 03:53:52 -0000 1.56 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Tue Aug 19 18:24:18 2003 --> +<!-- Mon Sep 1 21:29:41 2003 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -452,6 +452,8 @@ bare=append (don't tag, and also add recipient to your BARE_APPEND file) sender (tag with a sender address based on recipient) sender=address (tag with a sender address based on address instead) +domain (tag with a sender address based on recipient's domain) +domain=address (tag with a sender address based on the domain of address instead) dated (tag with a dated address) dated=timeout_interval exp,explicit,as=full_address (use an explicit address) @@ -719,6 +721,9 @@ # Dated addresses (some with a non-default timeout interval) to [email protected] dated to-dbm /var/dbm/slowpokes.db dated=6M + +# Allow anyone at whitehouse.gov to reply +to [email protected] domain # Majordomo and Mailman check the From: header for membership to [email protected] tag Index: config-vars.html =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/config-vars.html,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- config-vars.html 11 Aug 2003 16:58:25 -0000 1.67 +++ config-vars.html 2 Sep 2003 03:53:52 -0000 1.68 @@ -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:22 2003 --> +<!-- Mon Sep 1 21:29:42 2003 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: _______________________________________ tmda-cvs mailing list http://tmda.net/lists/listinfo/tmda-cvs