From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.5 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, RP_MATCHES_RCVD shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: meta@public-inbox.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E5A4F20A21 for ; Mon, 25 Apr 2016 09:52:52 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] remove ssoma dependency from public-inbox Date: Mon, 25 Apr 2016 09:52:44 +0000 Message-Id: <20160425095247.17472-1-e@80x24.org> List-Id: This should hopefully make public-inbox easier-to-install in the future. ssoma will be updated to not rely on an index in the future by using git-fast-import, too. Documentation/dc-dlvr-spam-flow.txt | 6 +--- INSTALL | 1 - lib/PublicInbox/Filter.pm | 7 ---- lib/PublicInbox/Import.pm | 20 +++++++++-- lib/PublicInbox/MDA.pm | 12 ------- script/public-inbox-learn | 31 ++++++----------- script/public-inbox-mda | 24 +++++++------ t/cgi.t | 7 ++-- t/feed.t | 67 ++++++++++++++++++++++++++++--------- t/html_index.t | 23 +++++++------ t/mda.t | 29 ++++++++++------ 11 files changed, 128 insertions(+), 99 deletions(-)