[250] in Moira
X.400 addresses
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Fri Jan 18 17:50:07 1991
Date: Fri, 18 Jan 91 17:49:24 -0500
From: Mark Rosenstein <mar@MIT.EDU>
To: qjb@ATHENA.MIT.EDU
Cc: bug-moira@ATHENA.MIT.EDU,
In-Reply-To: qjb@ATHENA.MIT.EDU's message of Fri, 18 Jan 91 17:38:51 -0500 <9101182238.AA18312@m16-034-12.MIT.EDU>
The problem is that if that address were to end up in the aliases
file, since it starts with a '/' sendmail would attempt to open the
file with that name and put the message there. However, explicitly
quoting the whole X.400 address for sprint.com to deal with:
"/PN=CHARLES.R.MARGE/O=ADLITTLE/ADMD=TELEMAIL/C=US/"@sprint.com
could be made to work, once we understand the security implications on
the mailhub. It's not as simple as only restricting the first
character since
foo@bar,/etc/passwd
is another address that would wreck havoc if we aren't careful with this.
-Mark