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.antivirus_whitelist.conf.template
# Antivirus whitelist priority: 6
# higher than antivirus(5)
# no action to prevent set_pre_result
ANTIVIRUS_WHITELIST_SENDER_IP {
  type = "ip";
  map = "$LOCAL_CONFDIR/maps/antivirus_whitelist_sender_ip.map";
  prefilter = true;
  priority = 6;
}

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

ANTIVIRUS_WHITELIST_SENDER_EMAIL {
  type = "from";
  filter = "email"
    regexp = true;
  map = "$LOCAL_CONFDIR/maps/antivirus_whitelist_sender_email.map";
  prefilter = true;
  priority = 6;
}

ANTIVIRUS_WHITELIST_RECIPIENT_EMAIL {
  type = "rcpt";
  filter = "email"
    regexp = true;
  map = "$LOCAL_CONFDIR/maps/antivirus_whitelist_recipient_email.map";
  prefilter = true;
  priority = 6;
}