HEX
Server: Apache/2.2.34 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141
System: Linux Kou-Etsu-Dou 4.4.59+ #25556 SMP PREEMPT Thu Mar 4 18:03:46 CST 2021 x86_64
User: hosam (1026)
PHP: 7.2.29
Disabled: NONE
Upload Files
File: /volume1/@appstore/MailPlus-Server/etc/template/rspamd.spam_blacklist_for_bitdefender.conf.template
# Spam blacklist for BitDefender priority: 6
# higher than antivirus(5) (BitDefender)
# no action to prevent set_pre_result
BLACKLIST_FROM_ACCOUNT {
  type = "from";
  filter = "email:user";
  regexp = true;
  map = "$LOCAL_CONFDIR/maps/blacklist_from_account.map";
  prefilter = true;
  priority = 6;
}

BLACKLIST_FROM_ADDRESS {
  type = "from";
  filter = "email:addr";
  regexp = true;
  map = "$LOCAL_CONFDIR/maps/blacklist_from_address.map";
  prefilter = true;
  priority = 6;
}

BLACKLIST_FROM_DOMAIN {
  type = "from";
  filter = "email:domain";
  regexp = true;
  map = "$LOCAL_CONFDIR/maps/blacklist_from_domain.map";
  prefilter = true;
  priority = 6;
}

BLACKLIST_TO_ACCOUNT {
  type = "rcpt";
  filter = "email:user";
  regexp = true;
  map = "$LOCAL_CONFDIR/maps/blacklist_to_account.map";
  prefilter = true;
  priority = 6;
}

BLACKLIST_TO_ADDRESS {
  type = "rcpt";
  filter = "email:addr";
  regexp = true;
  map = "$LOCAL_CONFDIR/maps/blacklist_to_address.map";
  prefilter = true;
  priority = 6;
}

BLACKLIST_TO_DOMAIN {
  type = "rcpt";
  filter = "email:domain";
  regexp = true;
  map = "$LOCAL_CONFDIR/maps/blacklist_to_domain.map";
  prefilter = true;
  priority = 6;
}