NAME
Email::LocalDelivery::Ezmlm - deliver mail into ezmlm archives
SYNOPSIS
use Email::LocalDelivery;
Email::LocalDelivery->deliver($mail, "/some/box//") or die "couldn't deliver";
DESCRIPTION
This module delivers RFC822 messages into ezmlm-style archive folders.
This module was created to allow easy interoperability between Siesta and colobus. Colobus is an nntp server which uses ezmlm archives as its message store.
METHODS
->deliver( $message, @folders )
used as a class method. returns the names of the files ultimately delivered to
AUTHOR
Richard Clamp <richardc@unixbeard.net> based on the source of colobus
by Jim Winstead Jr.
COPYRIGHT
Copyright (C) 2003 Richard Clamp. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.