Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!giza.cis.ohio-state.edu!karl From: karl@giza.cis.ohio-state.edu (Karl Kleinpaste) Newsgroups: comp.mail.sendmail Subject: Re: Short-circuiting a route Message-ID: Date: 28 Jun 89 13:45:04 GMT References: <562@daitc.daitc.mil> Sender: news@tut.cis.ohio-state.edu Organization: Ohio State Computer Science Lines: 13 In-reply-to: generous@daitc.daitc.mil's message of 28 Jun 89 13:23:59 GMT generous@daitc.daitc.mil writes: More and more, I'm seeing UUCP mail going through my host of the format: uucp1!uucp2!uucp3!domain.name!user Since we have both Internet and UUCP connections, what's the best way to handle this situtation if your host is capable of sending mail directly to 'domain.name'? Or should it be done? # # Strip many-hop !-paths to the right-most domain spec. # R$*.$*!$*@$* $1.$2!$3 lose @-portion R$*!$*.$*!$* $2.$3!$4 strip excess left-hand R$*.$*!$* $3@$1.$2 invert to @-format