diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-16 15:20:24 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-16 15:20:24 +0000 |
commit | ee6960633b4eb94542aee989f163a9497792bc53 (patch) | |
tree | 7dac37b1889f97518b2fb35a2effc4602bb299b3 | |
parent | a713f9c58699e31cc76093c550dde2808563cd57 (diff) |
Testsuite: random number used for DSN MIME boundary can have few digits
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 22fb69fb3..f79d51e87 100755 --- a/test/runtest +++ b/test/runtest @@ -806,7 +806,7 @@ RESET_AFTER_EXTRA_LINE_READ: # ========================================================== # MIME boundaries in RFC3461 DSN messages - s/\d{8,10}-eximdsn-\d{7,10}/NNNNNNNNNN-eximdsn-MMMMMMMMMM/; + s/\d{8,10}-eximdsn-\d+/NNNNNNNNNN-eximdsn-MMMMMMMMMM/; # ========================================================== # Some munging is specific to the specific file types |