qpsmtpd/STATUS

36 lines
829 B
Plaintext
Raw Normal View History

things to do for v0.10
----------------------
transaction should maybe be a part of the connection object instead
of off the main object
get timeouts to work in "tcpserver" mode (or generally; not sure where
it fits best)
plugin support;
support plugins for the rest of the commands.
specify a priority in register_hook. ("LAST", "FIRST", "MIDDLE", or
maybe a number)
plugin access to the data line by line during the DATA phase.
TRACE in Constants.pm is not actually being used. Should it?
Future Ideas
============
Methods to create a bounce message easily; partly so we can accept a
mail for one user but bounce it right away for another RCPT'er.
David Carraway has some thoughts for "user filters"
http://nntp.perl.org/group/perl.qpsmtpd/2
Make it run as a mod_perl 2.0 connection handler module ...