Skip to content

Commit

Permalink
test: add mixed case tests for header_from
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Dec 9, 2024
1 parent e674686 commit 504f7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/00.Dmarc.t
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ sub test_spf {

sub test_header_from {

my @good_vals = (qw/ spam-example.com bar.com /);
my @good_vals = (qw/ spam-example.com bar.com test.co.UK test.CO.za /);
foreach my $k (@good_vals) {
ok( $dmarc->header_from($k), "header_from, $k" );
}
Expand Down

0 comments on commit 504f7b6

Please sign in to comment.