git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
DKIM: Under debug, when signing do an extra check on the dns record that will be
[users/heiko/exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index 3016e5df64f9abb67a1d0107f9d373cbed15791b..bbb46542af84cda4b0ffb6010941ae9693087a99 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-1081,6
+1081,10
@@
RESET_AFTER_EXTRA_LINE_READ:
# Not all platforms build with DKIM enabled
next if /^PDKIM >> Body data for hash, canonicalized/;
# Not all platforms build with DKIM enabled
next if /^PDKIM >> Body data for hash, canonicalized/;
+ # Parts of DKIM-specific debug output depend on the time/date
+ next if /^date:\w+,{SP}/;
+ next if /^PDKIM \[[^[]+\] (Header hash|b) computed:/;
+
# Not all platforms support TCP Fast Open, and the compile omits the check
if (s/\S+ in hosts_try_fastopen\? no \(option unset\)\n$//)
{
# Not all platforms support TCP Fast Open, and the compile omits the check
if (s/\S+ in hosts_try_fastopen\? no \(option unset\)\n$//)
{
@@
-1145,13
+1149,6
@@
RESET_AFTER_EXTRA_LINE_READ:
next if / Berkeley DB error: /;
}
next if / Berkeley DB error: /;
}
- elsif ($is_mail)
- {
- # Experimental_DSN info in bounces
- next if /^Remote-MTA: /;
- next if /^X-Exim-Diagnostic: /;
- }
-
# ======== All files other than stderr ========
print MUNGED;
# ======== All files other than stderr ========
print MUNGED;