[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Remove E-mail Headers



Thanks for suggestions!

I want to remove the header because they give informations about my PC,
I do not like this.

I have insert the line:

"header_checks = pcre:/etc/postfix/header_checks"
in my postfix "main.cf".

I have crated the file: /etc/postfix/header_checks

I tested the configuration, sending a mail, but:

only the header " X-Mailer:  Ximian Evolution 1.4.5" is removed!
I have checked twice the syntax but it seem to be correct.

Do you have any ideas?

Thk again
Lorenzo

Il sab, 2004-01-10 alle 17:38, Derrick 'dman' Hudson ha scritto:
> On Sat, Jan 10, 2004 at 10:38:12AM +0100, Lorenzo Rossi wrote:
> | Hi,
> | 
> | I have a problem with e-mail messages sent from my client.
> | I use Evolution 1.4 and my own smtp server, Postfix.
> | When I send an e-mail message, my client add some header, exactly:
> | 
> | Message-Id:  <[🔎] 1073606171.1281.31.camel@europa.tranquillitatis.net>
> 
> Don't remove this one.  All messages are required to have a globally
> unique Mesasge-Id.  If you remove it, your mail server will insert a
> new one.
> 
> | X-Mailer:  Ximian Evolution 1.4.5
> | X-Evolution-Source: imap://condor_rl@popmail.libero.it
> 
> Why would you want to remove these?  Are you ashamed of using
> evolution?  :-)
> 
> Anyways,
>     ---- main.cf
>     header_checks = pcre:/etc/postfix/header_checks
> 
>     ---- header_checks
>     /^X-Mailer:/    IGNORE
>     /^X-Evolution-Source:/    IGNORE
> 
> -D



Reply to: