Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site umich.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!mb2c!umich!doug From: doug@umich.UUCP (Douglas Orr) Newsgroups: net.sources,net.sources.bugs Subject: sendmail config kit revisited (bug fix) Message-ID: <459@umich.UUCP> Date: Tue, 11-Feb-86 19:56:05 EST Article-I.D.: umich.459 Posted: Tue Feb 11 19:56:05 1986 Date-Received: Wed, 12-Feb-86 21:42:28 EST Distribution: net Organization: University of Michigan, EECS Dept., Ann Arbor, MI Lines: 52 Xref: watmath net.sources:4325 net.sources.bugs:679 I don't believe this happened. I guess it wouldn't be a real posting without at least one medium sized problem showing up the following week. It appears that I cleaned up some naming conventions and missed a spot. Here is a new mailers.m4 that should convert the names of uucp sites a little more cleanly. The way it is supposed to work is that when you mail to somewone like al@detsun.sun that turns into sun!al.detsun if you have sun listed as one of the uucp sites you talk to (or know about, if you do pathalias style path expansion). This used to work, before my last fit of housekeeping. Here is the diff output for the file mailers.m4. The only difference is that in state 5 all occurrences of the class "B" are changed to "E". Sorry for the inconvenience. -Doug ihnp4!umich!doug doug@umich.csnet Output of diff on the file mailers.m4. 73c73 < R$+<@$=B> $@ $2!$1 --- > R$+<@$=E> $@ $2!$1 75c75 < R$+<@$-.$=B> $@ $3!$1.$2 --- > R$+<@$-.$=E> $@ $3!$1.$2 77c77 < R$+<@$=B.$=Z> $@ $2.$3!$1 --- > R$+<@$=E.$=Z> $@ $2.$3!$1 79c79 < R$+<@$-.$=B.$=Y> $@ $3!$1.$2 --- > R$+<@$-.$=E.$=Y> $@ $3!$1.$2 81c81 < R$+<@$-.$=B.$=Z> $@ $2.$3.$4!$1 --- > R$+<@$-.$=E.$=Z> $@ $2.$3.$4!$1