From 6a5b1edecf89ab039fa6f0bbee7fa384e14e57e7 Mon Sep 17 00:00:00 2001 From: Dmitrij Tejblum Date: Sun, 28 Feb 1999 19:50:17 +0000 Subject: [PATCH] Fatal typo. PR: bin/10827 Submitted by: Mike Andrews PR: conf/10310 Submitted by: Brion Moss --- etc/sendmail/freebsd.mc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/sendmail/freebsd.mc b/etc/sendmail/freebsd.mc index beb16cc4552..bcd3563226a 100644 --- a/etc/sendmail/freebsd.mc +++ b/etc/sendmail/freebsd.mc @@ -43,12 +43,12 @@ divert(-1) # divert(0)dnl -VERSIONID(`@(#)freebsd.mc $Revision: 1.3 $') +VERSIONID(`@(#)freebsd.mc $Revision: 1.4 $') OSTYPE(bsd4.4)dnl DOMAIN(generic)dnl FEATURE(relay_based_on_MX)dnl FEATURE(mailertable, `hash -o /etc/mail/mailertable')dnl -FEATURE(access_db, hash -o /etc/mail/access')dnl +FEATURE(access_db, `hash -o /etc/mail/access')dnl FEATURE(blacklist_recipients)dnl FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')dnl dnl Uncomment to activate Realtime Blackhole List (recommended!)