From owner-cvs-usrsbin Sun Nov 30 15:30:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA13669 for cvs-usrsbin-outgoing; Sun, 30 Nov 1997 15:30:47 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA13470; Sun, 30 Nov 1997 15:28:59 -0800 (PST) (envelope-from jmb@FreeBSD.org) From: "Jonathan M. Bresler" Received: (from jmb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA21315; Sun, 30 Nov 1997 15:28:29 -0800 (PST) Date: Sun, 30 Nov 1997 15:28:29 -0800 (PST) Message-Id: <199711302328.PAA21315@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/sendmail/cf/cf hub.mc Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmb 1997/11/30 15:28:28 PST Modified files: usr.sbin/sendmail/cf/cf hub.mc Log: improve anti-spam rulesets: check_relay, check_mail, check_rcpt. break each ruleset into identified sections. (called groups). note which groups can be reordered. each group accepts and returns the same strings, as much as possible. reactivate Paul Vixie's RBL (in check_mail) add rules to limit mail relaying to a list of hosts and domains in the R class (check_rcpt, not active on hub.freebsd.org) Submitted by: jmb Revision Changes Path 1.5 +103 -29 src/usr.sbin/sendmail/cf/cf/hub.mc