Path: ...!news.glorb.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: michael.kirkham@gmail.com Newsgroups: comp.lang.tcl,comp.mail.sendmail Subject: ANN: TclMilter 0.9 (initial public release) Date: 7 May 2005 21:01:21 -0700 Organization: http://groups.google.com Lines: 14 Message-ID: <1115524881.560139.118040@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 64.168.64.116 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1115524889 2976 127.0.0.1 (8 May 2005 04:01:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 8 May 2005 04:01:29 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=64.168.64.116; posting-account=ks1TQA0AAACLe9X3mW9s-vMOWzxQc96B TclMilter is a package for Tcl (written in C) that implements an interface to SendMail's Milter (Mail Filter) API for developing custom scripted message rewriting and spam filtering processes. A thread-enabled Tcl build is required, and the package is provided under the GNU General Public License (GPL). This initial public release is thought to be feature-complete, although documentation still needs to be written, but it follows libmilter's own API fairly closely, so shouldn't be too hard to figure out from the Milter API docs (http://www.milter.org/milter_api/index.html) and the included test suite. http://www.muonics.com/FreeStuff/TclMilter/