SyslogScan::Daemon::SpamDetector::Filter

SyslogScan::Daemon::SpamDetector::Filter contains filter reports.
Download

SyslogScan::Daemon::SpamDetector::Filter Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Muir Sharnoff
  • Publisher web site:
  • http://search.cpan.org/~muir/

SyslogScan::Daemon::SpamDetector::Filter Tags


SyslogScan::Daemon::SpamDetector::Filter Description

SyslogScan::Daemon::SpamDetector::Filter contains filter reports. SyslogScan::Daemon::SpamDetector::Filter contains filter reports.SYNOPSIS plugin SyslogScan::Daemon::SpamDetector as sd_sd_plugin SyslogScan::Daemon::SpamDetector::Filter status spam match SpamAssassin field relayname acceptfirst 1 accept '(?:bdynamicb|badsld*b|bcableb|.dhcp.|.dyn.)' deny '.' debug 0SyslogScan::Daemon::SpamDetector::Filter looks at spam reported via SyslogScan::Daemon::SpamDetector's process_spam_match() function. It acts as a filter and can block reports.This module can be used with the SyslogScan::Daemon::SpamDetector::SpamAssassin module and the SyslogScan::Daemon::SpamDetector::BlockList module to prevent too many sites from being blocked. The configuration in the "SYNOPSIS" is an example of how to do this.CONFIGURATION PARAMETERSThe following configuration parameters are supported:debugDebugging on (1) or off (0).lognameA string to prepend to debug and log output. (Default: FILTER)statusWhat kind of report are we looking at? Choices are: ham, spam, or idmap. (Default: spam). When called from SyslogScan::Daemon::SpamDetector::BadAddr, the status will be badaddr.matchWhat kind of match are we looking at? Each module that makes reports sets this parameter. Current choices are: SpamAssassin, Postfix, Sendmail, SpamSink, and various BadAddr::*. A regualar expression match is done on this field. No default.fieldWhich field from %info will we examine with the accept and deny regular expressions? No default.acceptWhat is the regular expression for passing this filter?denyWhat is the regular expression for being rejected by this filter?acceptfirstCheck the accept expression first? (Default: 1).Requirements:· Perl


SyslogScan::Daemon::SpamDetector::Filter Related Software