diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-24 15:00:40 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-24 15:09:02 +0000 |
commit | b83fa5fa89071dab0637c0e58ba8e5c1b829149b (patch) | |
tree | bf494d336770360231280c8831bbe85bea762b93 /test/scripts | |
parent | 36350a2313d93d7ef06dfba9a26594a30d108683 (diff) |
Memory management: drop $acl_m_ variables explicitly as they go out-of-scope
between message receptions in an SMTP connection
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0372 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0372 b/test/scripts/0000-Basic/0372 index 246c9bbda..b7e402263 100644 --- a/test/scripts/0000-Basic/0372 +++ b/test/scripts/0000-Basic/0372 @@ -17,4 +17,22 @@ data . quit **** +# +exim -DSERVER=server -bd -oX PORT_D +**** +client 127.0.0.1 PORT_D +??? 220 +HELO test +??? 250 +MAIL FROM:<> +??? 250 +RCPT TO:<x@y> +??? 250 +DATA +??? 354 +. +??? 250 +QUIT +*** +killdaemon no_msglog_check |