pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/qmail-rejectutils



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Apr 24 00:38:00 UTC 2023

Modified Files:
        pkgsrc/mail/qmail-rejectutils: DESCR Makefile

Log Message:
Follow URL redirects. While here, update COMMENT and DESCR. Bump
PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/qmail-rejectutils/DESCR
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/qmail-rejectutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/qmail-rejectutils/DESCR
diff -u pkgsrc/mail/qmail-rejectutils/DESCR:1.1 pkgsrc/mail/qmail-rejectutils/DESCR:1.2
--- pkgsrc/mail/qmail-rejectutils/DESCR:1.1     Mon May 28 12:56:24 2018
+++ pkgsrc/mail/qmail-rejectutils/DESCR Mon Apr 24 00:38:00 2023
@@ -1,20 +1,6 @@
-To SMTP-reject messages without patching qmail-smtpd(8), compose the
-following programs into your configuration as needed:
-
-- qmail-qfilter-smtpd-queue is a QMAILQUEUE wrapper that runs
-  qmail-qfilter with the sequence of programs in control/smtpfilters,
-  rejecting if any of them reject.
-- qmail-qfilter-ofmipd-queue is a QMAILQUEUE wrapper that runs
-  qmail-qfilter with the sequence of programs in control/ofmipfilters,
-  rejecting if any of them reject.
-- qmail-qfilter-viruscan is the viruscan patch repackaged as a
-  qmail-qfilter-compatible program.
-- qmail-rcptcheck is a RCPTCHECK-compatible program that runs the
-  sequence of programs in control/rcptchecks, rejecting if any of
-  them reject.
-- qmail-rcptcheck-realrcptto is the realrcptto patch repackaged as a
-  RCPTCHECK-compatible program.
-- qmail-rcptcheck-badrcptto is the badrcptto patch repackaged as a
-  RCPTCHECK-compatible program.
-- qmail-rcptcheck-qregex is (most of) the qregex patch repackaged as a
-  RCPTCHECK-compatible program
+Already using one or more of the popular SMTP-rejection patches?
+rejectutils is different. It provides Paul Jarc's realrcptto, Ward
+Vandewege's badrcptto, Andrew St. Jean's qregex, and Russ Nelson's
+viruscan in the form of standalone programs. rejectutils also provides
+new programs that help you compose these (or any other) filters into
+your configuration.

Index: pkgsrc/mail/qmail-rejectutils/Makefile
diff -u pkgsrc/mail/qmail-rejectutils/Makefile:1.11 pkgsrc/mail/qmail-rejectutils/Makefile:1.12
--- pkgsrc/mail/qmail-rejectutils/Makefile:1.11 Tue Dec 15 11:00:24 2020
+++ pkgsrc/mail/qmail-rejectutils/Makefile      Mon Apr 24 00:38:00 2023
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.11 2020/12/15 11:00:24 schmonz Exp $
+# $NetBSD: Makefile,v 1.12 2023/04/24 00:38:00 schmonz Exp $
 
 DISTNAME=              netqmail-1.06
 PKGNAME=               qmail-rejectutils-${RJPATCHVERSION}
+PKGREVISION=           1
 CATEGORIES=            mail
 MASTER_SITES=          http://netqmail.org/
 
 MAINTAINER=            schmonz%NetBSD.org@localhost
-HOMEPAGE=              https://schmonz.com/qmail/rejectutils/
-COMMENT=               Reject messages at SMTP according to multiple criteria
+HOMEPAGE=              https://schmonz.com/software/rejectutils/
+COMMENT=               Configurable SMTP rejection for qmail without patching
 LICENSE=               public-domain
 
 RJPATCHVERSION=                20201215



Home | Main Index | Thread Index | Old Index