Postfilter 0.7.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Postfilter 0.7.3 (Default branch)
# 1  
Old 10-22-2008
Postfilter 0.7.3 (Default branch)

Postfilter is a Perl filter for Internet Net News (innd) that checks all messages sent by local users searching for spam and invalid content. Although it's designed for large sites that need a complex tool, it could also be used by local or private servers.License: BSD License (original)Changes:
This release uses 'delete $hdr{'Header'};' instead of '$hdr{'Header'} = undef;'. The behavior of postfilter when an error is found inside banlist.conf is configurable. The maximum difference between the number of groups in Followup-To and in Newsgroups can be set. Articles that include the same groups inside Newsgroups: and Followup-To: can be rejected. Articles that come from TOR exit nodes can be filtered. A new tool, postfilter-legal.pl, can query and expire legal.log.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Mail::SpamAssassin::Plugin::SpamCop(3pm)		User Contributed Perl Documentation		  Mail::SpamAssassin::Plugin::SpamCop(3pm)

NAME
Mail::SpamAssassin::Plugin::SpamCop - perform SpamCop reporting of messages SYNOPSIS
loadplugin Mail::SpamAssassin::Plugin::SpamCop DESCRIPTION
SpamCop is a service for reporting spam. SpamCop determines the origin of unwanted email and reports it to the relevant Internet service providers. By reporting spam, you have a positive impact on the problem. Reporting unsolicited email also helps feed spam filtering systems, including, but not limited to, the SpamCop blacklist used in SpamAssassin as a DNSBL. Note that spam reports sent by this plugin to SpamCop each include the entire spam message. See http://www.spamcop.net/ for more information about SpamCop. USER OPTIONS
spamcop_from_address user@example.com (default: none) This address is used during manual reports to SpamCop as the From: address. You can use your normal email address. If this is not set, a guess will be used as the From: address in SpamCop reports. spamcop_to_address user@example.com (default: generic reporting address) Your customized SpamCop report submission address. You need to obtain this address by registering at "http://www.spamcop.net/". If this is not set, SpamCop reports will go to a generic reporting address for SpamAssassin users and your reports will probably have less weight in the SpamCop system. spamcop_max_report_size (default: 50) Messages larger than this size (in kilobytes) will be truncated in report messages sent to SpamCop. The default setting is the maximum size that SpamCop will accept at the time of release. perl v5.14.2 2011-06-06 Mail::SpamAssassin::Plugin::SpamCop(3pm)