| SpamMonkey documentation | view source | Contained in the SpamMonkey distribution. |
SpamMonkey::Config - Read SpamMonkey configuration files
use SpamMonkey::Config;
my $conf = SpamMonkey::Config->new();
$conf->read("foo.cf");
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.
simon, <simon@>
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.
| SpamMonkey documentation | view source | Contained in the SpamMonkey distribution. |