Christian Schulte schrieb:
Jonathan Marsden schrieb:
There are almost certainly neater ways, but I just patched
sendmail.cf/m4/proto.m4 to do that.
--- proto.m4.20020613 Thu Jun 13 11:53:24 2002
+++ proto.m4 Thu Dec 12 01:54:08 2002
@@ -1092,8 +1092,8 @@
dnl $H empty (but @$=w.)
R< > $+ + $* < $+ > $#_LOCAL_ $: $1 + $2 plussed name?
R< > $+ < $+ > $#_LOCAL_ $: @ $1 nope,
local address',
-`R$=L < @ $=w . > $#_LOCAL_ $: @ $1
special local names
-R$+ < @ $=w . > $#_LOCAL_ $: $1
regular local name')
+`R$=L < @ $=w . > $#_LOCAL_ $: @ $1`@'$2
special local names
+R$+ < @ $=w . > $#_LOCAL_ $:
$1`@'$2 regular local name')
I think the two lines you added should look like
`R$=L < @ $=w . > $#_LOCAL_ $: @ $1 < @ $2 > special local names
R$+ < @ $=w . > $#_LOCAL_ $: $1 < @ $2 > regular local name')
don't they ? For me thinks work after chaning them this way !