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.

rbl_group.conf 6.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. # RBL 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. "DNSWL_BLOCKED" {
  19. weight = 0.0;
  20. description = "Resolver blocked due to excessive queries";
  21. }
  22. "RCVD_IN_DNSWL" {
  23. weight = 0.0;
  24. description = "Unrecognised result from https://www.dnswl.org";
  25. }
  26. "RCVD_IN_DNSWL_NONE" {
  27. weight = 0.0;
  28. description = "Sender listed at https://www.dnswl.org, no trust";
  29. }
  30. "RCVD_IN_DNSWL_LOW" {
  31. weight = -0.1;
  32. description = "Sender listed at https://www.dnswl.org, low trust";
  33. }
  34. "RCVD_IN_DNSWL_MED" {
  35. weight = -0.2;
  36. description = "Sender listed at https://www.dnswl.org, medium trust";
  37. }
  38. "RCVD_IN_DNSWL_HI" {
  39. weight = -0.5;
  40. description = "Sender listed at https://www.dnswl.org, high trust";
  41. }
  42. "DWL_DNSWL_BLOCKED" {
  43. weight = 0.0;
  44. description = "Resolver blocked due to excessive queries (dwl)";
  45. }
  46. "DWL_DNSWL" {
  47. weight = 0.0;
  48. description = "Unrecognised result from https://www.dnswl.org (dwl)";
  49. }
  50. "DWL_DNSWL_NONE" {
  51. weight = 0.0;
  52. description = "Message has a valid dkim signature originated from domain listed at https://www.dnswl.org, no trust";
  53. }
  54. "DWL_DNSWL_LOW" {
  55. weight = -1;
  56. description = "Message has a valid dkim signature originated from domain listed at https://www.dnswl.org, low trust";
  57. }
  58. "DWL_DNSWL_MED" {
  59. weight = -2;
  60. description = "Message has a valid dkim signature originated from domain listed at https://www.dnswl.org, medium trust";
  61. }
  62. "DWL_DNSWL_HI" {
  63. weight = -3.5;
  64. description = "Message has a valid dkim signature originated from domain listed at https://www.dnswl.org, high trust";
  65. }
  66. "RBL_SPAMHAUS" {
  67. weight = 0.0;
  68. description = "Unrecognised result from Spamhaus ZEN";
  69. }
  70. "RBL_SPAMHAUS_SBL" {
  71. weight = 2.0;
  72. description = "From address is listed in ZEN SBL";
  73. }
  74. "RBL_SPAMHAUS_CSS" {
  75. weight = 2.0;
  76. description = "From address is listed in ZEN CSS";
  77. }
  78. "RBL_SPAMHAUS_XBL" {
  79. weight = 4.0;
  80. description = "From address is listed in ZEN XBL";
  81. }
  82. "RBL_SPAMHAUS_XBL_ANY" {
  83. weight = 4.0;
  84. description = "From or received address is listed in ZEN XBL (any list)";
  85. }
  86. "RBL_SPAMHAUS_PBL" {
  87. weight = 2.0;
  88. description = "From address is listed in ZEN PBL (ISP list)";
  89. }
  90. "RBL_SPAMHAUS_DROP" {
  91. weight = 7.0;
  92. description = "From address is listed in ZEN DROP BL";
  93. }
  94. "RECEIVED_SPAMHAUS_SBL" {
  95. weight = 1.0;
  96. description = "Received address is listed in ZEN SBL";
  97. one_shot = true;
  98. }
  99. "RECEIVED_SPAMHAUS_CSS" {
  100. weight = 1.0;
  101. description = "Received address is listed in ZEN CSS";
  102. one_shot = true;
  103. }
  104. "RECEIVED_SPAMHAUS_XBL" {
  105. weight = 3.0;
  106. description = "Received address is listed in ZEN XBL";
  107. one_shot = true;
  108. }
  109. "RECEIVED_SPAMHAUS_PBL" {
  110. weight = 0.0;
  111. description = "Received address is listed in ZEN PBL (ISP list)";
  112. one_shot = true;
  113. }
  114. "RECEIVED_SPAMHAUS_DROP" {
  115. weight = 6.0;
  116. description = "Received address is listed in ZEN DROP BL";
  117. one_shot = true;
  118. }
  119. "RBL_SENDERSCORE" {
  120. weight = 2.0;
  121. description = "From address is listed in senderscore.com BL";
  122. }
  123. "RBL_ABUSECH" {
  124. weight = 1.0;
  125. description = "From address is listed in ABUSE.CH BL";
  126. }
  127. "MAILSPIKE" {
  128. weight = 0.0;
  129. description = "Unrecognised result from Mailspike";
  130. }
  131. "RWL_MAILSPIKE_NEUTRAL" {
  132. weight = 0.0;
  133. description = "Neutral result from Mailspike";
  134. }
  135. "RBL_MAILSPIKE_WORST" {
  136. weight = 2.0;
  137. description = "From address is listed in RBL - worst possible reputation";
  138. }
  139. "RBL_MAILSPIKE_VERYBAD" {
  140. weight = 1.5;
  141. description = "From address is listed in RBL - very bad reputation";
  142. }
  143. "RBL_MAILSPIKE_BAD" {
  144. weight = 1.0;
  145. description = "From address is listed in RBL - bad reputation";
  146. }
  147. "RWL_MAILSPIKE_POSSIBLE" {
  148. weight = 0.0;
  149. description = "From address is listed in RWL - possibly legit";
  150. }
  151. "RWL_MAILSPIKE_GOOD" {
  152. weight = 0.0;
  153. description = "From address is listed in RWL - good reputation";
  154. }
  155. "RWL_MAILSPIKE_VERYGOOD" {
  156. weight = 0.0;
  157. description = "From address is listed in RWL - very good reputation";
  158. }
  159. "RWL_MAILSPIKE_EXCELLENT" {
  160. weight = 0.0;
  161. description = "From address is listed in RWL - excellent reputation";
  162. }
  163. "RBL_SEM" {
  164. weight = 1.0;
  165. description = "From address is listed in Spameatingmonkey RBL";
  166. }
  167. "RBL_SEM_IPV6" {
  168. weight = 1.0;
  169. description = "From address is listed in Spameatingmonkey RBL (IPv6)";
  170. }
  171. "RBL_VIRUSFREE_BOTNET" {
  172. weight = 2.0;
  173. description = "From address is listed in virusfree.cz BL";
  174. }
  175. "RBL_NIXSPAM" {
  176. weight = 4.0;
  177. description = "From address is listed in NiX Spam (http://www.dnsbl.manitu.net/)";
  178. }
  179. "RBL_BLOCKLISTDE" {
  180. weight = 4.0;
  181. description = "From address is listed in Blocklist (https://www.blocklist.de/)";
  182. }
  183. "RECEIVED_BLOCKLISTDE" {
  184. weight = 3.0;
  185. description = "Received address is listed in Blocklist (https://www.blocklist.de/)";
  186. one_shot = true;
  187. }
  188. }