MIMEDefang

MIMEDefang

Infobox Software
name = MIMEDefang



caption =
collapsible =
author =
developer =
released =
latest release version =
latest release date =
latest preview version =
latest preview date =
frequently updated =
programming language = C, Perl
operating system =
platform =
size =
language =
status =
genre = Mail filtering
license =
website = http://www.mimedefang.org/

MIMEDefang is a GPL licensed framework for filtering e-mail. It uses sendmail's "Milter" API, some C glue code, and some Perl code to let the user write high-performance mail filters in Perl.

MIMEDefang can be used to:
* Block viruses (e.g. using Clamav)
* Block or tag spam (e.g. using SpamAssassin)
* Remove HTML mail parts
* Add boilerplate disclaimers to outgoing mail
* Remove or alter attachments
* Replace attachments with URL's
* Implement sophisticated access controls.

History

MIMEDefang was originally developed by David F. Skoll, who was contracted by the Royal College of Physicians and Surgeons of Canada in 2000 to help stop the flood of email viruses to the college's network. The software was written to filter attachments and was originally called MIMESweeper, then MIMEDefanger, and currently MIMEDefang. Skoll announced his software to the public on August 28, 2000. On December 21, 2001, a version incorporating support for SpamAssassin was released, making MIMEDefang a filter for both spam and viruses. Skoll's company, Roaring Penguin Software, currently markets a commercial anti-spam product known as CanIt, which is based on the open-source version of MIMEDefang.

Architecture

The Milter library included with Sendmail uses POSIX threads toallow multiple concurrent filters. MIMEDefang's Perl filter usesa pre-forked process model, similar to the traditional Apache Web servermulti-processing model. MIMEDefang therefore consists of three components:
* A multithreaded C program that communicates with Sendmail and the filtering processes
* A multiplexor (written in C) that manages a pool of Perl scanning processes (called "slaves")
* A Perl program called mimedefang.pl that provides the basic filtering infrastructure.

MIMEDefang users code their filtering policies in Perl, using the infrastructure provided by mimedefang.pl. They don't need to worry about thread synchronizations because each Perl filter is a separate single-threaded process.

The infrastructure provided by mimedefang.pl follows the Milter API reasonably closely, but not exactly. It includes convenience routines for parsing and rebuilding MIME messages so that filter authors can concentrate on high-level policy rather than worry about low-level API details. This convenience comes with a small loss of flexibility and some loss of performance.

External links

* [http://www.mimedefang.org/ MIMEDefang.org]


Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • Roaring Penguin Software — Infobox Company company name = Roaring Penguin Software, Inc. company type = Private foundation = (1999) location = Ottawa, Canada) key people = David Skoll, President CEO Bill White, VP Marketing Sales industry = Computer Software products =… …   Wikipedia

  • List of mail servers — This is a list of mail servers: mail transfer agents, mail delivery agents, and other computer software which provide e mail services. = SMTP = * Alt N Technologies MDaemon Email Server * Apache James * Atmail * Axigen * Bongo * Citadel * Courier …   Wikipedia

  • SpamAssassin — Infobox Software name = SpamAssassin caption = E mail recognized as spam by SpamAssassin, here in the Novell Evolution email client. collapsible = yes developer = Apache Software Foundation [http://cvs.apache.org/viewcvs.cgi/spamassassin/trunk/CRE… …   Wikipedia

  • Milter — Type MTA extension Website http://www.milter.org/ Milter (portmanteau for mail filter) is an extension to the widely used open source mail transfer agents (MTA) Sendmail and Postfix. It allows administrators to add mail filters for filtering spam …   Wikipedia

  • SpamAssassin — Als Spam erkannte Mail …   Deutsch Wikipedia

  • Spamassassin — Als Spam erkannte Mail Basisdaten Entwickler: Das SpamAssassin Team Aktuelle Version: 3.2.5 ( …   Deutsch Wikipedia

  • Sendmail — est un serveur de messagerie électronique dont le code source est ouvert. Il se charge de la livraison et de l envoi de courriers électroniques (courriels). Descendant du logiciel ARPANET Delivermail, Sendmail est un programme très flexible… …   Wikipédia en Français

  • Milter — Desarrollador Inicial sendmail https://www.milter.org/ Información general Género Varias …   Wikipedia Español

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”