소스 검색

Merge pull request #2471 from heraklit256/rbl-blocklist

Add blocklist.de RBL
tags/1.8.0
Vsevolod Stakhov 5 년 전
부모
커밋
a110835223
No account linked to committer's email address
2개의 변경된 파일25개의 추가작업 그리고 0개의 파일을 삭제
  1. 15
    0
      conf/modules.d/rbl.conf
  2. 10
    0
      conf/scores.d/rbl_group.conf

+ 15
- 0
conf/modules.d/rbl.conf 파일 보기

rbl = "ix.dnsbl.manitu.net"; rbl = "ix.dnsbl.manitu.net";
ipv6 = true; ipv6 = true;
} }

blocklistde {
symbol = "RBL_BLOCKLISTDE";
rbl = "bl.blocklist.de";
ipv6 = true;
}

blocklistde_received {
symbol = "RECEIVED_BLOCKLISTDE";
rbl = "bl.blocklist.de";
ipv6 = true;
received = true;
from = false;
ignore_whitelists = true;
}
} }


.include(try=true,priority=5) "${DBDIR}/dynamic/rbl.conf" .include(try=true,priority=5) "${DBDIR}/dynamic/rbl.conf"

+ 10
- 0
conf/scores.d/rbl_group.conf 파일 보기

weight = 4.0; weight = 4.0;
description = "From address is listed in NiX Spam (http://www.dnsbl.manitu.net/)"; description = "From address is listed in NiX Spam (http://www.dnsbl.manitu.net/)";
} }

"RBL_BLOCKLISTDE" {
weight = 4.0;
description = "From address is listed in Blocklist (https://www.blocklist.de/)";
}

"RECEIVED_BLOCKLISTDE" {
weight = 3.0;
description = "Received address is listed in Blocklist (https://www.blocklist.de/)";
}
} }

Loading…
취소
저장