|
| | Subject: | Re: Removing internal mailers from headers | | Group: | Postfix-users | | From: | Justin Piszcz | | Date: | 31 Mar 2008 |
On Mon, 31 Mar 2008, LDB wrote:
> All:
>
> I need to remove the separated line below, with "MYINTERNAL.MAILER.I.TO.HIDE"
> as the internal mailer, from the header stream, since it is internal to the
> network.
>
> What is the best procedure for accomplishing this task?
Add a regex to the header checks file and put IGNORE
/My-Header/ IGNORE
Then reload postfix.
|