diff options
author | manu <manu@pkgsrc.org> | 2003-10-20 17:03:47 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2003-10-20 17:03:47 +0000 |
commit | aead33bb3c0da1f670123744315594574cf62c7a (patch) | |
tree | 1301c3f4ff283bb96865f38834a307cc2b25fd56 | |
parent | bfcfcbae288875db2f91307cdbc06ff1b77e1c4f (diff) | |
download | pkgsrc-aead33bb3c0da1f670123744315594574cf62c7a.tar.gz |
The milter-regex plugin can be used with the milter API of sendmail(8) to
filter mails using regular expressions matching SMTP envelope parameters
and mail headers and body.
-rw-r--r-- | mail/milter-regex/DESCR | 3 | ||||
-rw-r--r-- | mail/milter-regex/Makefile | 20 | ||||
-rw-r--r-- | mail/milter-regex/PLIST | 3 | ||||
-rw-r--r-- | mail/milter-regex/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/mail/milter-regex/DESCR b/mail/milter-regex/DESCR new file mode 100644 index 00000000000..f85755f1a2c --- /dev/null +++ b/mail/milter-regex/DESCR @@ -0,0 +1,3 @@ +The milter-regex plugin can be used with the milter API of sendmail(8) to +filter mails using regular expressions matching SMTP envelope parameters +and mail headers and body. diff --git a/mail/milter-regex/Makefile b/mail/milter-regex/Makefile new file mode 100644 index 00000000000..5d5a564cb59 --- /dev/null +++ b/mail/milter-regex/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/10/20 17:03:47 manu Exp $ +# + +DISTNAME= milter-regex-0.6 +CATEGORIES= mail +MASTER_SITES= http://www.benzedrine.cx/ + +MAINTAINER= manu@NetBSD.org +HOMEPAGE= http://www.benzedrine.cx/milter-regex.html +COMMENT= Milter enableing regular expression filtering + +USE_BUILDLINK2= YES + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/milter-regex ${PREFIX}/sbin + ${INSTALL_DATA} ${WRKSRC}/milter-regex.8 ${PREFIX}/man/man8 + +.include "../../mail/libmilter/buildlink2.mk" +.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/milter-regex/PLIST b/mail/milter-regex/PLIST new file mode 100644 index 00000000000..478843ecf72 --- /dev/null +++ b/mail/milter-regex/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/10/20 17:03:47 manu Exp $ +sbin/milter-regex +man/man8/milter-regex.8 diff --git a/mail/milter-regex/distinfo b/mail/milter-regex/distinfo new file mode 100644 index 00000000000..26c9107e08c --- /dev/null +++ b/mail/milter-regex/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/10/20 17:03:47 manu Exp $ + +SHA1 (milter-regex-0.6.tar.gz) = 02056a9ab11fb9279ae9baeaf164114dc5f42954 +Size (milter-regex-0.6.tar.gz) = 9100 bytes |