For docs/tutorials/dkim_signing_guide.md the test command given, echo "Test message" | rspamc -d example.com -f [email protected], should be: echo "Test message" | rspamc -d example.com -F [email protected] as -f expects an integer value for fuzzy testing.
For
docs/tutorials/dkim_signing_guide.mdthe test command given,echo "Test message" | rspamc -d example.com -f [email protected], should be:echo "Test message" | rspamc -d example.com -F [email protected]as-fexpects an integer value for fuzzy testing.