13 projects tagged "Filters"
The AmavisNewSQL SquirrelMail plugin gives you per-user control of a subset of SpamAssassin settings which are stored in a database. It also allows you to use a quarantine database for questionable mail. This plugin was designed with enterprise use in mind, and differs from other plugins in that it works with amavis-new rather than SpamAssassin directly. Most of the code lives in an external class that you can reuse in your own admin tools. It even has support for SOAP calls to perform common tasks.
DynaStop is a utility to examine IPv4 based addresses for Exim and procmail for the purpose of filtering based upon patterns defined by the administrator. This can be a pivotal factor in email filtering and server load management, since dynamic IP addresses are typically used for dial-up, DHCP, and DSL accounts. All of which have a designated mail exchange server through which all outbound mail flows as defined with many, if not most, large Internet service providers.
dyn-host-filter is a stand-alone application used to restrict the access to qmail based on the client's hostname/IP. Each incoming entry is compared to a user-defined list of regular expressions. dyn-host-filter may reject a matching entry by modifying the RBLSMTPD env. variable used by tcpserver.
GLD-fork is a fork of the GLD program by Salim Gasmi. The fork has been made because the original project has been dead for many years, and some new featured were needed. GLD-fork, as with the original GLD, adds greylisting functionality to the Postfix mail server. Greylisting is a fairly resource friendly anti-spam technique. GLD-fork can easily be combined with other (more resource consuming) tools to build anti-spam protection.
John the Ripper is a fast password cracker, currently available for many flavors of Unix, Windows, DOS, BeOS, and OpenVMS. Its primary purpose is to detect weak Unix passwords. It supports several crypt(3) password hash types commonly found on Unix systems, as well as Windows LM hashes. On top of this, lots of other hashes and ciphers are added in the community-enhanced version (-jumbo), and some are added in John the Ripper Pro.
SAGATOR is an email antivirus/antispam gateway. It is an interface to any smtpd that runs an antivirus and/or spam checker. Its modular architecture can use any combination of antivirus/spam checkers according to configuration. It currently supports ClamAV, nod32d, AVG, Sophos, TrendMicro AV, Symantec AV, Spamassassin, bogofilter, and quickspamfilter. It has some internal checkers (string_scanner and regexp_scanner). It can parse MIME mail and decompress archives.
C++ template classes implementing a B+ tree key/data container in main memory.