It has now been *3* weeks (2000-07-13) since I made the original module
registration request for this module. (The max amount of time to allow for
a module to be registered) I have yet to hear a response back so I assume
that the namespace is alright. I hope that the module list maintainers
haven't forgotten about me. :)
I'm at a loss as to what else I might be missing for this registration,
please advise. Here is a new registration request for Sendmail::Milter.
--------------------------------------------------------------------------
Sendmail::Milter provides users with the ability to write mail filters in
Perl that tightly integrate with sendmail's mail filter API.
Module list description:
------------------------
Name DSLI Description Info
---------------- ---- -------------------------------------------- -----
Sendmail::Milter bdch Write mail filters for sendmail in Perl CYING
This module has been discussed briefly on comp.mail.sendmail, and in the
user mailing lists. The home page for this project is:
http://sourceforge.net/projects/sendmail-milter/
Full POD documentation and distribution are all available from that
location.
Sendmail::Milter is also readily available from PAUSE, the latest is:
C/CY/CYING/Sendmail-Milter-0.16.tar.gz
Extended description:
---------------------
Sendmail::Milter provides users with the ability to write mail filters in
Perl that tightly integrate with sendmail. These mail filters are able to
perform operations based on every step of the SMTP negotiation process,
and can perform operations on message headers and message bodies, such as
scanning and filtering mail attachments, checking for and replacing
headers, adding / removing envelope recipients, and so on.
Mail filters written with this module define and register perl callbacks
with the main engine. Sendmail::Milter calls these perl callbacks using a
threaded persistent interpreter pool. (Similar to mod_perl 2.0) Milter
contexts are presented using an object-oriented style interface for
performing operations on a Milter context.