[3589] in Athena Bugs
sendmail.cf problem
daemon@ATHENA.MIT.EDU (srz@ATHENA.MIT.EDU)
Tue Nov 7 19:20:34 1989
From: srz@ATHENA.MIT.EDU
Date: Tue, 7 Nov 89 19:04:14 -0500
To: bugs@ATHENA.MIT.EDU
Cc: postmaster@ATHENA.MIT.EDU, postmaster@CBGRLE.MIT.EDU
The sendmail.cf on the Athena workstations has problems dealing with
UUCP addresses which start with domain names (i.e. cs.texas.edu!foo!bar).
The mail ends up getting sent to "cs.mit.edu", with an address of
"texas.edu!foo!bar".
Here is a diff for fixing it. It involves deleting one line from the
sendmail.cf.
*** /srvd/site/usr/lib/sendmail.cf Sat Jun 17 21:33:24 1989
--- /usr/lib/sendmail.cf Tue Nov 7 18:56:04 1989
***************
*** 194,200 ****
R$+%$- $@$>6$1<@$2> user%hosta%hostb
R$+%$+ $@$>6$1<@$2> user%host
R$-:$+ $@$>6$2<@$1> host:user
- R$-.$+ $@$>6$2<@$1> host.user
R$+^$+ $1!$2 convert ^ to !
R$-!$+ $@$>6$2<@$1.UUCP> resolve uucp names
R$-=$+ $@$>6$2<@$1.BITNET> resolve bitnet names
--- 194,199 ----