From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 16 12:05:36 2021 Received: (at 47163) by debbugs.gnu.org; 16 Mar 2021 16:05:37 +0000 Received: from localhost ([127.0.0.1]:40830 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lMCCO-0002eA-OH for submit@debbugs.gnu.org; Tue, 16 Mar 2021 12:05:36 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:34020 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lMCCM-0002dy-MQ for 47163@debbugs.gnu.org; Tue, 16 Mar 2021 12:05:35 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1615910728; bh=yuns0dSOXW2ocZXZ4a6op/92n1QHbpBkgvB4ah8oq94=; h=From:To:Cc:Subject:In-Reply-To:Date; b=rAQ8ShMDn5DCp6zt88O01nTsyxstqiCO5GQmR2nTavzjRKPAK5WGHbWkuNf7puB1A qytnmFg0tUBFLbofQ2RYT+E8wJEWD8A3Z4+7OlC4wqJLkgxiUYYqgQ4tA3qmmLA4lb 8u0NUOP/lEc52dl70u04kRsaucg6HT9RmakP6Qko= To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#47163] [PATCH] refresh: Add '--installed' option. In-Reply-To: <87tupb8nzs.fsf@gnu.org> Date: Tue, 16 Mar 2021 17:05:28 +0100 Message-ID: <87k0q7t77b.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Tue, Mar 16 2021, Ludovic Courtès wrote: >>> I sometimes run: >>> >>> guix refresh $(guix package -I | cut -f1) >>> >>> I’m not sure an extra ‘guix refresh’ option is warranted. WDYT? >> >> That's cool, I think your solution would suff [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 47163 Cc: 47163@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Tue, Mar 16 2021, Ludovic Courtès wrote: >>> I sometimes run: >>> >>> guix refresh $(guix package -I | cut -f1) >>> >>> I’m not sure an extra ‘guix refresh’ option is warranted. WDYT? >> >> That's cool, I think your solution would suff [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD On Tue, Mar 16 2021, Ludovic Court=C3=A8s wrote: >>> I sometimes run: >>> >>> guix refresh $(guix package -I | cut -f1) >>> >>> I=E2=80=99m not sure an extra =E2=80=98guix refresh=E2=80=99 option is = warranted. WDYT? >> >> That's cool, I think your solution would suffice. Maybe we could add it >> to the manual or cookbok? > > That=E2=80=99s a good idea. Do you want to propose a short section on th= is? Sure, I will send a followup patch to this.