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

NAME

SpamMonkey::Config - Read SpamMonkey configuration files

SYNOPSIS

  use SpamMonkey::Config;
  my $conf = SpamMonkey::Config->new();
  $conf->read("foo.cf");

DESCRIPTION

SpamMonkey configuration files look suspiciously similar to SpamAssassin configuration files; with the current exception of conditionals, meta rules and certain DNSBL rules, which are not supported.

SpamMonkey however does require a 00default.cf to set defaults; they are not hard-coded.

AUTHOR

simon, <simon@>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by simon

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.