Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 99221200C61 for ; Tue, 25 Apr 2017 16:44:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9697E160BB3; Tue, 25 Apr 2017 14:44:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DCE04160B9E for ; Tue, 25 Apr 2017 16:44:57 +0200 (CEST) Received: (qmail 54552 invoked by uid 500); 25 Apr 2017 14:44:51 -0000 Mailing-List: contact users-help@spamassassin.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@spamassassin.apache.org Received: (qmail 54536 invoked by uid 99); 25 Apr 2017 14:44:51 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2017 14:44:51 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 4FBDD1B09D4 for ; Tue, 25 Apr 2017 14:44:51 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.3 X-Spam-Level: X-Spam-Status: No, score=0.3 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 5oSgx7B6C5_e for ; Tue, 25 Apr 2017 14:44:49 +0000 (UTC) Received: from smtprelay2.web2all.nl (smtprelay2.web2all.nl [195.189.125.9]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 568DB5FC91 for ; Tue, 25 Apr 2017 14:44:49 +0000 (UTC) Received: from wuppie.web2all.nl (wuppie.web2all.nl [195.189.125.14]) by smtprelay2.web2all.nl (8.15.2/8.15.2) with ESMTP id v3PEigtv018175 for ; Tue, 25 Apr 2017 16:44:42 +0200 Received: from 84.29.127.43 (SquirrelMail authenticated user mvdk) by wuppie.web2all.nl with HTTP; Tue, 25 Apr 2017 16:44:42 +0200 Message-ID: <571cd1c27363b531ee3ede67ff81c07c.squirrel@wuppie.web2all.nl> In-Reply-To: <6EE47AF64C339A4F8F7F50507241B3795FA108B7@BTN-EXCHANGE-V1.fastnet.local> References: <6EE47AF64C339A4F8F7F50507241B3795FA108B7@BTN-EXCHANGE-V1.fastnet.local> Date: Tue, 25 Apr 2017 16:44:42 +0200 Subject: Re: Google Safe Browsing plugin? From: "Merijn van den Kroonenberg" To: "users@spamassassin.apache.org" User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal archived-at: Tue, 25 Apr 2017 14:44:58 -0000 > Hi everyone, > > I want to try and detect malicious uri in the body of emails better and > thought there might be something I could use, since I imagine google have > a good list of them. I found this link, but it fails to install. > > http://search.cpan.org/~danborn/Bundle-SafeBrowsing/lib/Bundle/SafeBrowsing.pm I think this one only supports the version 1 of the protocol, which is no longer supported. I think they are at version 3 now. > > I'm using FreeBSD. Does anyone use this? Or do you have any other > suggestions? We use our own implementation of the v2 protocol. It doesn't hit on that many spam. But occasionally it hits on some spam/phishing runs. I am not sure if there is an implementation of the v3 protocol which can be easily used in SA... Our implementation will probably stop working at some point. > > Thanks, > Rich >