![]() |
SA Bugzilla – Full Text Bug Listing |
Summary: | Evaluate Hostkarma JMF DNSBL's | ||
---|---|---|---|
Product: | Spamassassin | Reporter: | Warren Togami <wtogami> |
Component: | Rules | Assignee: | SpamAssassin Developer Mailing List <dev> |
Status: | NEW --- | ||
Severity: | enhancement | CC: | apache, kmcgrail |
Priority: | P5 | ||
Version: | SVN Trunk (Latest Devel Version) | ||
Target Milestone: | Undefined | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: |
Description
Warren Togami
2009-09-28 11:18:42 UTC
Sigh, line wrapping mangled those rules. There is some discussion on users@ list about the names of these rules. For a while Marc had RCVD_IN_JMF_* on his wiki page and a few people use it copied from that. But Marc prefers to have HOSTKARMA in the name. RCVD_IN_HOSTKARMA_BL RCVD_IN_HOSTKARMA_WL RCVD_IN_HOSTKARMA_YL RCVD_IN_HOSTKARMA_BR I personally prefer these rule names because they are easier to read. The only possible difficulty is people who might have manually configured their spamassassin using the old JMF rule names need to know to remove the JMF rules. Do the developers have any strong opinions either way? Might as well test these rules then.. urirhssub URIBL_HOSTKARMA_BL hostkarma.junkemailfilter.com. A 127.0.0.2 body URIBL_HOSTKARMA_BL eval:check_uridnsbl('URIBL_HOSTKARMA_BL') tflags URIBL_HOSTKARMA_BL net nopublish urirhssub URIBL_HOSTKARMA_BR hostkarma.junkemailfilter.com. A 127.0.0.4 body URIBL_HOSTKARMA_BR eval:check_uridnsbl('URIBL_HOSTKARMA_BR') tflags URIBL_HOSTKARMA_BR net nopublish urirhssub URIBL_HOSTKARMA_FRESH_2D hostkarma.junkemailfilter.com. A 127.0.2.1 body URIBL_HOSTKARMA_FRESH_2D eval:check_uridnsbl('URIBL_HOSTKARMA_FRESH_2D') tflags URIBL_HOSTKARMA_FRESH_2D net nopublish urirhssub URIBL_HOSTKARMA_FRESH_10D hostkarma.junkemailfilter.com. A 127.0.2.2 body URIBL_HOSTKARMA_FRESH_10D eval:check_uridnsbl('URIBL_HOSTKARMA_FRESH_10D') tflags URIBL_HOSTKARMA_FRESH_10D net nopublish BL and FRESH_2D actually work decend here, with 0.95+ S/O. Where are these documented? I don't see these on his wiki. I suggest you read the wiki more closely then. All the information is there. The wiki makes no mention of it being meant to be used as URIBL. I asked Marc about this and he said it might give some interesting statistics though. I'll add it to the sandbox. I'd like to propose removal of these test from sandboxes ( /trunk/rulesrc/sandbox/wtogami/20_bug_6212_hostkarma.cf ) They're set to nopublish (since 2009) and while it's nice to test new BLs, it puts an unnecessaary load on weekly masschecks to keep them there for such a long time. comments, votes please! (In reply to comment #6) > I'd like to propose removal of these test from sandboxes > > ( /trunk/rulesrc/sandbox/wtogami/20_bug_6212_hostkarma.cf ) > > They're set to nopublish (since 2009) and while it's nice to test new BLs, > it puts an unnecessaary load on weekly masschecks to keep them there for > such a long time. > > comments, votes please! +1 to comment them (not removal just to be clear). However, should someone want to actively test and analyze them, I would immediately support that. But we need mascheck to be quicker and this analysis isn't currently useful to the project. FTR: Rules commented out on Aug 12 2012 |