Skip to content

Commit

Permalink
[Test] Check Reply-To, not From, which is VERP now.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Mar 5, 2024
1 parent 66879e7 commit 2163d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perllib/FYR/TestHarness.pm
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ sub check_delivered_to_rep {
[ -and =>
'%Subject: Letter from %'.name_n($who).'%',
'%To: "%'.$repname.'%" <'.email_n($who).'>%',
'%From: "'.name_n($who).'" <'.email_n($who).'>%',
'%Reply-To: "'.name_n($who).'" <'.email_n($who).'>%',
'%'.$extra_check.'%',
'%Signed with an electronic signature%'
]);
Expand Down

0 comments on commit 2163d7c

Please sign in to comment.