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 5135 invoked from network); 25 Jun 2021 23:38:48 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 25 Jun 2021 23:38:48 -0000 Received: from outgoing.selfhost.de ([82.98.82.6]) by 1ess; Fri Jun 25 14:58:32 -0400 2021 Received: (qmail 4919 invoked from network); 25 Jun 2021 18:58:16 -0000 Received: from unknown (HELO mx03.bss-wf.de) (postmaster@emdtgvmf.mail.selfhost.de@84.190.147.108) by mailout.selfhost.de with ESMTPA; 25 Jun 2021 18:58:16 -0000 Received: by mx03.bss-wf.de (Postfix, from userid 1000) id 9CC703DD8E; Fri, 25 Jun 2021 20:58:16 +0200 (CEST) Received: from tnbW.pala (134.101.184.138.dynamic-pppoe.dt.ipv4.wtnet.de [134.101.184.138]) by mx03.bss-wf.de (Postfix) with ESMTPSA id 69DFE3DD78 for <9front@9front.org>; Fri, 25 Jun 2021 20:58:14 +0200 (CEST) Message-ID: <007BBC0B1E046D712A05F694E8C57E5C@bss-wf.de> To: 9front@9front.org Date: Fri, 25 Jun 2021 20:58:07 +0200 From: theinicke@bss-wf.de In-Reply-To: <724d657b-7522-7848-7c8c-97d8b9d0514f@bss-wf.de> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: asynchronous content-addressed descriptor STM ACPI replication DOM layer Subject: Re: [9front] Mailing list mails completely lost? Reply-To: 9front@9front.org Precedence: bulk Just as an update, going to be quite now: In the meantime both my last mails got delivered to my mailbox (the aforementioned mails are still in limbo). Also if someone likes the script, I have changed it to take all the mail files into account: #!/bin/rc argv0=$0 fn usage { echo usage: $argv0 '[-ds datestart] [-de dateend] searchstr' >[1=2] exit 'usage' } datestart=() dateend=() while(~ $1 -*){ switch($1){ case -ds datestart=$2 shift case -de dateend=$2 shift case * usage } shift } if(! ~ $#* 1) usage searchstr=$"1 ramfs mkdir /tmp/mails for(f in `{ls | sed -n '/^[0-9]+\.[0-9][0-9](\.tmp)?$/p' | sort -rn}) { date = `{echo $f | sed 's/\.[0-9][0-9](\.tmp)?$//'} if(~ $#datestart 0 || test $date -ge $datestart) { if(~ $#dateend 0 || test $date -le $dateend) { if(grep -i $"searchstr <$"f >/dev/null) { aux/stub /tmp/mails/^$f bind $f /tmp/mails/^$f } } } } -- Tobias Heinicke Quoth Tobias Heinicke : > Interestingly enough my last mail was not delivered to me (sent with > acmemail(1)) while the former was - this made me think that my mail > server may not like something in the header, but comparing > 1624575618.00 (which I have not received) > 1624544584.00 (which I have received) with each other this does not seem > to be the case as those mail headers are almost identical.. > > Anyway this mail is mostly for testing but also if someone experiences > something similar and has not yet got a better way to find something in > the archive, I have wrote the attached script for dealing with the archive. > > Ex: > Out of the 5 mails the following provided me the only one that I have > not received is 1624575618.00: > > cpu% 9fs 9front.org > cpu% cd /n/9front.org/lists/9front > cpu% mails/find -ds `{seconds '20 Jun 2021'} -de `{seconds '27 Jun > 2021'} 'From: igor@9lab.org' > > -- > Tobias Heinicke > > On 6/25/21 1:29 AM, Stanley Lieber wrote: > > On June 24, 2021 6:46:07 PM EDT, igor@9lab.org wrote: > >> Quoth ori@eigenstate.org: > >>> Quoth Stanley Lieber : > >>>> On June 24, 2021 3:37:43 PM EDT, Kurt H Maier wrote: > >>>>> On Thu, Jun 24, 2021 at 09:05:44PM +0200, Tobias Heinicke wrote: > >>>>>> Anyhow I had send the following mail and it was never delivered (or at > >>>>>> least I have not received it from the ML): > >>>>> > >>>>> I got this message. > >>>>> Received: (qmail 75698 invoked from network); 21 Jun 2021 10:59:06 -0700 > >>>>> > >>>>> > >>>>> khm > >>>>> > >>>> > >>>> me too. > >>>> > >>>> sl > >>> > >>> The mailing list archives are available over 9p. > >>> if you're not sure that a message arrived, you > >>> can check. > >> > >> There is also the following web based mailing list > >> archive: > >> > >> • https://inbox.vuxu.org/9front/ > >> > >> …mainly useful if you are on a non Plan9 system > >> without access to 9p or you want to link to posts > >>from a web page. > >> > >> > >> > >> > > > > I was not aware this existed. > > > > sl > > >