Why not adopt me?
NAME
App::Addex::Output::Procmail - generate procmail recipes from an address book
VERSION
version 0.003
$Id: /my/cs/projects/App-Addex/trunk/lib/App/Addex/Output/Procmail.pm 31521 2007-05-05T18:33:48.496827Z rjbs $
DESCRIPTION
This plugin produces a file that contains a list of procmail recipes. For any entry with a "folder" field, recipes are produced to deliver all mail from its addresses to the given folder.
Forward slashes in the folder name are converted to dots, showing my bias toward Courier IMAP.
METHODS
new
my $addex = App::Addex::Output::Procmail->new(\%arg);
This method returns a new Addex procmail outputter.
Valid arguments are:
filename - the file to which to write procmail recipes
process_entry
$mutt_outputter->process_entry($addex, $entry);
This method does the actual writing of configuration to the file.
AUTHOR
Ricardo SIGNES, <rjbs@cpan.org>
BUGS
Please report any bugs or feature requests through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
COPYRIGHT
Copyright 2006-2007 Ricardo Signes, all rights reserved.
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.