diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-16 15:20:24 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-12 18:58:36 +0000 |
commit | 05faa88b01df9ab61a0f41ffd94b815bf101b6a4 (patch) | |
tree | 52c0ec919c57051d442936cba05b9824773b06e6 /test | |
parent | 50dc740948ba43eaeb6d33757bc83beff33f2a64 (diff) |
Testsuite: random number used for DSN MIME boundary can have few digits
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 49964af2a..c6d9c729e 100755 --- a/test/runtest +++ b/test/runtest @@ -809,7 +809,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 |