[Rspamd-Users] lua_config_set_metric_symbol error [Solved]

Alberto alberto at bersol.info
Sat Oct 17 14:15:52 UTC 2020


El 17/10/20 a las 15:44, Alberto escribió:
> Hi,
>
> When I restart rspamd, log gets the following error:
>
> /...
> /
>
> /Oct 17 15:41:13 xxxxxx rspamd[25775]: <5oazaw>; cfg;
> lua_config_set_metric_symbol: bad arguments: bad type for key: flags:
> 'table', 'string' is expected/
>
> /.../
>
Looks the cause was this block in multimap.conf:

LAST_RECEIVED_HEADER_IP_IF_AUTHED {
  type = "received";
  map = "${LOCAL_CONFDIR}/local.d/maps.d/rcvd_ip.map";
  filter = "real_ip";
  min_pos = -1;
  flags = ["authenticated"];
}


Regards,



More information about the Users mailing list