logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mail::SpamAssassin::GeoDB - unified interface for geoip modules

Contents

Name

       Mail::SpamAssassin::GeoDB - unified interface for geoip modules

       Plugins 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)

perl v5.40.1                                       2025-06-26                     Mail::SpamAssassin::GeoDB(3pm)

See Also