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?
There was discussion about mail rewrite behavior in relation to the
allow_resend_from_reconfig (#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_rewas 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?