On Sat, 19 Feb 2000, Bernhard Erdmann wrote:
> is it possible for Exim to remove the Received:-Lines M$ Exchange
> inserted? A customer would like to hide his internal Exchange server. I
> was told sendmail can, what about exim?
You can get it to remove *all* received headers easily enough, by
sticking headers_remove=received on the external transport.
Unfortunately that isn't really a good idea because it removes the
Received header Exim inserted. You can put something back with
headers_add, but you can't precisely re-create the old header. However,
maybe you can put back as much as you need. To be more selective on the
original headers you have to use a transport filter, and that is
expensive.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.