Testsuite: DMARC history-file
[exim.git] / test / runtest
index 23551861ad2b0d6fc2013e8fe3b86f19a9aad4b2..1ed0ad73ab5a5fdd88b6b7b8087ca2d5155b58c7 100755 (executable)
@@ -1056,6 +1056,8 @@ RESET_AFTER_EXTRA_LINE_READ:
 
     # DMARC is not always supported by the build
     next if /^dmarc_tld_file =/;
+    # timestamp in dmarc history file
+    s/received \K\d{10}$/1692480217/;
 
     # ARC is not always supported by the build
     next if /^arc_sign =/;