diff options
author | markd <markd@pkgsrc.org> | 2002-09-23 13:08:52 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-09-23 13:08:52 +0000 |
commit | 5be76ed084f51c48eb31bec697f428a17d87859e (patch) | |
tree | 030ea00cc403093c3e424d2c813b37634d2eb2e2 /mail/mimedefang/DESCR | |
parent | cc878eae0b9d5d6a699df232fe40ca76d65a9924 (diff) | |
download | pkgsrc-5be76ed084f51c48eb31bec697f428a17d87859e.tar.gz |
Initial import of mimedefang-2.21
MIMEDefang 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.)
Diffstat (limited to 'mail/mimedefang/DESCR')
-rw-r--r-- | mail/mimedefang/DESCR | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/mimedefang/DESCR b/mail/mimedefang/DESCR new file mode 100644 index 00000000000..d171ad012fa --- /dev/null +++ b/mail/mimedefang/DESCR @@ -0,0 +1,20 @@ +MIMEDefang 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.) |