diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-11-19 19:05:54 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-11-19 20:05:48 +0000 |
commit | 5c161fa615ab4a2d40170fedd71d1b9a7f079ff6 (patch) | |
tree | fd392f032187ab1215a8dcc18563bdb89a1b031b /test/runtest | |
parent | 46e872abb44a2589488ec47febaf376c89688c1c (diff) |
Logging: add I= element to transport-defer lines. Bug 2675
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index d4e469b9f..b5ace4ee3 100755 --- a/test/runtest +++ b/test/runtest @@ -780,7 +780,7 @@ RESET_AFTER_EXTRA_LINE_READ: # This handles "connection from" and the like, when the port is given if (!/listening for SMTP on/ && !/Connecting to/ && !/=>/ && !/->/ - && !/\*>/ && !/Connection refused/) + && !/\*>/&& !/==/ && !/\*\*/ && !/Connection refused/ && !/in response to/) { s/\[([a-z\d:]+|\d+(?:\.\d+){3})\]:(\d+)/"[".$1."]:".new_value($2,"%s",\$next_port)/ie; } |