[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
Mon Nov 1 09:47:22 CET 2021


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|BLOCKED                     |Passed QA

--- Comment #58 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Marcel de Rooy from comment #54)
> We cover ReturnPathDefault but do not fallback to Admin like here:
> 
> +    $args->{from} = $self->email->header("Sender") ||
> C4::Context->preference('KohaAdminEmailAddress');
> 
> I am keeping it in blocked over the weekend..

Dont think we should do that here.
If you keep the pref ReturnpathDefault empty, return path falls back correctly
to sender. And we already use AdminEmail as a fallback.
The fix is fine as-is.

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


More information about the Koha-bugs mailing list