Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!spool.mu.edu!uunet!mcsun!ukc!strath-cs!cs.glasgow.ac.uk!news From: news@cs.glasgow.ac.uk (Network News) Newsgroups: mail.uk-sendmail-workers,comp.mail.sendmail Subject: Re: sendmail vs DECnet Message-ID: <22124.9102191304@helios.cs.hw.ac.uk> Date: 19 Feb 91 13:07:05 GMT Organization: Computing Sci, Glasgow Univ, Scotland Lines: 29 Approved: usenet@cs.glasgow.ac.uk In-Reply-To: Your message of "Tue, 19 Feb 91 09:52:49 +0700." <29674.9102190952@central1.lancaster.ac.uk> | Can anyone tell me how I can get sendmail 5.61 to pass DECnet type addresses | unchanged? Using UK-sendmail 2.1 to build the tables, the effect I get is | that | | user::node@somewhere | | is translated to | | user%node@somewhere | | Thanks. You should never get node::user as components of an 822 address. it has to be "node::user" because the ':' is an illegal character, except in the construct route = 1#("@" domain) ":" ; path-relative (eg <@ukc.ac.uk:A.Macpherson@stl.stc.co.uk> ) in the back of 822 things in double quotes are atoms which are left strictly alone. If your VMS node dosen't quote the string before handing it off to SMTP it is broken and should be fixed. The "::" handling equally should be removed from UK2.1 Not what you wanted to hear :-(.