summaryrefslogtreecommitdiff
path: root/mail/autorespond
diff options
context:
space:
mode:
authorzuntum <zuntum>2002-01-28 22:29:49 +0000
committerzuntum <zuntum>2002-01-28 22:29:49 +0000
commitdc038cc8261174dd24babadbd77faf95d7e8a192 (patch)
tree6a3a2a403976cdede9ec41287e2d8e5d850c6655 /mail/autorespond
parent4f40adc46b5e9d6a53d6316330ec318dacc4faba (diff)
downloadpkgsrc-dc038cc8261174dd24babadbd77faf95d7e8a192.tar.gz
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.
Diffstat (limited to 'mail/autorespond')
-rw-r--r--mail/autorespond/DESCR11
-rw-r--r--mail/autorespond/Makefile21
-rw-r--r--mail/autorespond/PLIST3
-rw-r--r--mail/autorespond/distinfo4
4 files changed, 39 insertions, 0 deletions
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