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 25952 invoked from network); 18 Feb 2023 16:59:07 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 18 Feb 2023 16:59:07 -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 1pTQYC-00E9Is-Uh for ml@inbox.vuxu.org; Sat, 18 Feb 2023 10:59:04 -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 1pTQYC-000WUR-23 for ml@inbox.vuxu.org; Sat, 18 Feb 2023 10:59:04 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1pTQY7-000WUI-08 for ding@lists.math.uh.edu; Sat, 18 Feb 2023 10:58:59 -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 1pTQY4-00AbRe-Js for ding@lists.math.uh.edu; Sat, 18 Feb 2023 10:58:58 -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=R3Sb+RH4PupPuLxvcw3+vtTQRqk1wmYURRut6lYuNQ0=; b=ofMMkuKHL7ttqu0EPEmy5TNFMX sK+tksYlf8MyNMZDifwFadgYY+jUo/qRwedsB5Msf9MP6QkBhy09DR006yKeJzRdEr8xLnSpTy4yW Kbp61sUVFIRnLA7xLfWyUH+eALPpIx5eDhozfC2TpBlluH7KXnGmUBVgLjuaVstnguyc=; 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 1pTQXw-0006bb-6H for ding@gnus.org; Sat, 18 Feb 2023 17:58:51 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1pTQXt-0004QA-H4 for ding@gnus.org; Sat, 18 Feb 2023 17:58:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric Abrahamsen Subject: Re: nnimap displays wrong article after server move Date: Sat, 18 Feb 2023 08:58:38 -0800 Message-ID: <87bklqgbb5.fsf@ericabrahamsen.net> References: <87lel5zecb.fsf@dod.no> <87h6vtzdlp.fsf@dod.no> <87o7q0xw4v.fsf_-_@dod.no> <87k00oxvpw.fsf@dod.no> <87wn4mheyq.fsf@ericabrahamsen.net> <87y1owtals.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:inmGkFUwuKbr29JkFzbV9+ZpwRo= List-ID: Precedence: bulk Steinar Bang writes: >>>>>> 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. Oof! You're not the first to do something like this, and won't be the last, but it always hurts to lose mail.