[Koha-bugs] [Bug 28729] Return-path header not set in emails

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 29 11:03:19 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28729

--- Comment #23 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Koha::Email (19.11)

    if ( C4::Context->preference('ReturnpathDefault') ) {
        $params->{sender} ||= C4::Context->preference('ReturnpathDefault');
    }

Mail::Sendmail
If you wish to use an envelope sender address different than the From: address,
set $mail{Sender} in your %mail hash

MTAs will copy the Sender to Return-path

But in the meantime master has been changed quite a bit.
So the solution of this problem must be found in these changes?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list