From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 32746 invoked from network); 17 Feb 2023 18:23:42 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 17 Feb 2023 18:23:42 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pT5OV-00Daig-9l for ml@inbox.vuxu.org; Fri, 17 Feb 2023 12:23:39 -0600 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.96) (envelope-from ) id 1pT5OU-000Uwm-3C for ml@inbox.vuxu.org; Fri, 17 Feb 2023 12:23:39 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1pT5OR-000Uwd-0b for ding@lists.math.uh.edu; Fri, 17 Feb 2023 12:23:35 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pT5OO-00A4a0-MT for ding@lists.math.uh.edu; Fri, 17 Feb 2023 12:23:34 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=5oCXGB1tn/0wCgV+haavh3Xms/EkAfBIQsrHdwZn8rQ=; b=Zsami418+egizY1ag/P1Vzc4Eo PQkOOMU/AUQK+LpypJR47oIRxhIxHyK7B1d5msXBMa+rzkplOsh1FHEAoBcuE2LbyXK8R2KlRCIQn dpdE/De4ESM4HcsM8c9zyledzhwAcQaeL0CshBSNCElbNyXV9ZXvgwB/9HuuZFmmIZJk=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pT5OE-0004KT-Pv for ding@gnus.org; Fri, 17 Feb 2023 19:23:26 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1pT5OB-0009VH-Ft for ding@gnus.org; Fri, 17 Feb 2023 19:23:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Steinar Bang Subject: Re: nnimap displays wrong article after server move Date: Fri, 17 Feb 2023 19:23:11 +0100 Organization: Probably a good idea Message-ID: <87y1owtals.fsf@dod.no> References: <87lel5zecb.fsf@dod.no> <87h6vtzdlp.fsf@dod.no> <87o7q0xw4v.fsf_-_@dod.no> <87k00oxvpw.fsf@dod.no> <87wn4mheyq.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Cancel-Lock: sha1:ifomXeGFo+seh4HGCdE9bKm9Arw= Mail-Copies-To: never List-ID: Precedence: bulk >>>>> Eric Abrahamsen : > If `gnus-agent-cache' is t, and data is present, Gnus will prefer the > agent data for that server, even if it's no longer agentized. You'd > have to shut the agent all the way off (`gnus-agent' -> nil) to ignore > that data. Yeah, it's really, really, really, head-thumping-in-table time... Gnus and gnus agent is not to blame. dovecot is not to blame. I and only I am to blame. Yesterday's email was wiped today, and now I knew for sure I hadn't deleted anything, even though deleted spam was back... so I looked again, and my user's crontab on the mailserver had this thing syncing from the old server (slightly anonymized server name): 0 5 * * * rsync -4 --archive --delete oldserver.mydomain.no:Maildir . So basically all email received from february 6 (when I switched servers) and until last midnight is gone, because of --delete. And heh... the gnus agent that could have helped me, I've also deleted, since I thought it was to blame. Oh well! In 100 years' etc. etc. (And yes. The rsync line has ben scrubbed from my crontab...)