From b6d1cf00f7c64e2e156f17c793c7866f982961b5 Mon Sep 17 00:00:00 2001 From: heraklit256 Date: Mon, 29 Oct 2018 21:06:36 +0100 Subject: also query resolved IPs against Spamhaus ZEN --- conf/scores.d/surbl_group.conf | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'conf/scores.d') diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index 9605df5c0..94e6e1c8b 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -146,17 +146,29 @@ symbols = { description = "uribl.com grey url"; one_shot = true; } - "SBL_URIBL" { + "SPAMHAUS_ZEN_URIBL" { weight = 0.0; - description = "SBL URIBL: Filtered result"; + description = "Spamhaus ZEN URIBL: Filtered result"; } "URIBL_SBL" { weight = 6.5; - description = "Spamhaus SBL URIBL"; + description = "A domain listed in the mail is listed in Spamhaus SBL URIBL"; } "URIBL_SBL_CSS" { weight = 6.5; - description = "Spamhaus SBL CSS URIBL"; + description = "A domain listed in the mail is listed in Spamhaus SBL CSS URIBL"; + } + "URIBL_XBL" { + weight = 6.5; + description = "A domain listed in the mail is listed in Spamhaus XBL URIBL"; + } + "URIBL_PBL" { + weight = 0.1; + description = "A domain listed in the mail is listed in Spamhaus PBL URIBL"; + } + "URIBL_DROP" { + weight = 8.0; + description = "A domain listed in the mail is listed in Spamhaus DROP URIBL"; } "RBL_SARBL_BAD" { weight = 2.5; -- cgit v1.2.3 From 24fd20bff8dd7d3c996202511bf9f7cd18570f0f Mon Sep 17 00:00:00 2001 From: heraklit256 Date: Mon, 4 Mar 2019 18:53:23 +0100 Subject: set score of URIBL_PBL to +0.01 (be less penalising here) --- conf/scores.d/surbl_group.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/scores.d') diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index 94e6e1c8b..ba79ee256 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -163,7 +163,7 @@ symbols = { description = "A domain listed in the mail is listed in Spamhaus XBL URIBL"; } "URIBL_PBL" { - weight = 0.1; + weight = 0.01; description = "A domain listed in the mail is listed in Spamhaus PBL URIBL"; } "URIBL_DROP" { -- cgit v1.2.3 From b67cdc46d4edaf363d3689a692ddc0aba99f9109 Mon Sep 17 00:00:00 2001 From: heraklit256 Date: Mon, 4 Mar 2019 18:57:06 +0100 Subject: improve rule descriptions --- conf/scores.d/surbl_group.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'conf/scores.d') diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index ba79ee256..82bc93ebc 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -152,26 +152,26 @@ symbols = { } "URIBL_SBL" { weight = 6.5; - description = "A domain listed in the mail is listed in Spamhaus SBL URIBL"; + description = "A domain in the mail resolves to an IP listed in Spamhaus SBL"; } "URIBL_SBL_CSS" { weight = 6.5; - description = "A domain listed in the mail is listed in Spamhaus SBL CSS URIBL"; + description = "A domain in the mail resolves to an IP listed in Spamhaus SBL CSS"; } "URIBL_XBL" { weight = 6.5; - description = "A domain listed in the mail is listed in Spamhaus XBL URIBL"; + description = "A domain in the mail resolves to an IP listed in Spamhaus XBL"; } "URIBL_PBL" { weight = 0.01; - description = "A domain listed in the mail is listed in Spamhaus PBL URIBL"; + description = "A domain in the mail resolves to an IP listed in Spamhaus PBL"; } "URIBL_DROP" { weight = 8.0; - description = "A domain listed in the mail is listed in Spamhaus DROP URIBL"; + description = "A domain in the mail resolves to an IP listed in Spamhaus DROP"; } "RBL_SARBL_BAD" { weight = 2.5; - description = "A domain listed in the mail is blacklisted in SARBL"; + description = "A domain in the mail is blacklisted in SARBL"; } } -- cgit v1.2.3 From 66067de1fbcc1ef2bfdd0935f6ac146aba9e5158 Mon Sep 17 00:00:00 2001 From: heraklit256 Date: Tue, 5 Mar 2019 17:02:53 +0100 Subject: use 'message body' instead of 'mail' for rule description --- conf/scores.d/surbl_group.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'conf/scores.d') diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index 82bc93ebc..61d0da5cc 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -152,26 +152,26 @@ symbols = { } "URIBL_SBL" { weight = 6.5; - description = "A domain in the mail resolves to an IP listed in Spamhaus SBL"; + description = "A domain in the message body resolves to an IP listed in Spamhaus SBL"; } "URIBL_SBL_CSS" { weight = 6.5; - description = "A domain in the mail resolves to an IP listed in Spamhaus SBL CSS"; + description = "A domain in the message body resolves to an IP listed in Spamhaus SBL CSS"; } "URIBL_XBL" { weight = 6.5; - description = "A domain in the mail resolves to an IP listed in Spamhaus XBL"; + description = "A domain in the message body resolves to an IP listed in Spamhaus XBL"; } "URIBL_PBL" { weight = 0.01; - description = "A domain in the mail resolves to an IP listed in Spamhaus PBL"; + description = "A domain in the message body resolves to an IP listed in Spamhaus PBL"; } "URIBL_DROP" { weight = 8.0; - description = "A domain in the mail resolves to an IP listed in Spamhaus DROP"; + description = "A domain in the message body resolves to an IP listed in Spamhaus DROP"; } "RBL_SARBL_BAD" { weight = 2.5; - description = "A domain in the mail is blacklisted in SARBL"; + description = "A domain in the message body is blacklisted in SARBL"; } } -- cgit v1.2.3