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 7.0KB

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