diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-06-19 17:15:25 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-06-19 17:15:25 +0100 |
commit | 7d5055276a22a91de71104775ade236051cebefc (patch) | |
tree | 970e5668c3ce454473eef2a760c9b969748dbb6b /test/scripts/0000-Basic | |
parent | 7a23eb345eb78c928e7d59be4cdc917d63d2a9f9 (diff) |
Regex compile cacheing
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0632 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0632 b/test/scripts/0000-Basic/0632 new file mode 100644 index 000000000..4bdefca0b --- /dev/null +++ b/test/scripts/0000-Basic/0632 @@ -0,0 +1,39 @@ +# regex caching +# +exim -d-all+queue_run+expand+lookup -DSERVER=server -bd -oX PORT_D +**** +# +client 127.0.0.1 PORT_D +??? 220 +HELO test.ex +??? 250 +MAIL FROM:<CALLER@test.ex> +??? 250 +RCPT TO:<dest_1@test.ex> +??? 250 +DATA +??? 354 +. +??? 250 +QUIT +??? 221 +**** +client 127.0.0.1 PORT_D +??? 220 +HELO test.ex +??? 250 +MAIL FROM:<CALLER@test.ex> +??? 250 +RCPT TO:<dest_2@test.ex> +??? 250 +DATA +??? 354 +. +??? 250 +QUIT +??? 221 +**** +# +killdaemon +no_msglog_check +no_stdout_check |