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=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25478 invoked from network); 28 Apr 2022 14:30:00 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 28 Apr 2022 14:30:00 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Thu Apr 28 10:28:02 -0400 2022 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 44f01b05 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Thu, 28 Apr 2022 07:27:50 -0700 (PDT) Message-ID: <32E64D93BDFA3777BF37AB3895FEC813@eigenstate.org> To: 9front@9front.org Date: Thu, 28 Apr 2022 10:27:49 -0400 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: open responsive XMPP over WEB2.0 session framework Subject: Re: [9front] Incoming mails disappearing Reply-To: 9front@9front.org Precedence: bulk Quoth sirjofri : > Hello all, > > For some time already I noticed that my incoming mails are sometimes > disappearing from my inbox. They have enough time to show up on my phone > (FairEmail client). First I thought it's only the mails I send to myself > via cron (for people asking: calendar output and a todo file), but it > just recently affected a mail I got from ori (who kindly sent the mail > again so I can read it). > > Here are some conditions for mails that are affected and also some > details: > > Only mails in my personal inbox (mbox directory) are affected. Mails that > are filtered and go to a different directory (ahemm, mailing lists) were > never removed from their directory. > > I can see the mails arriving on my phone for a short amount of time (~1 > second) and it feels like I can open them when I click the notification > fast enough. Sometimes however, I am just directed to my inbox directory > and the mail is missing. > > The mails are really removed, not just hidden from imap. I wasn't able to > find the mails in the box directories, the queue or any tmp directory > that's used while processing. > > I might have a weird configuration somehow. Did someone else notice any > similar issues? Any idea what might be wrong? > > Using upas for years now and the issue wasn't bad for me personally until > a day ago when ori sent me that mail... > > sirjofri The only thing I can think of here is an imap bug or a pipe bug. What happens if you put a log message and early return here: /sys/src/cmd/upas/imap4d/mbox.c:464: deletemsg(Box *box, Msgset *ms)