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.
Thank you for your precise answer
I'm came back in and I handed the record in the state. So what is the
right
policy on this type of problem to protect the identity of the sender,
the
only useful case
what are the good uses to be ?
thanks
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.
--
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7
gpg --keyserver pgp.mit.edu --recv-key 092164A7