Re: [exim] Strip IP address from received header

Pàgina inicial
Delete this message
Reply to this message
Autor: Jakob Hirsch
Data:  
A: Joachim Boltz
CC: exim-users
Assumpte: Re: [exim] Strip IP address from received header
Quoting Joachim Boltz:

> due to privacy issues I want to strip the IP address of authenticated


change received_header_text to your needs.

I do this to remove the "EHLO [pri.vate.IP.address]" Thunderbird uses:

received_header_text = Received: \
${if def:sender_rcvhost {from ${if def:authenticated_id \
{${sg{$sender_rcvhost}{ helo=[^)\\s]*}{}}} {$sender_rcvhost}}\n\t}\
...