View | Details | Raw Unified | Return to bug 3280
Collapse All | Expand All

(-)a/opac/opac-sendbasket.pl (-2 / +2 lines)
Lines 65-71 if ( $email_add ) { Link Here
65
        To   => $email_add,
65
        To   => $email_add,
66
        From => $email_from,
66
        From => $email_from,
67
    'Reply-To' => $email_replyto,
67
    'Reply-To' => $email_replyto,
68
    'X-Orig-IP' => $ENV{'REMOTE_ADDR'},
68
#    'X-Orig-IP' => $ENV{'REMOTE_ADDR'},
69
#    FIXME Commented out for now: discussion on privacy issue
69
    'X-Abuse-Report' => C4::Context->preference('KohaAdminEmailAddress'),
70
    'X-Abuse-Report' => C4::Context->preference('KohaAdminEmailAddress'),
70
    );
71
    );
71
72
72
- 

Return to bug 3280