Hello, I am using debian postfix. When a mail from the PHP (under apache) the mail header contain: ------- Return-Path: <[EMAIL PROTECTED]> -------
I want to hide only this ONE user. It is possible ? header_checks with: /^Return-Path: <www/ IGNORE /^Return-Path: <www-data/ IGNORE /^Return-Path: <[EMAIL PROTECTED]>/ IGNORE is not working :( why ? and how to ignore it ? === The best solution will be replacing <[EMAIL PROTECTED]> with for example <[EMAIL PROTECTED]> === It is very important to me. Thanks for any solutions. The only idea is change postfix sources ? I just compiled postfix from sources so this is not problem if it will help. -- Regards, Martin. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

