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/stderr/0398 | |
parent | 7a23eb345eb78c928e7d59be4cdc917d63d2a9f9 (diff) |
Regex compile cacheing
Diffstat (limited to 'test/stderr/0398')
-rw-r--r-- | test/stderr/0398 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/stderr/0398 b/test/stderr/0398 index 6ca63ed96..bdd3940ae 100644 --- a/test/stderr/0398 +++ b/test/stderr/0398 @@ -136,6 +136,9 @@ Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ... connected SMTP>> EHLO mail.test.ex cmd buf flush ddd bytes SMTP<< 250 OK + compiled RE '.outlook.com$' not found in local cache + compiling RE '.outlook.com$' + compiled RE '.outlook.com$' saved in local cache not using PIPELINING not using DSN 127.0.0.1 in hosts_require_auth? no (option unset) |