a.rayman

Member
Dec 7, 2016
9
2
3
United Kingdom
cPanel Access Level
Root Administrator
Hi,

I am trying to setup a few Custom RBL's to combat incoming email spam (WHM >> Exim Configuration >> RBL's >> Manage) - however they don't seem to be scoring emails according to the custom rbl's. I'm not sure if this feature is only intended to just Reject mail?





X-Ham-Report
Spam detection software, running on the system "xxx.xxx.com",
has NOT identified this incoming email as spam. The original
message has been attached to this so you can view it or label
similar future email. If you have any questions, see
root\@localhost for details.

Content preview: test test [...]

Content analysis details: (3.1 points, 5.0 required)

pts rule name description
---- ---------------------- --------------------------------------------------
1.1 KAM_COUK Scoring .co.uk emails higher due to poor registry security.
-0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3)
[65.55.90.155 listed in wl.mailspike.net]
-0.0 SPF_PASS SPF: sender matches SPF record
0.0 MIME_HTML_MOSTLY BODY: Multipart message mostly text/html MIME
0.0 HTML_MESSAGE BODY: HTML included in message
2.0 PYZOR_CHECK Listed in Pyzor (http://pyzor.sf.net/)
-0.0 RCVD_IN_MSPIKE_WL Mailspike good senders
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello,

The custom RBLs enabled through WHM are configured directly with Exim, and are not included in the SpamAssassin configuration for use in scoring emails.

Thank you.
 

a.rayman

Member
Dec 7, 2016
9
2
3
United Kingdom
cPanel Access Level
Root Administrator
Hello,

The custom RBLs enabled through WHM are configured directly with Exim, and are not included in the SpamAssassin configuration for use in scoring emails.

Thank you.
Thank you for your quick response - may I ask:

  1. Is there a feature via WHM to include these RBL's currently for SpamAssassin? Or do I need to simply edit the local.conf for SpamAssassin to include the RBL's.
  2. Are the RBL's mentioned above only intended for Rejecting mail only?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello,

You would need to modify the local.cf SpamAssassin configuration file. SpamAssassin documents which type of black lists are supported at:

DnsBlocklists - Spamassassin Wiki

Thank you.