Re: [exim] how to remove outgoing Received header?

Pàgina inicial
Delete this message
Reply to this message
Autor: Suresh Ramasubramanian
Data:  
A: Dan Jacobson
CC: exim-users
Assumpte: Re: [exim] how to remove outgoing Received header?
Dan Jacobson wrote:
> To make mail queued to be sent out over my modem a little smaller,
> I want to eliminate this header:
>
> 136P Received: from jidanni by jidanni1 with local (Exim 4.34)
>         id 1CEwoj-00046O-Ut
>         for xvvvvo@???; Wed, 06 Oct 2004 05:25:53 +0800

>
> I tried using headers_remove=received
> in real_local, smarthost, and remote_smtp_smarthost
> but none affected it.
>


Why do you want to remove it?

Use an ssh tunnel like this -

$ ssh -2 -L 2525:localhost:25 you@???

And then (as you use gnus) set the gnus smtp server to localhost:2525

It's dog slow and you have to remain online ... but saves you from this 
nonsense of trying to strip received headers (but why do you want to 
strip em?)
.
    srs