Anti-Spam SMTP Proxy

This MedLibrary.org supplementary page on Anti-Spam SMTP Proxy is provided directly from the open source Wikipedia as a service to our readers. Please see the note below on authorship of this content, as well as the Wikipedia usage guidelines. To search for other content from our encyclopedia supplement, please use the form below:

Anti-Spam SMTP Proxy
Design by John Hanna
Developed by Fritz Borgstedt in association with the ASSP community
Latest release 1.4.3 / Nov 11, 2008
Written in Perl
OS Cross-platform
Type Email spam filter
License GNU General Public License
Website assp.sourceforge.net

The Anti-Spam SMTP Proxy (ASSP) server project is an Open Source, Perl based, platform-independent transparent SMTP proxy server available at SourceForge.net that leverages numerous methodologies and technologies to both rigidly and adaptively identify e-mail spam. ASSP is easy to set up because it requires only minor changes to the configuration of your your Mail Transfer Agent.

Contents

Features

Some ASSP's features are:

  • Bayesian analysis
  • Penalty Box (PB) trapping
  • DNSBL/RBL (Realtime Blackhole Listing)
  • URIBL (Uniform Resource Identifier Black Listing)
  • Multi-level SPF (Sender Policy Framework) validation and blocking
  • SRS (Sender Rewriting Scheme) fix-up
  • Session Delaying/Greylisting) and connection response delaying
  • Sender validation and recipient validation
  • Multi-level attachment blocking (based on block lists or allow lists)
  • As well as multiple RFC validation mechanisms.

Disadvantages

The software is considered platform independent, because it is programmed in Perl, an interpreted language available for virtually all platforms. But this comes for a cost, as Perl has performance considerably lower than compiled languages. A second issue seems to be that the software is "full featured", something that may imply that is has too many features, and it sometimes may make it difficult for an unskilled administrator to configure it for optimal results. However, this is mitigated by a strong user community, and available online resources. From a technical point of view, the software is written in an obfuscated "perlish" style which makes it difficult to debug, and update. Finally, the biggest performance problems seem to come from the fact that the software is not multithreaded, so the whole software runs in a single loop, which has to take care of all connections and activities. This leads to escalation problems when installed in a heavy load environment. There currently is an effort on making a whole new multithreaded version. Despite these disadvantages, when the email server is not heavily loaded, and the administrator has the skills, the software may provide optimum results.

See also

External links

Wikipedia content modification information:

  • This page was last modified on 11 November 2008, at 18:12.

Wikipedia Authorship and Review

Wikipedia content provided here is not reviewed directly by MedLibrary.org. Wikipedia content is authored by an open community of volunteers and is not produced by or in any way affiliated with MedLibrary.org.

Wikipedia Usage Guidelines

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article on "Anti-Spam SMTP Proxy".

The URL for this specific entry is:

All Wikipedia text is available under the terms of the GNU Free Documentation License. (See Copyrights for details). Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.