Received: from localhost by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id QAA20385; Wed, 31 May 1995 16:11:04 -0400 X-Resent-To: drums@CS.UTK.EDU ; Wed, 31 May 1995 16:11:03 EDT Errors-to: owner-drums@CS.UTK.EDU Received: from SEARN.SUNET.SE by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id QAA20373; Wed, 31 May 1995 16:10:52 -0400 Message-Id: <199505312010.QAA20373@CS.UTK.EDU> Received: from SEARN.SUNET.SE by SEARN.SUNET.SE (IBM VM SMTP V2R2) with BSMTP id 8719; Wed, 31 May 95 22:06:39 +0200 Received: from SEARN.SUNET.SE (NJE origin ERIC@SEARN) by SEARN.SUNET.SE (LMail V1.2a/1.8a) with RFC822 id 6809; Wed, 31 May 1995 22:06:38 +0200 Date: Wed, 31 May 1995 22:00:06 +0200 From: Eric Thomas Subject: Re: getting started To: drums@CS.UTK.EDU, Dave Barr In-Reply-To: Message of Wed, 31 May 1995 15:55:21 -0400 from Dave Barr On Wed, 31 May 1995 15:55:21 -0400 Dave Barr said: >What I meant to say is that if a gateway is set up such that it destroys >the envelope FROM information, that it must not generate any messages >which would be sent the address which was destroyed (e.g. bounces). >Alternately the system may direct such messages to a human for manual >processing. It's still not implementable with typical non-Internet mail systems (other than X.400). Simply imagine a reduced version of RFC822 without "Reply-To:", "Sender:", "Resent-*" and without the MAIL FROM: field. Just "From:" and this is where everything goes - bounces, replies, acks, you name it. This is what the gateways have to deal with. You can try to require them to wave a magic wand and cause bounces to magically disappear into the nature but that's just wishful thinking, the reality is that if bounces go to place X, replies will go to place X and the message will appear to come from place X. You can choose to make place X point to a black hole or to a gatemaster, but this in turn means the users won't buy the product, and you'll be out of business. The only viable products are the ones that do what the users want, which means replies go to the originator and not to a black hole. This also means bounces go to the originator even when there was a MAIL FROM: field pointing elsewhere. Unfortunately, that's what the market demands. Eric