|
NAMEMail::SpamAssassin::GeoDB - unified interface for geoip modulesPlugins need to signal SA main package the modules they want loaded package Mail::SpamAssassin::Plugin::MyPlugin; sub new { ... $self->{main}->{geodb_wanted}->{country} = 1; $self->{main}->{geodb_wanted}->{isp} = 1; ) (internal stuff still subject to change)
Visit the GSP FreeBSD Man Page Interface. |