You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was discussion about mail rewrite behavior in relation to the allow_resend_from_re config (#54 (comment)) that resulted in commit 6e5b2c6, which caused some tests to fail unexpectedly (Mail/t/Outgoing2.bunit, PetShop/Test/t/mail.btest, PetShop/Test/t/rewrite-from-domain.btest). It was assumed previously that allow_resend_from_re was only relevant to tests, but it is actually used in production also. That commit was reverted in #55.
Is the current behavior correct and/or desirable?
The text was updated successfully, but these errors were encountered:
schellj
changed the title
Update outgoing mail rewrite behavior in relation to allow_rewrite_from?
Update outgoing mail rewrite behavior in relation to allow_resend_from_re?
Aug 9, 2023
There was discussion about mail rewrite behavior in relation to the
allow_resend_from_re
config (#54 (comment)) that resulted in commit 6e5b2c6, which caused some tests to fail unexpectedly (Mail/t/Outgoing2.bunit
,PetShop/Test/t/mail.btest
,PetShop/Test/t/rewrite-from-domain.btest
). It was assumed previously thatallow_resend_from_re
was only relevant to tests, but it is actually used in production also. That commit was reverted in #55.Is the current behavior correct and/or desirable?
The text was updated successfully, but these errors were encountered: