Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rochester!pt.cs.cmu.edu!sei.cmu.edu!pdb From: pdb@sei.cmu.edu (Patrick Barron) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Query about Ultrix sendmail Message-ID: <515@aw.sei.cmu.edu.sei.cmu.edu> Date: Fri, 9-Jan-87 01:36:10 EST Article-I.D.: aw.515 Posted: Fri Jan 9 01:36:10 1987 Date-Received: Fri, 9-Jan-87 06:15:19 EST Sender: netnews@sei.cmu.edu Organization: Carnegie-Mellon University, SEI, Pgh, Pa Lines: 12 Keywords: sendmail ultrix decnet Xref: mnetor comp.unix.questions:574 comp.unix.wizards:545 Here's one for all you sendmail hackers out there: I'm trying to use Ultrix as a gateway to the Internet from some of our VMS machines. The idea being that a VMS user sends mail to GATEWAY::"user@host", where GATEWAY is an Ultrix machine. On the other side, I have a rewrite rule in ruleset 2 of my sendmail.cf to strip off the gateway:: node name, but that still leaves "host@user" (literally, with the double quotes). Sendmail seems to regard this as a single token, so it looks like a local address. So, another rewrite rule rewrites this as "user@host"@gateway, which is completely wrong. Does anyone have a way of stripping off those quotes? --Pat.