Download List

项目描述

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 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

此版本包含三个新的功能。新的-G 选项会导致创建的 mimedefang 要组可读和可组-可读/写的套接字文件。多重通道通信监听中并保存 Sendmail 队列 ID 为日志记录。当记录一个奴隶 STDERR 时,它将记录队列 ID。最后,MIMEDefang 向所有筛选器函数传递沿线的客户端的端口号、 服务器 IP 地址和服务器端口号。除了三个新的功能,还有几个小错误修正。
标签: 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

这纯粹是一个清理和错误修正版。主要修复包括更好的启动处理,以避免种族之间MIMEDefang和Sendmail的启动,并更好地处理从扫描仪长的响应,所以主/从通信协​​议不会成为不同步。
标签: 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

这只是一个修复了2.69和早期版本的bug:嵌入Perl代码并没有调用后分叉PERL_SET_CONTEXT,其中在扫描代码奇怪的行为造成的。
标签: 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

此版本主要含有轻微清理和错误修正。然而,一个新的“- Y”型的mimedefang -复用器选项允许您限制的并发“recipok数量每个域的基础”的命令。这样可避免拒绝服务的情况,如果一个域都有一个缓慢或下降的SMTP呼叫前面的服务器。
标签: 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

这是一个修正错误的和次要清理释放。它可以检测Sys::系统日志与Unix上::在运行系统日志时而不是在运行。/ configure。它不再变化内容处置,以“内联”默认情况下,它是Outlook造成的iCalendar附件怪异的错误。其他各种小错误修正和改进。
标签: 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