[comp.mail.sendmail] Problem with the From: line in mail

tran@versatc.UUCP (Tony Tran x4317) (06/22/89)

I recently modified my sendmail.cf (very minor modification) in order
to accomodate the new domain .COM, and I have seen strange things in 
the mail headers. I received a simple mail message from one of my
uucp neighbor, and I expect the sender address to be of the form:

	sda!user

In stead, I see the following in the mail header:

From apple!versatc!sda!versatc.com!user Wed Jun 21 22:11:34 1989
Return-Path: <apple!versatc!sda!versatc.com!user>
From: apple!versatc.com!versatc.com!user@sda 

Both sda and apple are my uucp neigbhors.
versatc.com is my new domain name.

I expect the above to be:

From sda!user Wed Jun 21 22:11:34 1989
Return-Path: <sda!user>
From: user@sda 

Now I am unable to reply to the above addressee.

What should I do to get rid of this bogus From and Return-Path
which appeared to be modified by my "newly-created" mailer

Thanks in advance,
Tony

A frustrated sendmail hacker