martinschaible/rspamd-rules

_multimap_base_phrases.conf c&p mistakes

Closed this issue · 1 comments

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

Thanks! It's fixed