[Rspamd-Users] Something is not working.
Gerald Galster
list+rspamd at gcore.biz
Mon Sep 16 17:05:19 UTC 2024
> All mails show up (in junk)
>
> For instance says E2 that the mails should have been rejected due to dmarc policy.
>
> I see no dmarc symbols in the header.
>
> Also I see no sign of dmarc in the rspamd webinterface.
Have a look at rspamd.log, usually there are symbols like
DMARC_POLICY_REJECT, DMARC_*, R_DKIM_*, R_SPF_*, ...
You can act on symbols using force_actions:
https://rspamd.com/doc/modules/force_actions.html
https://github.com/rspamd/rspamd/issues/3174
And you can enable debug logging in /etc/rspamd/local.d/logging.inc:
https://rspamd.com/doc/faq.html#how-to-debug-some-module-in-rspamd
Best regards,
Gerald
More information about the Users
mailing list