Version 3 of TclMilter

Updated 2005-05-08 03:43:45

MAK - TclMilter is a package for Tcl (written in C) that implements an interface to SendMail's Milter [L1 ] (Mail Filter) API [L2 ] for developing custom scripted message rewriting and spam filtering processes. A thread-enabled Tcl build is required, due to Milter's threading requirements, although may only use TclMilter from one thread. You can stop the from other threads, which is required because Milter's smfi_main() (and thus TclMilter's "milter main") command never returns until a call is made to smfi_stop() (TclMilter's "milter stop"). TclMilter is provided under the GNU General Public License (GPL).

http://www.muonics.com/FreeStuff/TclMilter/

At this time, version 0.9 (first public release) is thought to be feature-complete, although documentation has not been written yet.


Category Package