From owner-cvs-all Tue Feb 27 18:31: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E071337B718; Tue, 27 Feb 2001 18:30:44 -0800 (PST) (envelope-from gshapiro@FreeBSD.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1S2Uil91572; Tue, 27 Feb 2001 18:30:44 -0800 (PST) (envelope-from gshapiro) Message-Id: <200102280230.f1S2Uil91572@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Tue, 27 Feb 2001 18:30:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/sendmail freebsd.mc X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/02/27 18:30:44 PST Modified files: (Branch: RELENG_4) etc/sendmail freebsd.mc Log: MFC: Fixup some of the commented out examples: 1) blackholes.mail-abuse.org is the same as FEATURE(dnsbl), so specifying it in the "Other DNS based black hole lists" section leads to confusion of specifying it twice. 2) Formatting issues. If error diagnostic not enclosed in double quotes, varius visual artefacts appearse like 1) no space after ; and 2) redundant space after ? (in CGI request), so I add quotes where needed. 3) FEATURE(dnsbl) directly use error code 550 by default, so I made other dnsbl variants use the same error code too. 4) Comment relays.* list as "open relays" list, just "other" word is not explain enough. (immediate MFC as they are all comments and the final output isn't changed by this commit) Revision Changes Path 1.16 +8 -6 src/etc/sendmail/freebsd.mc Revision Changes Path 1.10.2.5 +8 -6 src/etc/sendmail/freebsd.mc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message