From 504f7b60f29345a379ad38f72c18afa5c3e44cbe Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Mon, 9 Dec 2024 10:48:35 -0800 Subject: [PATCH] test: add mixed case tests for header_from --- t/00.Dmarc.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/00.Dmarc.t b/t/00.Dmarc.t index d8e6b309..543af984 100644 --- a/t/00.Dmarc.t +++ b/t/00.Dmarc.t @@ -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" ); }