[net.sources] sendmail config kit revisited

doug@umich.UUCP (Douglas Orr) (02/12/86)

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