summaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-02-10 06:04:46 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-02-10 06:04:46 +0000
commita8b5fc19bbf423bd6bef98ddf32be2343f4daa12 (patch)
treed750217c66d1f075e752db38cc0353b8fddb2699 /mail/Makefile
parentRemove -frerun-cse-after-loop, a vestige from the days when our compiler (diff)
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/
Notes
Notes: svn path=/head/; revision=54469
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index bfdce279270a..dd88c6964bcc 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -120,6 +120,7 @@
SUBDIR += nbsmtp
SUBDIR += newmail
SUBDIR += nmh
+ SUBDIR += noattach
SUBDIR += nullmailer
SUBDIR += p5-Email-Find
SUBDIR += p5-Email-Valid