New modules: Plugins, SyslogScan::Daemon::*
am 03.01.2007 01:58:03 von David Muir SharnoffI've just released a few modules:
Plugins
Generic plugins framework. Plugins can have plugins.
Configuration file format undefined.
Plugins::Style1
A simple configuration file format for Plugins.
Plugins::API
An inter-plugin callback framework to dispatch method invocations to
sibling/parent/child plugins.
SyslogScan::Daemon
Watch log files for regular expressions.
SyslogScan::Daemon::SpamDetector
SyslogScan::Daemon::SpamDetector::Postfix
SyslogScan::Daemon::SpamDetector::Sendmail
SyslogScan::Daemon::SpamDetector::SpamSink
SyslogScan::Daemon::SpamDetector::SpamAssassin
SyslogScan::Daemon::SpamDetector::BadAddr
SyslogScan::Daemon::SpamDetector::BadAddr::Sendmail
SyslogScan::Daemon::SpamDetector::BadAddr::Postfix
SyslogScan::Daemon::SpamDetector::Blocklist
Notice which IP addresses are sending spam and
possibly block them.
SyslogScan::Daemon::BlacklistDetector
SyslogScan::Daemon::BlacklistDetector::Postfix.pm
SyslogScan::Daemon::BlacklistDetector::EmailNotify.pm
Notice if you've been blacklisted and send an
email warning.
All of these can be found at http://search.cpan.org/~muir/
-Dave
--