[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
Fri Jul 30 11:22:34 CEST 2021


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

--- Comment #38 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---

> The default for Return-Path should be preference ReturnpathDefault.
> Is that still used then?

As we copy the Sender information that behaves correctly in my testing, I think
that is the case. You can find this line further above in Email.pm create()

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

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


More information about the Koha-bugs mailing list