Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 Apollo 4/10/84; site apollo.uucp Path: utzoo!watmath!clyde!akgua!mcnc!decvax!wivax!apollo!rees From: rees@apollo.UUCP Newsgroups: net.mail Subject: Re: user@system.arpa syntax question Message-ID: <1f587d36.1147@apollo.uucp> Date: Mon, 14-May-84 10:21:39 EDT Article-I.D.: apollo.1f587d36.1147 Posted: Mon May 14 10:21:39 1984 Date-Received: Tue, 15-May-84 03:10:55 EDT References: <251@uwvax.ARPA> Organization: Apollo Computer, Chelmsford, Mass. Lines: 15 Here, with the a!b@c ambiguity comes a real downfall in sendmail. All the other complaints pale under this one. Sendmail doesn't have any way of routing mail depending on how the site received the mail. You don't know how many times I've wanted to do things to addresses depending on how they were received! Now the biggy..... Has anyone out there got any ideas on how to make sendmail be responsive to how it received its mail? What I did for the University of Washington mailer was simple but effective. I wrote a separate /bin/rmail that just translates destination addresses of the form "a!" to "@a.uucp". If necessary, all '@' in "" can be turned into '%' also (although I hate having to do that).