Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-sdd!ncr-sd!asihub!dan From: dan@asihub.UUCP (Dan O'Neill) Newsgroups: comp.mail.sendmail Subject: sendmail "from" lines in local network Keywords: sendmail, from lines, local mail Message-ID: <145@asihub.UUCP> Date: 9 Nov 89 23:23:44 GMT Distribution: na Organization: Automated Systems Inc. Lines: 23 On mail that is passed around our local ethernet, I would like to have the "@hostname" portion of the "from:" line removed. Currently all users have a ".forward" file in their home directory. Mine, for instance, says "dan@asisan". If I send mail to myself from host "asisan", the from line looks like: From: dan (Dan O'Neill) If I send mail to myself from host "sanf", the from line looks like: From: dan@sanf (Dan O'Neill) I would like all mail that is delivered/sent locally to contain only the name of the user in the from fields. I have changed the "from" field definitions and some of the resolution rules with no luck. I am beginning to think that "sendmail" places the name of the system after the user name when mail is delivered. Thanks for any help you can give.