Mail::Decency

Anti-Spam fighting framework
Download

Mail::Decency Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Ulrich Kautz
  • Publisher web site:
  • http://search.cpan.org/~ukautz/

Mail::Decency Tags


Mail::Decency Description

Anti-Spam fighting framework Mail::Decency is a Perl interface between postfix (MTA), a bunch of policies (eg DNSBL, SPF, ..), multiple content filters (eg DSPAM, Bogofilter, ClamAV, DKIM validation, ...) and a log parser.It is based on POE and Moose and runs as a daemon with multiple forked instances.SYNOPSISSetting up a new policy server use Mail::Decency::Policy; my $policy = Mail::Decency::Policy->new( { config => '/etc/decency/policy.yml' } ); $policy->run;Setting up a new content filter use Mail::Decency::ContentFilter; my $content_filter = Mail::Decency::ContentFilter->new( { config => '/etc/decency/content-filter.yml' } ); $content_filter->run;Setting up a new syslog parser use Mail::Decency::LogParser; my $syslog_parser = Mail::Decency::LogParser->new( { config => '/etc/decency/log-parser.yml' } ); $syslog_parser->run; Requirements: · Perl


Mail::Decency Related Software