Re: notspam: a notmuch interface to spamassassin
authorJameson Graef Rollins <jrollins@finestructure.net>
Wed, 6 Mar 2013 16:12:02 +0000 (08:12 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:53:56 +0000 (09:53 -0800)
93/6a3ad07c4e235bae22f2907b2cb606bee424cb [new file with mode: 0644]

diff --git a/93/6a3ad07c4e235bae22f2907b2cb606bee424cb b/93/6a3ad07c4e235bae22f2907b2cb606bee424cb
new file mode 100644 (file)
index 0000000..8002dbd
--- /dev/null
@@ -0,0 +1,102 @@
+Return-Path: <jrollins@finestructure.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 03382431FAF\r
+       for <notmuch@notmuchmail.org>; Wed,  6 Mar 2013 08:12:18 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id uNqG-x8iQYZC for <notmuch@notmuchmail.org>;\r
+       Wed,  6 Mar 2013 08:12:14 -0800 (PST)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+       [131.215.239.19])\r
+       by olra.theworths.org (Postfix) with ESMTP id E74F2431FAE\r
+       for <notmuch@notmuchmail.org>; Wed,  6 Mar 2013 08:12:13 -0800 (PST)\r
+Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by earth-doxen-postvirus (Postfix) with ESMTP id 5EC2566E0178;\r
+       Wed,  6 Mar 2013 08:12:11 -0800 (PST)\r
+X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
+Received: from finestructure.net (cpe-76-166-145-133.socal.res.rr.com\r
+       [76.166.145.133]) (Authenticated sender: jrollins)\r
+       by earth-doxen-submit (Postfix) with ESMTP id 090FB66E0194;\r
+       Wed,  6 Mar 2013 08:12:05 -0800 (PST)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id 7CD6962216; Wed,  6 Mar 2013 08:12:04 -0800 (PST)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Nicolas Pouillard <np@nicolaspouillard.fr>,\r
+       Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: Re: notspam: a notmuch interface to spamassassin\r
+In-Reply-To: <20130306083038.9606.44858@mail-np.tu.ail>\r
+References: <87sj49gha7.fsf@servo.finestructure.net>\r
+       <20130306083038.9606.44858@mail-np.tu.ail>\r
+User-Agent: Notmuch/0.15+8~gd4a7374 (http://notmuchmail.org) Emacs/24.2.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Wed, 06 Mar 2013 08:12:02 -0800\r
+Message-ID: <87mwugh5il.fsf@servo.finestructure.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha256; protocol="application/pgp-signature"\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 06 Mar 2013 16:12:18 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Wed, Mar 06 2013, Nicolas Pouillard <np@nicolaspouillard.fr> wrote:\r
+> As a competitor there is afew [1] which internally uses dbacl.\r
+\r
+Hey, Nicolas.  I was definitely aware of afew, but I actually wasn't\r
+aware it was using a Bayesian classifier underneath.  Thanks for\r
+pointing me to dbacl.\r
+\r
+> As of  other spam  filters per  se, I  know my  previous boss  wrote one\r
+> called SpamOracle  [2]. The tool  itself seems  to not see  much changes\r
+> these days (2003). I  do not use it myself, however  I know people using\r
+> it [3] and its very likely that the software is good enough and does not\r
+> need much maintenance.\r
+\r
+From=20the looks of it, it wouldn't be hard to extend/modify notspam to\r
+support either dbacl or spamoracle, or presumably any other classifier.\r
+I'll see if I can hack something up.\r
+\r
+jamie.\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.12 (GNU/Linux)\r
+\r
+iQIcBAEBCAAGBQJRN2rSAAoJEO00zqvie6q8ACUP/0vbKAZEp+euJ+789nPL2Jy5\r
+ZLX69hCRpzENrE1432XOR22XaTpBaHh2jkRL8kMw/bUoqTugb/n42Glv1xESpaZm\r
+bX8Tcfrgi+sfrgXRMHUDgAyqO888O0P6SXInSH8ju3dzxVujcPPW466hKRgobttw\r
++1bDkCKdHa9tdt/y/vOdjZdQAAFrT9pQHEdi1Aby+qDTJZI3SmSK8ZPiqN2UNrCH\r
+XFfl6jv+iYgjHOF4VPbaqBm81y5nbpqbhRSbil5kVOYQjkMC/1EuG6xDhlqAC6IV\r
+epHJcN+3vFQM65uEtF/JWiSoYKj+TXhyNP0kqhjIuw1m5LFnbNPJelmT8Ucoo+aE\r
+sU5eilm6nf0+bINe2o5YKYGqbjhWLwhy9EbAZ7eeNTWoepxew29Yv60/Mia06TCG\r
+1fTtC0eEqkSCZLBaVh1vqkpeqlZIGn520HJTWTLC6vbgGVHdGbeB5YGJ4SjH1+5f\r
+djUa8wcGiJkIRotb5w8okeGTTwltosYEVHedu8lHCerGKwF66kshT4fd7E51LDrY\r
++yqAuul4CMvSEBHhA5h1SWyOxOQ+iZsRK0PI9Ncc76CibF9VMPIeS0172xwdBcOq\r
+uIqeo7kxLBxFCWRM+wTp5vRd+6rYlOO7KQkdc1PqFcV5UYY0Ap+V/TYRS/rPNfBm\r
+9db78ThBUdIsXj3e2LC1\r
+=MFJF\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r