Add qmail-autoresponder 0.96.1, rate-limited autoresponder for qmail.

PR:		50287
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
This commit is contained in:
Pete Fritchman 2003-05-10 12:24:57 +00:00
parent c2db628f69
commit 2c9ec0c463
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80601
5 changed files with 76 additions and 0 deletions

View File

@ -236,6 +236,7 @@
SUBDIR += qconfirm
SUBDIR += qmHandle
SUBDIR += qmail
SUBDIR += qmail-autoresponder
SUBDIR += qmail-conf
SUBDIR += qmail-contrib
SUBDIR += qmail-ldap

View File

@ -0,0 +1,52 @@
# New ports collection makefile for: qmail-autoresponder
# Date created: 25 Mar 2003
# Whom: Sergei Kolobov <sergei@kolobov.com>
#
# $FreeBSD$
#
# Compile-time options:
# WITH_MYSQL=yes enable support for MySQL
#
PORTNAME= qmail-autoresponder
PORTVERSION= 0.96.1
CATEGORIES= mail
MASTER_SITES= http://untroubled.org/qmail-autoresponder/
MAINTAINER= sergei@kolobov.com
COMMENT= Rate-limited autoresponder for qmail
BUILD_DEPENDS= ${BGLIBS_ROOT}/include/iobuf/iobuf.h:${PORTSDIR}/devel/bglibs
BGLIBS_ROOT?= ${LOCALBASE}
PROGS= qmail-autoresponder
MAN1= qmail-autoresponder.1
DOCS= NEWS README TODO procedure.txt
.if defined(WITH_MYSQL)
PROGS+= qmail-autoresponder-mysql
DOCS+= schema.mysql
PLIST_SUB+= MYSQL=""
.else
PLIST_SUB+= MYSQL="@comment "
.endif
ALL_TARGET= ${PROGS}
pre-build:
${ECHO_CMD} "${BGLIBS_ROOT}/include" > ${WRKSRC}/conf-bgincs
${ECHO_CMD} "${BGLIBS_ROOT}/lib" > ${WRKSRC}/conf-bglibs
${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/conf-bin
${ECHO_CMD} "${MANPREFIX}/man" > ${WRKSRC}/conf-man
${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PROGS} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (qmail-autoresponder-0.96.1.tar.gz) = e845b37ef3e2b85aa0ca51d1e54f661b

View File

@ -0,0 +1,14 @@
Rate-limited autoresponder for qmail:
- Limits rate of automatic responses (defaults to a maximum of one
message every hour).
- Will not respond to nearly every type of mailing list or bulk email.
- Will not respond to bounce messages or MAILER-DAEMON.
- Bounces looping messages.
- Can insert the original subject into the response.
- Can copy original message into response.
- Can use links in the rate-limiting data directory to limit inode usage
to a single inode.
- Optional support for MySQL
Author: Bruce Guenter <bruceg@em.ca>
WWW: http://untroubled.org/qmail-autoresponder/

View File

@ -0,0 +1,8 @@
bin/qmail-autoresponder
%%MYSQL%%bin/qmail-autoresponder-mysql
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/procedure.txt
%%MYSQL%%%%PORTDOCS%%%%DOCSDIR%%/schema.mysql
%%PORTDOCS%%@dirrm %%DOCSDIR%%