From 72f91473ae14c6a268d43d0fc0e171de48e782f6 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 2 Jul 2012 10:07:56 +0200 Subject: [PATCH] 3280 Followup for privacy issue on X-Orig-IP in mail header Content-Type: text/plain; charset="utf-8" --- opac/opac-sendbasket.pl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/opac/opac-sendbasket.pl b/opac/opac-sendbasket.pl index 9b2484d..a3a4eb8 100755 --- a/opac/opac-sendbasket.pl +++ b/opac/opac-sendbasket.pl @@ -65,7 +65,8 @@ if ( $email_add ) { To => $email_add, From => $email_from, 'Reply-To' => $email_replyto, - 'X-Orig-IP' => $ENV{'REMOTE_ADDR'}, +# 'X-Orig-IP' => $ENV{'REMOTE_ADDR'}, +# FIXME Commented out for now: discussion on privacy issue 'X-Abuse-Report' => C4::Context->preference('KohaAdminEmailAddress'), ); -- 1.7.7.6