From unknown Fri Aug 22 01:03:52 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#11549 <11549@debbugs.gnu.org> To: bug#11549 <11549@debbugs.gnu.org> Subject: Status: auto-revert doesn't revert file permissions as revert-buffer does Reply-To: bug#11549 <11549@debbugs.gnu.org> Date: Fri, 22 Aug 2025 08:03:52 +0000 retitle 11549 auto-revert doesn't revert file permissions as revert-buffer = does reassign 11549 emacs submitter 11549 Barry OReilly severity 11549 wishlist tag 11549 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Wed May 23 19:57:38 2012 Received: (at submit) by debbugs.gnu.org; 23 May 2012 23:57:38 +0000 Received: from localhost ([127.0.0.1]:41128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SXLQw-0001dz-9P for submit@debbugs.gnu.org; Wed, 23 May 2012 19:57:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34551) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SXLB4-0001IH-En for submit@debbugs.gnu.org; Wed, 23 May 2012 19:41:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXLA8-00038E-7u for submit@debbugs.gnu.org; Wed, 23 May 2012 19:40:17 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:33917) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXLA8-000387-1v for submit@debbugs.gnu.org; Wed, 23 May 2012 19:40:16 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXLA5-0002qb-Us for bug-gnu-emacs@gnu.org; Wed, 23 May 2012 19:40:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXLA3-00037T-SU for bug-gnu-emacs@gnu.org; Wed, 23 May 2012 19:40:13 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:41484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXLA3-00036r-Ls for bug-gnu-emacs@gnu.org; Wed, 23 May 2012 19:40:11 -0400 Received: by yhr47 with SMTP id 47so8729846yhr.0 for ; Wed, 23 May 2012 16:40:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Y7mzTnIHiZEf01ZCd2peIOXKE1ye484LhqqugCmcyr4=; b=mqvSrlcFfCO7Yej/KcLwByi7ePx2MXT/ic6oKueKcWZyevHy4pifAwHygGNfpUq9tv Oe+mCWTs/zr/wBprC/5Sf2E3lxBM0VFegRmZJEExUgqPWV50JHL9KfpLkvgN6hrn56xb UslSkPy5vB3y2oCvBUqpF84n/fwoRh9pgH7xCRnSDAL9H9Aj50ioqx63Nq/3YZSHYlNF UJAcPh3V3G0sltLykhtA+e8nDlMJeTzqbJd7WxhetjJIQMKaLpnCdklAcx0Pi1Cw+U3L xJ36DN7KMlzoQ+VddfKVcdVcNsGci4f4oMKMJ67joKp7MSljkWH3sUijdCzBrqD6IWgy JzyQ== MIME-Version: 1.0 Received: by 10.60.0.129 with SMTP id 1mr28338077oee.33.1337816408820; Wed, 23 May 2012 16:40:08 -0700 (PDT) Received: by 10.182.28.194 with HTTP; Wed, 23 May 2012 16:40:08 -0700 (PDT) Date: Wed, 23 May 2012 19:40:08 -0400 Message-ID: Subject: auto-revert doesn't revert file permissions as revert-buffer does From: Barry OReilly To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 23 May 2012 19:57:37 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) To reproduce this bug minimally: Use a .emacs with only: (global-auto-revert-mode 1) (setq revert-without-query (quote (".*"))) Create foo.py: # aaa # bbb Set permissions on foo.py: -r-xr-xr-- 1 boreilly ccgoesr 13 May 22 09:12 foo.py Open foo.py in Emacs. In a terminal: chmod u+w foo.py Wait several seconds, inserting text yields error: Buffer is read-only: # Open foo.py with vim and add text: # aaa blah # bbb The blah string appears in Emacs. Insertion still fails with error: Buffer is read-only: # Do: M-x revert-buffer Insertion now works. I would think if revert-buffer updates permissions that auto-revert would too. An information dump from report-emacs-bug follows. In GNU Emacs 23.4.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4) of 2012-03-19 on [cut] Windowing system distributor `The X.Org Foundation', version 11.0.70101000 configured using `configure '--prefix=[cut]/sw/emacs-install' '--with-gif=no'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=none locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Python Minor modes in effect: global-auto-revert-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: i M-x r e p o r t - e m a c s - b u g Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Note: file is write protected Buffer is read-only: # Load-path shadows: None found. Features: (shadow sort mail-extr message sendmail regexp-opt ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock sha1 hex-util hashcash mail-utils emacsbug python-21 python easymenu comint ring autorevert tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind system-font-setting font-render-setting gtk x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Wed May 23 20:18:01 2012 Received: (at control) by debbugs.gnu.org; 24 May 2012 00:18:01 +0000 Received: from localhost ([127.0.0.1]:41134 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SXLkf-00026N-CX for submit@debbugs.gnu.org; Wed, 23 May 2012 20:18:01 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:55600 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SXLkd-00026C-7J for control@debbugs.gnu.org; Wed, 23 May 2012 20:18:00 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SXLjm-0002GJ-Ms for control@debbugs.gnu.org; Wed, 23 May 2012 20:17:06 -0400 Date: Wed, 23 May 2012 20:17:06 -0400 Message-Id: Subject: control message for bug 11549 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) forcemerge 11412 11549 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 02 02:24:17 2021 Received: (at 11549) by debbugs.gnu.org; 2 Jun 2021 06:24:17 +0000 Received: from localhost ([127.0.0.1]:38488 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loKIa-0007WJ-L1 for submit@debbugs.gnu.org; Wed, 02 Jun 2021 02:24:16 -0400 Received: from quimby.gnus.org ([95.216.78.240]:53986) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loKIY-0007Vx-Rj; Wed, 02 Jun 2021 02:24:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ZrcfpYaTzvBlKQiH4zau0d95TaFCZYabJqgiBkjjF4o=; b=n1pqrwa6/cAVR3y5OLos6k9CXU uqPC7qKZq+nA1qu8DMJkPsPXoFIgeCz6zkvsLL+ghFsY4zjCu+9SwkF1GZPnxOS0RyWWOy3AEcNg4 jaHQRyxlfiaeG/sbHwmdACem0Idn2c1IFEcM3ff8NdQfh6gFdjS7zJ7hVGON+tSLyoMk=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1loKIO-0002fl-VE; Wed, 02 Jun 2021 08:24:08 +0200 From: Lars Ingebrigtsen To: Barry OReilly Subject: Re: bug#11412: 24.0.95; auto-revert-mode doesn't revert buffer when file becomes writeable References: X-Now-Playing: Bobbi Humphrey's _Blacks and Blues_: "Just A Love Child" Date: Wed, 02 Jun 2021 08:24:02 +0200 In-Reply-To: (Barry OReilly's message of "Wed, 23 May 2012 19:40:08 -0400") Message-ID: <87a6o8943h.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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 @@CONTACT_ADDRESS@@ for details. Content preview: Barry OReilly writes: > Open foo.py in Emacs. > > In a terminal: > chmod u+w foo.py > > Wait several seconds, inserting text yields error: > Buffer is read-only: # Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 11549 Cc: 11412@debbugs.gnu.org, 11549@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: -1.7 (-) Barry OReilly writes: > Open foo.py in Emacs. > > In a terminal: > chmod u+w foo.py > > Wait several seconds, inserting text yields error: > Buffer is read-only: # (I'm going through old bug reports that unfortunately got no response at the time.) This has been fixed in the years since this was reported. > Open foo.py with vim and add text: > # aaa blah > # bbb > > The blah string appears in Emacs. Insertion still fails with error: > Buffer is read-only: # > > Do: M-x revert-buffer > > Insertion now works. This is apparently a feature added in 2004: commit 90e118abf2dcc4aca4d7a7642247fa488554351e Author: Luc Teirlinck AuthorDate: Fri Sep 3 22:28:10 2004 +0000 ;; Bind buffer-read-only in case user has done C-x C-q, so as ;; not to forget that. This gives undesirable results when ;; the file's mode changes, but that is less common. (let ((buffer-read-only buffer-read-only)) ... (revert-buffer 'ignore-auto 'dont-ask 'preserve-modes)))) So auto-reversion doesn't touch the buffer-readedness in case the user has set it manually. So I'm not sure whether we should change this behaviour here. Anybody got an opinion? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 02 02:24:21 2021 Received: (at control) by debbugs.gnu.org; 2 Jun 2021 06:24:21 +0000 Received: from localhost ([127.0.0.1]:38491 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loKIf-0007Wg-02 for submit@debbugs.gnu.org; Wed, 02 Jun 2021 02:24:21 -0400 Received: from quimby.gnus.org ([95.216.78.240]:54000) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loKId-0007W6-3N for control@debbugs.gnu.org; Wed, 02 Jun 2021 02:24:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=4864zOvL9ZUPpW1dzRMFuqBPta/09l63epohpeB7/KE=; b=phbWks0UsED2hL3Fw8aVQ7Wrpl pLvEiHLIIoHf96LMWvJ2hfL6CiZAAlgqPQeIKJt14ulvR3C+ugva2wqR95Fw2XeWlXUkyDOw0ntfc +vIEX9OdZm4mBo/8oGrJ02Mt6Atbz+y5qj/7GbBQKgRmjYL+4higDkkc8KDgoUVVhP5Y=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1loKIV-0002fw-Np for control@debbugs.gnu.org; Wed, 02 Jun 2021 08:24:13 +0200 Date: Wed, 02 Jun 2021 08:24:11 +0200 Message-Id: <878s3s9438.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #11412 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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 @@CONTACT_ADDRESS@@ for details. Content preview: tags 11412 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control 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: -1.7 (-) tags 11412 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 02 07:18:06 2021 Received: (at 11549) by debbugs.gnu.org; 2 Jul 2021 11:18:06 +0000 Received: from localhost ([127.0.0.1]:35104 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzHBN-0000Sy-Ru for submit@debbugs.gnu.org; Fri, 02 Jul 2021 07:18:06 -0400 Received: from quimby.gnus.org ([95.216.78.240]:52248) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzHBM-0000SP-Dq; Fri, 02 Jul 2021 07:18:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=utWUHt9+K8MnOn9yJyl0xoSnpoy0S6s3m7osRAvPOOY=; b=EJBH4YKlfg/IVV2Kku8lWIgUGQ iIaqh+zOZqwID5hEUQN4TMrjvonB/IHbWpbLDn9fbvBVmcjtrCIw5lKO1wdjmuyUbi9IwmrVn4hdZ zATvl5oilanpQBybraKgIWQpuMXJGH94jGBSZO96vC5sqYtSYgQ3w7mJraxISeu1StIA=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lzHBD-00088o-D2; Fri, 02 Jul 2021 13:17:58 +0200 From: Lars Ingebrigtsen To: Barry OReilly Subject: Re: bug#11412: 24.0.95; auto-revert-mode doesn't revert buffer when file becomes writeable References: <87a6o8943h.fsf@gnus.org> X-Now-Playing: Katie Gately's _The Wire Tapper 52_: "Waltz" Date: Fri, 02 Jul 2021 13:17:54 +0200 In-Reply-To: <87a6o8943h.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 02 Jun 2021 08:24:02 +0200") Message-ID: <87czs1ufq5.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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 @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > This is apparently a feature added in 2004: > > commit 90e118abf2dcc4aca4d7a7642247fa488554351e > Author: Luc Teirlinck > AuthorDate: Fri Sep 3 22:28:10 2004 +0000 > > ;; Bind b [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 11549 Cc: 11412@debbugs.gnu.org, 11549@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: -3.3 (---) Lars Ingebrigtsen writes: > This is apparently a feature added in 2004: > > commit 90e118abf2dcc4aca4d7a7642247fa488554351e > Author: Luc Teirlinck > AuthorDate: Fri Sep 3 22:28:10 2004 +0000 > > ;; Bind buffer-read-only in case user has done C-x C-q, so as > ;; not to forget that. This gives undesirable results when > ;; the file's mode changes, but that is less common. > (let ((buffer-read-only buffer-read-only)) > ... > (revert-buffer 'ignore-auto 'dont-ask 'preserve-modes)))) > > So auto-reversion doesn't touch the buffer-readedness in case the user > has set it manually. So I'm not sure whether we should change this > behaviour here. Anybody got an opinion? Nobody had an opinion, and I think this is working as designed, and I'm closing this bug report. If I misunderstood the issue, please respond to the debbugs address and we'll reopen. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 02 07:18:10 2021 Received: (at control) by debbugs.gnu.org; 2 Jul 2021 11:18:10 +0000 Received: from localhost ([127.0.0.1]:35109 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzHBS-0000TM-FV for submit@debbugs.gnu.org; Fri, 02 Jul 2021 07:18:10 -0400 Received: from quimby.gnus.org ([95.216.78.240]:52264) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzHBQ-0000Sm-OY for control@debbugs.gnu.org; Fri, 02 Jul 2021 07:18:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=bz5R2FCW14t7k3hBMcNXbbsdKnziGgtzolE7kPcWmw4=; b=qZeICcLvzJDyhEpwD2O0n/m6Gs pvrsZ2OBDwmmwKa3stIiiEDWEvSn02sv95cebJ5bKde6c/CtZp5WmSXLUvMGXYzz4PAC73x1UBcV2 tKFxA3+LFD11W+e5fjNqJnWm0372XvQZ39DMJ7X7q0WGyN2c1CJ5DAb2cC4pc12Mo8x4=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lzHBJ-00088w-4W for control@debbugs.gnu.org; Fri, 02 Jul 2021 13:18:03 +0200 Date: Fri, 02 Jul 2021 13:18:00 +0200 Message-Id: <87bl7lufpz.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #11412 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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 @@CONTACT_ADDRESS@@ for details. Content preview: close 11412 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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: -3.3 (---) close 11412 quit From unknown Fri Aug 22 01:03:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 30 Jul 2021 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator