On Fri, 10 Jun 2011 17:28:02 -0500, Noel Jones wrote:
On 6/10/2011 4:04 PM, m...@smtp.fakessh.eu wrote:
hi folks

I asked a question.
there are providers that remove information from headers like X-Mailer
Received


when is there any good uses and customs

This is easy to set up with information like this
/^Received:/    IGNORE

The above is a bad idea.  You'll lose valuable tracking information.
NOT RECOMMENDED.

Some people like to remove Received headers from their internal
hosts. It's OK to remove your own Received headers, but the above rule
will remove all Received headers.


/^User-Agent:/  IGNORE

This won't break anything, but there's no reason for it.


I just spent all night in the process of trying to walk REPLACE
but even with a very simple regular expression like this

/^Received: from roundcube.fakessh.eu \(localhost.localdomain\[127\.0\.0\.1\]\)\(.*)/ REPLACE Received: private webmail (whatever) $1


nb : and therefore I could not test the local connection from my laptop

I get an error after matches the postmap command


--
 http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7
 gpg --keyserver pgp.mit.edu --recv-key 092164A7

Reply via email to