docker compose -f /opt/mailcow-dockerized/docker-compose.yml exec rspamd-mailcow rspamc -h rspamd:11333 symbols < /tmp/message.eml

Category: Mail Servers & Postfix

docker compose -f /opt/mailcow-dockerized/docker-compose.yml exec rspamd-mailcow rspamc -h rspamd:11333 symbols < /tmp/message.eml

Score a message file with the live Rspamd engine

rspamc sends the message on stdin to the Rspamd worker listening on rspamd:11333 and prints every rule hit with its score. This reproduces exactly how Mailcow would score that mail. Use it to test whether a message would land in quarantine before delivery.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.