diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-19 22:37:25 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-20 14:22:31 +0100 |
commit | 7aecdeeba22cfe94a180d722dc3506cd6f2b83a2 (patch) | |
tree | bc2c1a8ad8f385a8477a14492a2c97766aee8def /test/runtest | |
parent | b30b511eccc30d8fda614575194fcd2250f2350d (diff) |
Testsuite: DMARC history-file
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 23551861a..1ed0ad73a 100755 --- a/test/runtest +++ b/test/runtest @@ -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 =/; |