options = { filters = ["spf", "dkim", "regexp"] url_tld = "${URL_TLD}" pidfile = "${TMPDIR}/rspamd.pid" lua_path = "${TESTDIR}/../../contrib/lua-fun/?.lua" dns { nameserver = ["8.8.8.8", "8.8.4.4"]; } } logging = { type = "file", level = "debug" filename = "${TMPDIR}/rspamd.log" } metric = { name = "default", actions = { reject = 100500, } unknown_weight = 1 } worker { type = normal bind_socket = ${LOCAL_ADDR}:${PORT_NORMAL} count = 1 task_timeout = 60s; } modules { path = "${TESTDIR}/../../src/plugins/lua/" } ${PLUGIN_CONFIG}