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

--- Comment #31 from Katrin Fischer <[email protected]> ---
(In reply to Marcel de Rooy from comment #23)
> 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?

Thx for digging this up. It's also the explanation I found so far. 

The strange thing now is that we see the wrong setting in Return-Path. Instead
of using the information from Sender it appears that From is used for setting
the Return-Path.

I would suspect that this is not done by the MTA that hasn't changed then, but
there shoudl be a visible change in the Koha email format too.

-- 
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