Download List

Projeto Descrição

batemail is a Perl script that you slip between your MTA (e.g. Sendmail) and your local mailer (e.g. Procmail) to strip potentially nasty attachments from email messages. It takes input on STDIN, removes executable MIME attachments, and gives the result to the local mailer. The criteria for a taboo attachment are that the filename ends in one of several "blacklisted" extensions (EXE, VBS, etc.).

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.

2002-09-10 22:42
0.8.7

Este comunicado contém um bugfix menor que corrige as situações em que o MTA passa argumentos nulo para o mailer. Este (o comportamento perfeitamente legal) estava causando mail do usuário a ser entregue à raiz sob certas circunstâncias.
Tags: Minor bugfixes
This release contains a minor bugfix that corrects situations in which the MTA passes null arguments to the mailer. This (perfectly legal behavior) was causing user mail to be delivered to root under certain circumstances.

2002-08-27 23:54
0.8.6

Um casal possíveis falhas de segurança ter sido limpo.
Tags: Minor security fixes
A couple potential security holes have been cleaned up.

2002-03-26 21:11
0.8.2

A mudança mais importante nesta versão é mais inteligente manipulação de caracteres de aspas em torno do nome do arquivo anexo. Isto tem o efeito de reduzir o número de anexos que incorretamente "slip through".
Tags: Minor bugfixes
The most important change in this release is
smarter handling of quote characters around the
attachment file name. This has the effect of
reducing the number of attachments that
incorrectly "slip through".

2001-10-25 10:15
0.8.0

batemail agora tem a capacidade de salvar anexos bloqueados. I / O foi melhorada - a saída agora é canalizada diretamente para o mailer local (não mais tempfile). Alguma documentação de novo foi acrescentado à criação de filtragem de saída (com Sendmail), e também sobre a instalação do Sendmail usando batemail macros m4. O local padrão para determinados arquivos foi alterada.
Tags: Major feature enhancements
batemail now has the ability to save blocked attachments. I/O has been improved - the output is now piped directly to the local mailer (no more tempfile). Some new documentation has been added on setting up outbound filtering (with Sendmail), and also on installing batemail using Sendmail m4 macros. The default location for certain files has been changed.

2001-08-17 05:32
0.7.0

Este lançamento marca a transição oficial do projeto em "alfa" status de "beta". Houve uma limpeza geral realizada no código-fonte. Logging também foi melhorado para fornecer mais detalhes e um melhor controle sobre verbosidade log, eo nome do arquivo bloqueado é relatado no aviso ao destinatário.
Tags: Minor feature enhancements
This release marks the project's official transition from "alpha" status to "beta". There has been a general clean-up performed on the source code. Logging has also been improved to provide both more detail and finer control over logging verbosity, and the blocked filename is reported in the notice to the recipient.

Project Resources