Download List

项目描述

renattach is a stream filter that can identify and act upon potentially dangerous e-mail attachments. It's a highly effective way of protecting users from harmful mail content (virii and worms) by disabling or removing attachments that may be accidentally executed by the user. It is written in pure C and can quickly process mail with little overhead. Unlike a conventional virus scanner, there are no specific virus or worm definitions. Instead, it identifies potentially dangerous attachments based on filename extension and on encoded body content. It can be used from within sendmail, postfix, procmail, or pretty much anywhere else.

系统要求

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.

2006-10-25 16:00
1.2.4

在-循环选择加入,这消除了传递至从输入邮件标题。这对一个捍卫“邮件转发循环”垃圾邮件的传递技巧时,可以使用renattach是作为smtpd端的内容过滤器安装后缀。
标签: Minor feature enhancements
The --loop option was added, which removes
Delivered-To headers from the input message. This
defends Postfix against a "mail forwarding loop"
spam relay trick which could be used when
renattach is installed as an smtpd-side content
filter.

2006-03-20 19:37
1.2.3

一个MIME解析器错误:一些头是不正确的消毒是固定的。使用“#”,以遏止new_extension支持加入。构建脚本是固定处理getopt的正确,因此现在在FreeBSD港口未经修改的基础。请注意,该软件已经停止,因此,土地使用renattach应切换到一个不同的安全系统。
标签: Minor bugfixes
A MIME parser bug where some headers were
incorrectly sanitized was fixed. Support for using
"#" to suppress new_extension was added. The build
scripts were fixed to handle getopt properly, so
the FreeBSD port now builds without modification.
Note that the software has been discontinued, so
sites using renattach should switch to a different
security system.

2004-10-10 09:24
1.2.2

潜在的不安全-管功能已被重写,以消除壳解释/逃脱的风险。在RFC 2047解码器已得到改进,以base64解码错误已被修复,改善支持非ASCII文件名。若干改善计划,以帮助非Unix为基础,消除编译器警告。
标签: Minor security fixes
The potentially insecure --pipe feature has been rewritten to
eliminate shell interpretation/escape risks. The RFC 2047
decoder has been improved and a base64 decoding bug has
been fixed, improving support for non-ASCII filenames.
Several improvements were made to help with non-Unix
builds and eliminate compiler warnings.

2004-04-22 19:52
1.2.1

对内部的恶意文件压缩附件搜索选项已被添加。发射外部管道安全得到了加强。此版本支持Outlook样式多线编码的文件名。
标签: Major feature enhancements
An option to search inside zip attachments for malicious files has been added. Security for launching external pipes has been enhanced. This release supports Outlook-style multi-line encoded filenames.

2003-12-19 05:01
1.2.0

此版本更改exitcodes更加合理,并增加了新的价值。conf设置选项,让更多的改变主题字段的灵活性。
标签: Minor feature enhancements
This release changes the exitcodes to more sensible values and adds new
.conf options to allow more flexibility in altering the Subject field.

Project Resources