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

NAME

App::Addex::Output::SpamAssassin - generate SpamAssassin whitelists from an address book

VERSION

version 0.025

DESCRIPTION

This plugin produces a file that contains a list of SpamAssassin whitelist declarations.

METHODS

process_entry

  $sa_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 whitelists

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.