Included in Debian stable:

    http://packages.debian.org/renattach

Jari

sdesc: "Filter to rename or delete dangerous e-mail attachments"
ldesc: "A fast and efficient UNIX stream filter that can rename or delete
potentially dangerous e-mail attachments. It's a highly effective way
of protecting end-users from harmful mail content (worms/viruses) by
disabling or removing attachments that may be accidentally executed by
users. The filter is invoked as a simple pipe for use in a wide
variety of systems. The 'kill' feature (which eliminates entire
messages) can also help sites deal with resource strains caused by
modern virus floods."
category: Mail
requires: cygwin

a) manual

  wget        \
    http://cygwin.cante.net/renattach/setup.hint \
    http://cygwin.cante.net/renattach/renattach-1.2.4-1-src.tar.bz2 \
    http://cygwin.cante.net/renattach/renattach-1.2.4-1.tar.bz2 \

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir renattach ; cd renattach
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/renattach/get.sh \
          http://cygwin.cante.net/renattach/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines

Reply via email to