summaryrefslogtreecommitdiff
path: root/mail/qmail-qfilter
AgeCommit message (Collapse)AuthorFilesLines
2005-03-13In packages with djb-style compile scripts, properly enquote ${CC}schmonz1-3/+3
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as well as being more generally correct for arbitrary user-defined CFLAGS. Suggested by jlam. For consistency across djbware in pkgsrc: * In math/djbfft's and sysutils/daemontools's do-configure targets, remove leading @ from ${ECHO} lines; from the former, also remove unneeded single quotes from one such line. * Rename net/publicfile's pre-build and sysutils/service-config's post-patch targets to do-configure. * In sysutils/checkpassword's do-configure target, reorder creation of conf-cc, conf-ld, and conf-home. All of the affected packages have been verified to compile. XXX These packages probably have enough build goo in common to XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-21Update to 2.0. From the changelog:schmonz2-7/+20
- Added support for modifying the message envelope as well as the body. - If either the body or envelope output is empty, the input is reused as-is. - Export the envelope size, the message size, and the number of recipients to filters through environment variables $ENVSIZE, $MSGSIZE, and $NUMRCPTS respectively. pkgsrc changes: * As suggested by the install docs, use a temporary directory writable only by user qmaild (the user as whom qmail-qfilter typically runs). This can be changed by setting QMAIL_QFILTER_TMPDIR in mk.conf. * Find the qmail-queue binary even if QMAILDIR isn't "/var/qmail". * Add dependency on bglibs.
2004-08-23qmail-qfilter-queue is a script I wrote, not part of qmail-qfilter,schmonz4-53/+3
so it's moving to qmail-run. Bump PKGREVISION.
2004-08-22Oops.schmonz1-2/+2
2004-08-22Since netqmail hath departed, we have to depend on qmail, evenschmonz1-2/+2
though it may not necessarily have been built with the QMAILQUEUE patch (part of netqmail, or available individually).
2004-07-21Use qmail-qfilter's installer, which wins us a manual page. Addschmonz4-14/+70
dependency on netqmail (but not qmail, as for pkgsrc purposes this requires the QMAILQUEUE patch). Enable pkgviews installation. Rename post-patch to do-configure, since that's what it's doing. Add a simple script that runs all the filters in ${PKG_SYSCONFDIR} whose filenames match "qfilter-*". Explain how to enable filtering on messages arriving via SMTP using this script. Take MAINTAINER. Bump PKGREVISION.
2004-04-21Convert to buildlink3.snj1-2/+2
2003-08-14Make it honour _STRIPFLAG_CC and CFLAGSzuntum1-1/+5
2003-08-14Initial import of qmail-qfilter-1.5zuntum4-0/+43
This program allows the body of a message to be filtered through a series of filters before being passed to the real qmail-queue program, and injected into the qmail queue.