Path: utzoo!attcan!uunet!ogicse!ucsd!ames!sheba.arc.nasa.gov!schoch From: schoch@trident.arc.nasa.gov (Steve Schoch) Newsgroups: comp.mail.sendmail Subject: Re: NOT routing thru DOMAIN.ORG? Message-ID: <1990Sep27.203540.2851@news.arc.nasa.gov> Date: 27 Sep 90 20:35:40 GMT References: <333@esl.ESL.COM> Sender: usenet@news.arc.nasa.gov (USENET Administration) Organization: NASA Ames Research Center, Moffett Field, CA Lines: 23 In article <333@esl.ESL.COM>, jsd@esl.ESL.COM (Jeff Dalton) writes: |> and consequently sending mail addressed to nodename.DOMAIN.ORG directly |> to nodename and not go thru unnecessary nodes like DOMAIN.ORG? Yes, you can do this in ruleset 0. You probably have something like this: DRmailhost R$*<@$+.$+>$* $#mailer$@$R$:$1<@$2.$3>$4 route mail through $R To route the mail directly make sure you have your domain defined: DDDOMAIN.ORG and put this line before the rule above R$*<@$+.$D>$* $#tcp$@$2.$D$:$1<@$2.$D>$3 This will send such mail directly to nodename.DOMAIN.ORG without going through mailhost. Steve