diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-02-08 17:47:01 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-02-08 17:47:01 +0000 |
commit | 462ab60be82e8be85ffa32e2a15883cf7486f0dd (patch) | |
tree | 9526c68593c42df0ee37061f1881e2678b02334a /test/lua | |
parent | c02521c917656a056f7786493d632bf10cce3791 (diff) | |
download | rspamd-462ab60be82e8be85ffa32e2a15883cf7486f0dd.tar.gz rspamd-462ab60be82e8be85ffa32e2a15883cf7486f0dd.zip |
[Minor] Oops, fix memory drainage
Diffstat (limited to 'test/lua')
-rw-r--r-- | test/lua/unit/received.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/lua/unit/received.lua b/test/lua/unit/received.lua index 19decc397..c633a99b1 100644 --- a/test/lua/unit/received.lua +++ b/test/lua/unit/received.lua @@ -25,6 +25,12 @@ context("Received headers parser", function() ]] local cases = { + {[[from smtp11.mailtrack.pl (smtp11.mailtrack.pl [185.243.30.90])]], + { + real_ip = '185.243.30.90', + real_hostname = 'smtp11.mailtrack.pl' + }, + }, {[[from asx121.turbo-inline.com [7.165.23.113] by mx.reskind.net with QMQP; Fri, 08 Feb 2019 06:56:18 -0500]], { real_ip = '7.165.23.113', |