Questions tagged [rspamd]

2 questions
0
votes
1 answer

RSPAMD not sending out reports

Since some time our DMARC reports won't get send out. If we do rspamadm dmarc_report -v -n 20230612 we see the e-mail that should be send out but if we do: rspamadm dmarc_report -v 20230612 it tells us: send data for 0 domains (from 1 to…
Lars
  • 1
  • 1
0
votes
0 answers

rSPAMD lua module not logging to file

I have the following rspamd module written in lua lanaguage: local lua_mime = require "lua_mime" local rspamd_logger = require "rspamd_logger" local rspamd_task = require "rspamd_task" local ucl = require "ucl" local lua_util = require…
Bogdan Stoica
  • 4,349
  • 2
  • 23
  • 38