From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-x72f.google.com (mail-qk1-x72f.google.com [IPv6:2607:f8b0:4864:20::72f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 24F481F461 for ; Thu, 27 Jun 2019 20:18:43 +0000 (UTC) Received: by mail-qk1-x72f.google.com with SMTP id m14so2895459qka.10 for ; Thu, 27 Jun 2019 13:18:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Yti9YLVM41mlKqcVh6WelUSDKzkAqNZQOSJFMQe7X/k=; b=NmA2bv8atnT4GhAAzVcFJB5u91btDfBok56YQK1ABPecsjrkji6GYftbnoFIG6b/IK cJO427Awgk/QMFa1buLVH/YepLAN3d1cSR1j+yAieXGzfT0jpShRLLzm35NPAoGOFWqM mYbHj7Hf58Gvd+Xw+3C/8mgr/UDBCxsev0JcA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Yti9YLVM41mlKqcVh6WelUSDKzkAqNZQOSJFMQe7X/k=; b=RhU5yODTBKCYZ9vPZKljUHJ/f7oQKA5yhE7Yw5C1i9LgeRVKyFINi8wk8Zecx/5hAF 62H5xwHPbM6kb/C2G5DlMjrWejI39p2fyqleK3QAEWKaJRZjKWwSNjkAMDVuFKckz254 XBxGKXxaJ+sDxr8Tnnkei9b/3dhW0f2YUBgo6R89UvtVNz87kZeTDrlOf2zt+ug2ZaUp xuEiyAstmZnoMTunAXblFYuo7VrgfxKzWLhkwK7iTPKirNhVPTg/tB10U0/lMvZ2GlOe vi9V/imB9bYFNq3t4Ztc3cr+PmCB7xG9Di12/ULXQ3sj45KRFE9WTxVHAaSF8czcaQxL J21Q== X-Gm-Message-State: APjAAAVgn//KOujIFgQt+sqgp+TMjDPD1hq3Y0hGxDeMKM3+PrRGhEJ+ 3Zlo5lK1o7jwR4qZpMkqKr7KKg== X-Google-Smtp-Source: APXvYqyyzjnBzp8I0g40lrZByALXsWw790BVlRK4AI3dihi4FA6XuemVHRMUtJ70OT0Vow+ANpx0YA== X-Received: by 2002:a37:4c4e:: with SMTP id z75mr5318413qka.230.1561666721995; Thu, 27 Jun 2019 13:18:41 -0700 (PDT) Received: from chatter.i7.local (192-0-228-88.cpe.teksavvy.com. [192.0.228.88]) by smtp.gmail.com with ESMTPSA id e63sm57246qkd.57.2019.06.27.13.18.40 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Thu, 27 Jun 2019 13:18:41 -0700 (PDT) Date: Thu, 27 Jun 2019 16:18:39 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: RFC: marking spam via refs/notes/spam to hide it Message-ID: <20190627201839.GG14570@chatter.i7.local> References: <20190627184251.GC14570@chatter.i7.local> <20190627185236.2mwuoygclytf5m7x@whir> <20190627185723.GE14570@chatter.i7.local> <20190627193332.gjzwkuiotp6fgmcf@whir> <20190627194511.GF14570@chatter.i7.local> <20190627195011.sitvi76s6x3d5k67@whir> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline In-Reply-To: <20190627195011.sitvi76s6x3d5k67@whir> User-Agent: Mutt/1.12.0 (2019-05-25) List-Id: On Thu, Jun 27, 2019 at 07:50:11PM +0000, Eric Wong wrote: >> This makes sense, thanks. I tried it out and it works to remove spam >> from >> the frontend, but spamc step seems to fail with a somewhat incongruous error >> code: >> >> spamc failed with: 18944 > >Oops, might be $? in Perl needs to be >> 8 to get the exit code. >That gives 74, which spamc(1) says is EX_IOERR That's indeed 74, and poking there led me to discover that spamd needed --allow-tell to permit this sort of thing. All's good now, thanks! -K