aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mimedefang/date-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mimedefang/date-test.patch')
-rw-r--r--testing/mimedefang/date-test.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/mimedefang/date-test.patch b/testing/mimedefang/date-test.patch
new file mode 100644
index 00000000000..72bd4a13ea6
--- /dev/null
+++ b/testing/mimedefang/date-test.patch
@@ -0,0 +1,11 @@
+--- a/t/dates.t
++++ b/t/dates.t
+@@ -37,7 +37,7 @@
+ {
+ no warnings 'once';
+ local $::main::QueueID = 'wookie';
+- like(::main::gen_msgid_header(), qr/Message-ID: <\d{12}\.wookie\@[-a-zA-Z0-9\.]+>\n/, 'Got Message-ID header in correct format');
++ like(::main::gen_msgid_header(), qr/Message-ID: <\d{12}\.wookie\@[-_a-zA-Z0-9\.]+>\n/, 'Got Message-ID header in correct format');
+ }
+
+ sub t_time_str: Test(1)