Download List

Descripción del Proyecto

MIMEDefang is a flexible MIME email scanner designed to do all kinds of email processing, including anti-virus scanning, anti-spam scanning, replacing parts of messages with URLs, adding boilerplate disclaimers, and so on. It can alter or delete various parts of a MIME message according to a Perl-based policy filter. It can also bounce messages with unacceptable attachments and modify SMTP response codes on the fly. It works with the Sendmail 8.11 and newer "Milter" API, which makes it more flexible and efficient than procmail-based approaches.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-24 08:31
2.73

Esta versión contiene tres nuevas características. Una nueva opción -G hace que los archivos creados por mimedefang sea legible para el grupo y zócalos que grupo-lectura/escritura. El multiplexor curiosea en comunicaciones y guarda el identificador de cola Sendmail para fines de registro. Registra el identificador de cola al registro STDERR del esclavo. Finalmente, MIMEDefang pasa el número de puerto del cliente, dirección IP del servidor y número de puerto del servidor a todas las funciones de filtro. Además de las tres nuevas características, hay varias correcciones de errores menores.
Tags: Stable
This release contains three new features. A new -G option causes files created by mimedefang to be group-readable and sockets to be group-readable/writable. The multiplexor snoops in on communications and saves the Sendmail queue-ID for logging purposes. It logs the queue ID when logging a slave's STDERR. Finally, MIMEDefang passes along the client port number, server IP address, and server port number to all filter functions. In addition to the three new features, there are several minor bugfixes.

2011-07-21 07:00
2.72

Esto es puramente una limpieza y liberación de corrección de errores. Correcciones importantes incluyen un mejor manejo de inicio para evitar una carrera entre la puesta en marcha de MIMEDefang y Sendmail, y un mejor manejo de las respuestas a largo de los escáneres para el protocolo de comunicación maestro / esclavo no se hace desincronizado.
Tags: Stable, bugfix
This is purely a cleanup and bugfix release. Major fixes include better startup handling to avoid a race between startup of MIMEDefang and Sendmail, and better handling of long responses from scanners so the master/slave communication protocol does not become desynchronized.

2010-06-25 06:42
2.70

Esto fija un solo error en 2.69 y versiones anteriores: El código Perl embebido no llamó PERL_SET_CONTEXT después de la bifurcación, que dio lugar a un comportamiento extraño en el código de escaneo.
Tags: Stable, Bugfixes
This fixes just one bug in 2.69 and earlier versions: The embedded Perl code did not call PERL_SET_CONTEXT after forking, which resulted in strange behavior in the scanning code.

2010-06-17 07:37
2.69

Este comunicado contiene su mayoría menores, limpieza y corrección de errores. Sin embargo, un nuevo "-y" opción para mimedefang-multiplexor permite limitar el número de concurrentes "recipok" comandos en una base por-dominio. Esto se puede evitar una situación de denegación de si un dominio tiene un lento o hacia abajo servidor SMTP de llamadas por delante.
Tags: Stable, Minor bugfixes
This release contains mostly minor cleanups and bugfixes. However, a new "-y" option for mimedefang-multiplexor allows you to limit the number of concurrent "recipok" commands on a per-domain basis. This can avoid a DoS situation if one domain has a slow or down SMTP call-ahead server.

2010-02-25 08:22
2.68

Esta es una corrección de errores y la liberación de limpieza de menor importancia. Detecta Sys:: Syslog vs Unix:: Syslog en tiempo de ejecución más que cuando se ejecuta. / Configure. Ya no los cambios Content-Disposition a "en línea" de forma predeterminada, sino que estaba causando bichos raros con datos adjuntos de iCalendar de Outlook. Diversas correcciones de menor importancia y se introdujeron mejoras.
Tags: Stable, Minor bugfixes
This is a bugfix and minor cleanup release. It detects Sys::Syslog vs. Unix::Syslog at run-time rather than when running ./configure. It no longer changes Content-Disposition to "inline" by default; it was causing weird bugs with Outlook iCalendar attachments. Various other minor bugfixes and improvements were made.

Project Resources