diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-02-10 14:04:46 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-02-10 14:04:46 +0800 |
commit | 2477f555c682716b545f27b6ce55cae3da78dcc0 (patch) | |
tree | 3800e5aac6a41891e86e62ec0bd49395a6b16eeb /mail/noattach/pkg-descr | |
parent | e4ce2f463a2c489d5005d41c1f5074a6ee971ab4 (diff) | |
download | freebsd-ports-gnome-2477f555c682716b545f27b6ce55cae3da78dcc0.tar.gz freebsd-ports-gnome-2477f555c682716b545f27b6ce55cae3da78dcc0.tar.zst freebsd-ports-gnome-2477f555c682716b545f27b6ce55cae3da78dcc0.zip |
Add-Port:
A attatchment filter for Sendmail
There really isn't much to say, noattach is a milter that parses the body
of email messages from sendmail and checks if the filename of attachments
matches one of the regular expressions in a given pattern file and rejects
those emails that match.
Filenames are MIME decoded if needed.
This program needs sendmail version 8.12.1 or newer to be compiled with
libsm and libmilter.
WWW: http://freshmeat.net/projects/noattach/
Diffstat (limited to 'mail/noattach/pkg-descr')
-rw-r--r-- | mail/noattach/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/noattach/pkg-descr b/mail/noattach/pkg-descr new file mode 100644 index 000000000000..b2448c849c02 --- /dev/null +++ b/mail/noattach/pkg-descr @@ -0,0 +1,10 @@ +There really isn't much to say, noattach is a milter that parses the body +of email messages from sendmail and checks if the filename of attachments +matches one of the regular expressions in a given pattern file and rejects +those emails that match. +Filenames are MIME decoded if needed. + +This program needs sendmail version 8.12.1 or newer to be compiled with +libsm and libmilter. + +WWW: http://freshmeat.net/projects/noattach/ |