Mail::Ezmlm added

small updates to TODO and INSTALL
This commit is contained in:
lars 2005-12-26 14:52:56 +00:00
commit bf6c5d0c1f
14 changed files with 2292 additions and 0 deletions

22
Ezmlm/trunk/README Normal file
View file

@ -0,0 +1,22 @@
$Id: README,v 1.3 2005/03/05 14:14:06 guy Exp $
Ezmlm.pm
Object methods for ezmlm mailing lists.
Install by doing the following ...
# perl Makefile.PL
# make test
# make install
One thing. For some reason MakeMaker doesn't like symlinks. Please make sure
you use the full cantonical path for the qmail and ezmlm binaries.
Documentation is in pod format. Please run perldoc Mail::Ezmlm after you have
installed it.
Much as I'd like to, I don't have the time to regularly maintain this. New
releases are infrequent at best. Check http://guy.rucus.net/ezmlm/contrib/
for patches, etc that may be useful.
- Guy Antony Halse <guy-ezmlm@rucus.ru.ac.za>