30 Jul
2021
30 Jul
'21
11:22 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28729 --- Comment #38 from Katrin Fischer <katrin.fischer@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.