[8607] in Athena Bugs
If you care ...
daemon@ATHENA.MIT.EDU (kkkken@Athena.MIT.EDU)
Fri Nov 15 18:12:13 1991
From: kkkken@Athena.MIT.EDU
Date: Fri, 15 Nov 91 18:12:18 -0500
To: bugs@Athena.MIT.EDU
I have a sendmail configuration that makes sendmail (on a vax) dump
core parsing addresses... It's a short configuration. To make it
lose, run
/usr/lib/sendmail -bt -C/tmp/myconfig
give it the address
0 erin
With the config:
----------------------------------------------------------------------
De Duhhh ... who put out the lights?
Dj $w
Dl From $g $d
Dn LIMEY-MAILER-DAEMON
Do.:%@!^=/
Dq$g$?x ($x)$.
CL erin snotnose
Mlocal, P=/bin/mail, F=rlsDFMmn, S=10, R=20, A=mail -d $u
Mether, P=[IPC], F=msDFMueCX, S=11, R=21, A=IPC $h
Mprog, P=/bin/sh, F=lsDFMe, S=10, R=20, A=sh -c $u
Mnull, P=/bin/echo, F=lsDFMn, S=10, R=20, A=echo $u
S3
R$*<$*>$* $2 Get rid of trash
S0
R$L $1@$j Local account?
R$*@$j.MIT.EDU $1@$j Make local cnames work
R$*@$j $#local$:$1 Local mail
R$* $#ether$@ATHENA.MIT.EDU$:$1 Athena mail
S1
S2
S4
----------------------------------------------------------------------
Well, I thought it was special ... Oh, I see now that my (stupid)
error was assuming in set 0 that $L would match words in class L...
It's actually $=L or something. But as they say ... if it dumps core
it has a bug ...
-ken