spamassassin-users mailing list archives

Site index · List index
Message view « Date » · « Thread »
Top « Date » · « Thread »
From Matt Kettler <mkett...@evi-inc.com>
Subject Re: 2 Questions
Date Wed, 13 Jul 2005 21:25:19 GMT
Mark Hamilton wrote:
> I have 2 questions.
> 
> 1.  Does anyone know if spamassassin is going to support DKIM when Yahoo and
> Cisco get it released?
> 
> 2.  Is there a quick way to blacklist a country?
> 

pre-built as a RBL for your convenience:
http://www.blackholes.us/

Which can be made into a SA rule pretty easy if you have DNS checks enabled:

header RCVD_IN_CHINA_KR         eval:check_rbl('countrycnkr',
'cn-kr.blackholes.us.')
describe RCVD_IN_CHINA_KR       Received from China or Korea
tflags  RCVD_IN_CHINA_KR        net
score RCVD_IN_CHINA_KR          1.0


Note, watch for line-wraps, that's supposed to only be 4 lines of text.

Mime
View raw message