SyslogScan::Daemon::SpamDetector::BadAddr - notice mail sent to non-existant addressess


SyslogScan-Daemon-SpamDetector documentation  | view source Contained in the SyslogScan-Daemon-SpamDetector distribution.

Index


NAME

Top

 SyslogScan::Daemon::SpamDetector::BadAddr - notice mail sent to non-existant addressess

SYNOPSIS

Top

 plugin SyslogScan::Daemon::SpamDetector as sd_

 sd_plugin SyslogScan::Daemon::SpamDetector::BadAddr as bad_
	debug		0
	every		3
	ipcachesize	10000
	ignoreip	/etc/postfix/ourip

DESCRIPTION

Top

Watch the system log files for messages that are addressed to non-existant addresses.

This plugin requires mailer-specific plugins to help it.

CONFIGURATION PARAMETERS

Top

The following configuration parameters are supported:

debug

Debugging on (1) or off (0).

every

This module is being used in the context of noticing spam. We will consider every Nth such mis-addressed message to be a spam. This parameter says what N is. (Default: 3)

ipcachesize

Since we wait for N (default 3) bad addresses from a host before we count it as a spam, we must cache the IP addresses and message counts. This parameter sets the cache size. (Default 10,000).

ignoreip

This parameter provides a filename to look in for a list of IP addresses or blocks that should be ignored. (No default)

SEE ALSO

Top

SyslogScan::Daemon::SpamDetector

THANK THE AUTHOR

Top

If you need high-speed internet services (T1, T3, OC3 etc), please send me your request-for-quote. I have access to very good pricing: you'll save money and get a great service.

LICENSE

Top

Copyright(C) 2006 David Muir Sharnoff <muir@idiom.com>. This module may be used and distributed on the same terms as Perl itself.


SyslogScan-Daemon-SpamDetector documentation  | view source Contained in the SyslogScan-Daemon-SpamDetector distribution.