martinschaible / rspamd-rules

Curated Multimaps and Rules for Rspamd
Apache License 2.0
13 stars 1 forks source link

_multimap_base_phrases.conf c&p mistakes #21

Closed spec1re closed 1 year ago

spec1re commented 1 year ago
base_phrases_m_de {
  type = "content";
  filter = "oneline";
  regexp = true;
  map = "https://raw.githubusercontent.com/martinschaible/rspamd-rules/main/maps.d/_base_phrases_l_de.map";
  score = 5.0;
  symbol = "BASE_PHRASES_M_DE";
  description = "Base: Phrases, Score MID, german";
}

fix: map = "https://raw.githubusercontent.com/martinschaible/rspamd-rules/main/maps.d/_base_phrases_m_de.map";

base_phrases_l_de {
  type = "content";
  filter = "oneline";
  regexp = true;
  map = "https://raw.githubusercontent.com/martinschaible/rspamd-rules/main/maps.d/_base_phrases_l_en.map";
  score = 1;
  symbol = "BASE_PHRASES_L_EN";
  description = "Base: Phrases, Score LOW, english";
}

fix: base_phrases_l_en

martinschaible commented 1 year ago

Thanks! It's fixed