NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[Rspamd] Disable IPv6 for interserver ip bl, enable full host lookup for uribl

7da3b91b
andryyy <[email protected]> 6 years ago
data/conf/rspamd/local.d/rbl.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Diff

diff --git a/data/conf/rspamd/local.d/rbl.conf b/data/conf/rspamd/local.d/rbl.conf
index 74e8b3b6..c44b9ef4 100644
--- a/data/conf/rspamd/local.d/rbl.conf
+++ b/data/conf/rspamd/local.d/rbl.conf
@@ -26,6 +26,7 @@ rbls {
   interserver_ip {
     symbol = "RBL_INTERSERVER_IP";
     rbl = "rbl.interserver.net";
+    ipv6 = false;
     returncodes {
       RBL_INTERSERVER_BAD_IP = "127.0.0.2";
     }
@@ -37,7 +38,6 @@ rbls {
     no_ip = true;
     dkim = true;
     emails = true;
-    emails_domainonly = true;
     urls = true;
     returncodes = {
       RBL_INTERSERVER_BAD_URI = "127.0.0.2";