diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2003-03-29 19:18:07 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2003-03-29 19:18:07 +0000 |
commit | 4e7a616835570544ea6962f4635c5bada9f008b6 (patch) | |
tree | 4bfb61452aa88b2462fe6e939b84f7b84007ea5e /contrib/sendmail/cf | |
parent | 1d6cd0b52a5c50459b966f2272a115d5bd4b535f (diff) | |
download | FreeBSD-src-4e7a616835570544ea6962f4635c5bada9f008b6.zip FreeBSD-src-4e7a616835570544ea6962f4635c5bada9f008b6.tar.gz |
Fix conflicts from sendmail 8.12.9 import
Diffstat (limited to 'contrib/sendmail/cf')
-rw-r--r-- | contrib/sendmail/cf/m4/cfhead.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/sendmail/cf/m4/cfhead.m4 b/contrib/sendmail/cf/m4/cfhead.m4 index 8d99968..edc1d56 100644 --- a/contrib/sendmail/cf/m4/cfhead.m4 +++ b/contrib/sendmail/cf/m4/cfhead.m4 @@ -134,6 +134,8 @@ Q`'$1`, '`$2')') define(`CF_LEVEL', `10')dnl define(`VERSIONID', ``##### $1 #####'') define(`LOCAL_RULE_0', `divert(3)') +dnl for UUCP... +define(`LOCAL_UUCP', `divert(4)') define(`LOCAL_RULE_1', `divert(9)dnl ####################################### @@ -305,4 +307,4 @@ define(`confMILTER_MACROS_ENVRCPT', ``{rcpt_mailer}, {rcpt_host}, {rcpt_addr}'') divert(0)dnl -VERSIONID(`$Id: cfhead.m4,v 8.108.2.1 2002/08/27 20:19:08 gshapiro Exp $') +VERSIONID(`$Id: cfhead.m4,v 8.108.2.2 2003/03/11 21:24:20 ca Exp $') |