Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!ucla-cs!ames!sri-spam!gds From: gds@sri-spam.istc.sri.com (The lost Bostonian) Newsgroups: comp.mail.uucp Subject: Re: Forcing mail routing and brackets in mail addresses Message-ID: <9828@sri-spam.istc.sri.com> Date: Tue, 20-Jan-87 13:01:26 EST Article-I.D.: sri-spam.9828 Posted: Tue Jan 20 13:01:26 1987 Date-Received: Wed, 21-Jan-87 01:41:46 EST References: <577@sask.UUCP> Organization: the Bay Area, for now Lines: 25 Keywords: mail, routing, RFC822 In article <577@sask.UUCP>, reid@sask.UUCP (Trying to stay warm) writes: > First, I know from maintaining a mailing list and having to debug the paths > how frustrating it can be to have another site re-route mail when you don't > want it to. I would like to see an extra field added to the "Received:" > header (which gets added by every site the mail goes through) so that we can > tell if bounced mail was re-routed, and if so where. Add this to your sendmail.cf and it will tell you what your mailer thinks the destination address is when it receives a message: ############################# ### Format of headers ### ############################# ... HReceived: $?sfrom $s $.by $j ($v/$V) id $i for $u; $b ... $u is the recipient user. If mail is rerouted and is returned to you, you'll be able to tell which machine changed the recipient. --gregbo