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

--- Comment #38 from Katrin Fischer <[email protected]> ---

> 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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to