aboutsummaryrefslogtreecommitdiff
path: root/files/usr/local/etc/rspamd/local.d/multimap.conf.smtp_server
blob: 40b90ee7a876678b1ddaafd2adef4231986454b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
sender_from_whitelist_domain {
  type = "header";
  header = "from";
  filter = "email:domain";
  map = "file://$LOCAL_CONFDIR/local.d/maps.d/domain-whitelist.map";
  symbol = "SENDER_FROM_WHITELIST_DOMAIN";
  description = "Local sender domain whitelist";
  score = -6.0;
}