You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fuzzy_group.conf 1.0KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Fuzzy rules scores
  2. #
  3. # Please don't modify this file as your changes might be overwritten with
  4. # the next update.
  5. #
  6. # You can modify '$LOCAL_CONFDIR/rspamd.conf.local.override' to redefine
  7. # parameters defined on the top level
  8. #
  9. # You can modify '$LOCAL_CONFDIR/rspamd.conf.local' to add
  10. # parameters defined on the top level
  11. #
  12. # For specific modules or configuration you can also modify
  13. # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults
  14. # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults
  15. #
  16. # See https://rspamd.com/doc/tutorials/writing_rules.html for details
  17. symbols = {
  18. "FUZZY_UNKNOWN" {
  19. weight = 5.0;
  20. description = "Generic fuzzy hash match, bl.rspamd.com";
  21. }
  22. "FUZZY_DENIED" {
  23. weight = 12.0;
  24. description = "Denied fuzzy hash, bl.rspamd.com";
  25. }
  26. "FUZZY_PROB" {
  27. weight = 5.0;
  28. description = "Probable fuzzy hash, bl.rspamd.com";
  29. }
  30. "FUZZY_WHITE" {
  31. weight = -2.1;
  32. description = "Whitelisted fuzzy hash, bl.rspamd.com";
  33. }
  34. }