Path to this page:
./
mail/mimedefang,
To inspect/modify e-mail as it passes through your mail relay
Branch: pkgsrc-2010Q1,
Version: 2.68nb2,
Package name: mimedefang-2.68nb2,
Maintainer: pettaiMIMEDefang is an e-mail filter program which works with Sendmail 8.12
and later. MIMEDefang filters all e-mail messages sent via SMTP.
MIMEDefang splits multi-part MIME messages into their components and
potentially deletes or modifies the various parts. It then
reassembles the parts back into an e-mail message and sends it on its
way.
MIMEDefang is written (mostly) in Perl, and the filter actions are
expressed in Perl. This makes MIMEDefang highly flexible and
configurable. As a simple example, you can delete all *.exe and *.com
files, convert all Word documents to HTML, and allow other attachments
through.
MIMEDefang uses the "milter" feature of Sendmail to "listen in" to
SMTP connections. It runs a scan once for each message, not once for
each recipient (as simpler procmail-based systems do.) Therefore, it
is more CPU-friendly than procmail-based systems. In addition,
because MIMEDefang can participate in the SMTP connection, you can
bounce messages (something impossible to do with procmail-based
systems.)
Required to run:[
lang/perl5] [
mail/p5-MailTools] [
mail/spamassassin] [
mail/p5-MIME-tools] [
converters/p5-MIME-Base64] [
security/p5-Digest-SHA1] [
www/p5-HTML-Tagset] [
www/p5-HTML-Parser] [
devel/p5-IO-stringy]
Required to build:[
mail/libmilter]
Master sites:
SHA1: 2ed829eaf30454876bf4d83a14d722e2316d3156
RMD160: 6042a652528e54c6a50aaf59dc610fa3c1bf94f7
Filesize: 334.935 KB
Version history: (Expand)
- (2010-06-05) Updated to version: mimedefang-2.68nb2
- (2010-06-03) Updated to version: mimedefang-2.68nb1
- (2010-04-09) Package added to pkgsrc.se, version mimedefang-2.68 (created)
CVS history: (Expand)
2010-06-05 09:00:19 by S.P.Zeidler | Files touched by this commit (1) |
Log message:
Pullup ticket 3138 - requested by pettai
functionality fix
Revisions pulled up:
- pkgsrc/mail/mimedefang/Makefile 1.45
-------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: pettai
Date: Thu Jun 3 09:37:51 UTC 2010
Modified Files:
pkgsrc/mail/mimedefang: Makefile
Log message:
part of PR pkg/43380 that didn't make it the first commit
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/mail/mimedefang/Makefile
-------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: pettai
Date: Fri Jun 4 21:00:07 UTC 2010
Modified Files:
pkgsrc/mail/mimedefang: Makefile
Log message:
Bump PKGREVISION for the bulkbuild
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/mail/mimedefang/Makefile
|
2010-06-03 10:11:22 by S.P.Zeidler | Files touched by this commit (3) |
Log message:
Pullup ticket 3133 - requested by pettai
functionality fix
Revisions pulled up:
- pkgsrc/mail/mimedefang/Makefile 1.43
- pkgsrc/mail/mimedefang/distinfo 1.20
Files added:
pkgsrc/mail/mimedefang/patches/patch-ad
-------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: pettai
Date: Mon May 31 10:08:22 UTC 2010
Modified Files:
pkgsrc/mail/mimedefang: Makefile distinfo
Added Files:
pkgsrc/mail/mimedefang/patches: patch-ad
Log message:
Fix for PR pkg/43380
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/mail/mimedefang/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/mimedefang/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/mimedefang/patches/patch-ad
|