I use an IMAP client to send and receive email from my E-smith server.
The mail envelope show the machine name of the originating client and the system name
of the e-smith server. As this is a security issue, I would like to remove these from the header.
Specifically in the example below, I would like to remove lines 2,6,7 as these contain
real system names.
1 Return-Path:
2 Delivered-To: djl001@barney.homeip.net
3 Received: (qmail 6821 invoked by alias); 2 Oct 2002 02:18:05 -0000
4 Delivered-To: alias-localdelivery-djl001@privatemail.homeip.net
5 Received: (qmail 6818 invoked by uid
; 2 Oct 2002 02:18:05 -0000
6 Received: from UNKNOWN (192.168.2.10, claiming to be "fred")
7 by barney.homeip.net with SMTP id smtpdbStN9J; Tue, 01 Oct 2002 22:18:04 EDT
8 Content-Type: text/plain;
9 charset="us-ascii"
10 From: Dennis
11 Reply-To: djl001@privatemail.homeip.net
12 To: djl001@privatemail.homeip.net
13 Subject: test
14 Date: Wed, 2 Oct 2002 12:06:29 +1000
15 X-Mailer: KMail [version 1.4]
16 MIME-Version: 1.0
17 Content-Transfer-Encoding: 8bit
18 Message-Id: <200210021206.29651.djl001@privatemail.homeip.net>
Thanks for any pointers
Best regards
Dennis