freebsd-ports/mail/p5-Sendmail-Milter/pkg-descr
Maxim Sobolev fcc7498b5d Add p5-Sendmail-Milter 0.18, a module to write mail filters in Perl
using sendmail's mail filter API.
2003-04-01 12:32:57 +00:00

9 lines
496 B
Text

Sendmail::Milter provides users with the ability to write mail filters in Perl
that tightly integrate with sendmail's mail filter API.
With this module, you can define and register Perl callbacks with the Milter
engine. This module calls your perl callbacks using interpreters from a
threaded persistent interpreter pool. Milter contexts are presented using an
object-oriented style interface for performing operations on a Milter context.
WWW: http://sourceforge.net/projects/sendmail-milter/