Skip to content

Commit

Permalink
[Minor] Fix another misprint
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Apr 16, 2019
1 parent 878392c commit 69ecc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/lua/clickhouse.lua
Expand Up @@ -53,7 +53,7 @@ local settings = {
spf_reject_symbols = {'R_SPF_FAIL'},
spf_dnsfail_symbols = {'R_SPF_DNSFAIL', 'R_SPF_PERMFAIL'},
spf_neutral_symbols = {'R_DKIM_TEMPFAIL', 'R_DKIM_PERMFAIL'},
spf_na_symbol = {'R_SPF_NA'},
spf_na_symbols = {'R_SPF_NA'},
stop_symbols = {},
ipmask = 19,
ipmask6 = 48,
Expand Down

0 comments on commit 69ecc7e

Please sign in to comment.