CVS: tmda ChangeLog,1.135,1.136 THANKS,1.75,1.76
"Jason R. Mastaler" <[email protected]> Thu, 19 Feb 2004 10:42:04 -0800
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23297
Modified Files:
ChangeLog THANKS
Log Message:
New feature from David Bremner. Add 'shell=' and 'python=' tag
actions to the outgoing filter.
This allows you to add dynamic/shell escaped headers from the outgoing
filter file (think per-recipient, or with '*' at the end for all
recipients).
This differs from the ADDED_HEADERS_CLIENT feature in that the headers
can be added selectively per-recipient or to all recipients with '*'
at the end, rather than only to all recipients. Also, you have access
to the message recipient address in the $TMDA_RECIPIENT variable. An
example:
# Add X-Hashcash headers
to * tag
x-hashcash shell="hashcash -q -m -b20 ${TMDA_RECIPIENT}"
The python= feature is incomplete at this time. Also, I refrain from
documenting these features until they are complete.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog 12 Feb 2004 20:24:30 -0000 1.135
+++ ChangeLog 19 Feb 2004 18:42:01 -0000 1.136
@@ -1,3 +1,7 @@
+2004-02-19 Jason R. Mastaler <[email protected]>
+
+ * THANKS (Contributions): Add David Bremner.
+
2004-02-12 Jason R. Mastaler <[email protected]>
* TMDA 1.1.2 is released.
Index: THANKS
===================================================================
RCS file: /cvsroot/tmda/tmda/THANKS,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- THANKS 27 Jan 2004 22:28:54 -0000 1.75
+++ THANKS 19 Feb 2004 18:42:01 -0000 1.76
@@ -39,6 +39,9 @@
* Ed Blackman -- bugfixes, and enchancement of the sender style
tagged address to support domains.
+ * David Bremner -- Added shell= and python= tag actions to the
+ outgoing filter.
+
* Francisco Sam Castillo -- QAdmin-TMDA web management utility.
* Charles Cazabon -- Maildir and mbox delivery code from getmail.