From: korgoth1 Date: Sat, 25 Jan 2020 19:44:49 +0000 (+0300) Subject: [Test] spf.lua fix example of external relay X-Git-Tag: 2.3~44^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F3238%2Fhead;p=rspamd.git [Test] spf.lua fix example of external relay --- diff --git a/src/plugins/lua/spf.lua b/src/plugins/lua/spf.lua index d6949cd76..80d1e664d 100644 --- a/src/plugins/lua/spf.lua +++ b/src/plugins/lua/spf.lua @@ -42,7 +42,7 @@ spf { # Disable all IPv6 lookups disable_ipv6 = false; # Use IP address from a received header produced by this relay (using by attribute) - external_relay = "192.168.1.1"; + external_relay = ["192.168.1.1"]; } ]]) return