diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-07 12:48:06 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-08 16:15:46 +0000 |
commit | d658adda50d19b00d2242c0f9162ab510ecda799 (patch) | |
tree | 7866b79dca256217dbd1f99ba54cdeca4c722bc4 /test/runtest | |
parent | 3b9575827ae9b7847929d99ded489772eac73443 (diff) |
Testsuite: Add munge for EXPERIMENTAL_DSN_INFO
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 6899caeff..7af30763b 100755 --- a/test/runtest +++ b/test/runtest @@ -1380,6 +1380,10 @@ $munges = 'debug_pid' => { 'stderr' => 's/(^\s{0,4}|(?<=Process )|(?<=child ))\d{1,5}/ppppp/g' }, + 'optional_dsn_info' => + { 'mail' => '/^(X-(Remote-MTA-(smtp-greeting|helo-response)|Exim-Diagnostic|(body|message)-linecount):|Remote-MTA: X-ip;)/' + } + }; |