summaryrefslogtreecommitdiffstats
path: root/test/lua
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-02-08 17:47:01 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-02-08 17:47:01 +0000
commit462ab60be82e8be85ffa32e2a15883cf7486f0dd (patch)
tree9526c68593c42df0ee37061f1881e2678b02334a /test/lua
parentc02521c917656a056f7786493d632bf10cce3791 (diff)
downloadrspamd-462ab60be82e8be85ffa32e2a15883cf7486f0dd.tar.gz
rspamd-462ab60be82e8be85ffa32e2a15883cf7486f0dd.zip
[Minor] Oops, fix memory drainage
Diffstat (limited to 'test/lua')
-rw-r--r--test/lua/unit/received.lua6
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',