Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id C65FD431FAF for ; Wed, 6 Mar 2013 10:40:20 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9d7h2q3yfWP2 for ; Wed, 6 Mar 2013 10:40:16 -0800 (PST) Received: from mail-pb0-f41.google.com (mail-pb0-f41.google.com [209.85.160.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 874CC431FAE for ; Wed, 6 Mar 2013 10:40:16 -0800 (PST) Received: by mail-pb0-f41.google.com with SMTP id um15so6434494pbc.28 for ; Wed, 06 Mar 2013 10:40:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type:x-gm-message-state; bh=dG8oRY4DV1Pfn/GVt5aH59ete9eHK5MzKsep4/CQH90=; b=Wzr1b7XvXx/bM+ryCUj+jXa41XjXzuBRBt7KHogXIwS3leYNSZiCO0RukDrExbuXMs x2Lk9qU5FQ362J9lhP3dmksS+Thbt3S/Ebsh5jUdbnqDwh7h6b9WMn+djwoqaXTdGoBd WarMbqvtCAmC+BgFHwkWWkr6HDUafCCrYVIVFUOkYKKafGUFZE6yFf7o/h7b04x24J2D TfzMqA+q7ChMCdXfUVPlKp2MTFlg3aOCkJekQrHSXZ1fPfkAfrTqxJsbgxgesTq3n8PC 95NOzgShDn5s5P39dTo120RaVTpeGwexPYi2tIt4mitbheBCjnkFJAxt/LhK6RIAtcUW PMeA== X-Received: by 10.68.144.97 with SMTP id sl1mr48387561pbb.49.1362595214225; Wed, 06 Mar 2013 10:40:14 -0800 (PST) Received: from localhost (cl-512.phx-01.us.sixxs.net. [2001:1938:81:1ff::2]) by mx.google.com with ESMTPS id rr14sm32373791pbb.34.2013.03.06.10.40.12 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 06 Mar 2013 10:40:13 -0800 (PST) From: Svend Sorensen To: Jameson Graef Rollins , Notmuch Mail Subject: Re: notspam: a notmuch interface to spamassassin In-Reply-To: <87sj49gha7.fsf@servo.finestructure.net> References: <87sj49gha7.fsf@servo.finestructure.net> User-Agent: Notmuch/0.15.2 (http://notmuchmail.org) Emacs/24.2.1 (x86_64-pc-linux-gnu) Date: Wed, 06 Mar 2013 10:40:19 -0800 Message-ID: <87sj481iek.fsf@finch.dhcp4.washington.edu> MIME-Version: 1.0 Content-Type: text/plain X-Gm-Message-State: ALoCoQm7XohGjhQKn5aJqy76BNPS7EWt35pk1KT2vT+7nDgYzQ6rSuzsvcd8YFjJ24zRWnbB9Rnz X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2013 18:40:20 -0000 Jameson Graef Rollins writes: > Hey, folks. I put together a little python program as an interface > between notmuch and spamassassin (sa) that I thought others might be > interested in: > > git://finestructure.net/notspam Nice! > PS: if anyone has any suggestions for Bayesian classifiers better than > sa I'm all ears. I'm not so happy with sa at the moment. I used bogofilter when I was hosting my own email, and I was happy with it. Svend