Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!snorkelwacker!bloom-beacon!eru!luth!sunic!mcsun!ukc!icdoc!sot-ecs!tjc From: tjc@ecs.soton.ac.uk (Tim Chown) Newsgroups: comp.mail.elm Subject: Re: local adress problem` Message-ID: <3163@ecs.soton.ac.uk> Date: 10 Jul 90 08:27:58 GMT References: <1990Jul10.000213.4942@cs.umn.edu> Organization: University of Southampton, UK Lines: 19 In <1990Jul10.000213.4942@cs.umn.edu> iacovou@cs.umn.edu (Danny Iacovou) writes: >we are using elm 2.3 pl3. when we reply to mail that came from a >local user for some reason we get the entire adress of the user >meaning username@host.domain. we whant jut username to show up. >this is not a big problem but it looks bad. any suggestions? >thanks. This was discussed on comp.mail.elm recently. To sidestep the problem, comment out the #ifdef INTERNET ... #endif on lines 341-346 in src/returnadd.c. BE WARNED this will cause problems if your users select elm aliases that clash with usernames - it seems mail will be expanded to the alias name rather than going to the local user. Cheers, Tim.