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

NAME

Mail::SpamAssassin::Plugin::Karmasphere - Query a Karmasphere reputation database

SYNOPSIS

  loadplugin     Mail::SpamAssassin::Plugin::Karmasphere
  header         KARMASPHERE_TEST

DESCRIPTION

This plugin compares a message to the records published in a KS database to aid with spam classification

TODO

Check that when using spam[cd], data IS NOT preserved between messages

Check that data IS preserved between calls to different tests for the same message

USER SETTINGS

karma_good

Threshold for the aggregate score over which karma_pass() returns (1, reason)

karma_bad

Threshold for the aggregate score below which karma_fail() returns (1, reason)

karma_db

Hostname/IP address of the KS reputation database. Defaults to slave.karmasphere.com.

karma_port

Port number of the KS reputation database. Defaults to 8666.

karma_feedlist

A CVS list of feeds to search. Defaults to 0,1,2,3.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 195:

=over without closing =back