The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Addex::Output::Procmail - generate procmail recipes from an address book

VERSION

version 0.025

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

process_entry

  $procmail_outputter->process_entry($addex, $entry);

This method does the actual writing of configuration to the file.

CONFIGURATION

The valid configuration parameters for this plugin are:

  filename - the filename to which to write the procmail recipes

AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2006 by Ricardo SIGNES.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.