From 96acf3bac054683c60b7b02dcae5b1c76d3f5b35 Mon Sep 17 00:00:00 2001 From: zuntum Date: Mon, 28 Jan 2002 22:29:49 +0000 Subject: Initial import of autorespond-2.0.2 This is a simple autoresponder for qmail. Mail is sent to help@my-company.com. An automatically generated response is sent back to the user with an address of "help@my-company.com". You can set the envelope sender to an empty string. However, some programs will parse the message for the "From:" field and send an autoresponse back to it. It is received at your autoresponder, and you now have a mail loop. This autoresponder also catches some other simple situations such as mail from a mailer-daemon, empty envelope sender, bulk precedence headers, etc. --- mail/autorespond/DESCR | 11 +++++++++++ mail/autorespond/Makefile | 21 +++++++++++++++++++++ mail/autorespond/PLIST | 3 +++ mail/autorespond/distinfo | 4 ++++ 4 files changed, 39 insertions(+) create mode 100644 mail/autorespond/DESCR create mode 100644 mail/autorespond/Makefile create mode 100644 mail/autorespond/PLIST create mode 100644 mail/autorespond/distinfo (limited to 'mail') diff --git a/mail/autorespond/DESCR b/mail/autorespond/DESCR new file mode 100644 index 00000000000..4b57f705983 --- /dev/null +++ b/mail/autorespond/DESCR @@ -0,0 +1,11 @@ +This is a simple autoresponder for qmail. + +Mail is sent to help@my-company.com. An automatically generated response +is sent back to the user with an address of "help@my-company.com". You +can set the envelope sender to an empty string. However, some programs +will parse the message for the "From:" field and send an autoresponse +back to it. It is received at your autoresponder, and you now have a mail +loop. + +This autoresponder also catches some other simple situations such as mail +from a mailer-daemon, empty envelope sender, bulk precedence headers, etc. diff --git a/mail/autorespond/Makefile b/mail/autorespond/Makefile new file mode 100644 index 00000000000..3cb8ef812fd --- /dev/null +++ b/mail/autorespond/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/01/28 22:29:49 zuntum Exp $ +# + +DISTNAME= autorespond-2.0.2 +CATEGORIES= mail +MASTER_SITES= http://www.inter7.com/devel/ + +MAINTAINER= zuntum@netbsd.org +HOMEPAGE= http://www.inter7.com/devel/ +COMMENT= simple autoresponder add-on package for qmail + +post-patch: + ${SED} "s,\/var\/qmail,${QMAILDIR}," ${WRKSRC}/autorespond.c \ + > ${WRKSRC}/autorespond.c.done + ${MV} ${WRKSRC}/autorespond.c.done ${WRKSRC}/autorespond.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/autorespond ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/autorespond.README + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/autorespond/PLIST b/mail/autorespond/PLIST new file mode 100644 index 00000000000..7157845568c --- /dev/null +++ b/mail/autorespond/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/28 22:29:49 zuntum Exp $ +bin/autorespond +share/doc/autorespond.README diff --git a/mail/autorespond/distinfo b/mail/autorespond/distinfo new file mode 100644 index 00000000000..1a09e867be4 --- /dev/null +++ b/mail/autorespond/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/01/28 22:29:49 zuntum Exp $ + +SHA1 (autorespond-2.0.2.tar.gz) = 8d9a9c9c1c20263e94db196f78411fad2545dca7 +Size (autorespond-2.0.2.tar.gz) = 7300 bytes -- cgit v1.2.3