SpamMonkey::Config - Read SpamMonkey configuration files


SpamMonkey documentation  | view source Contained in the SpamMonkey distribution.

Index


NAME

Top

SpamMonkey::Config - Read SpamMonkey configuration files

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

simon, <simon@>

COPYRIGHT AND LICENSE

Top


SpamMonkey documentation  | view source Contained in the SpamMonkey distribution.