From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from pb-smtp2.pobox.com (pb-smtp2.pobox.com [64.147.108.71]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id F41741F55B for ; Thu, 11 Jun 2020 01:54:41 +0000 (UTC) Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id D1980646DB; Wed, 10 Jun 2020 21:54:40 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=sasl; bh=4tluwnFPhbEZus44GobpvYl9Mv4=; b=O4PQbX bLiQES9cN2DJLV4Uz0+pH9PW9yI10onB0nMhiZ+DDfuJbMV7HUQUZRjJe3Vvk0Lu QZtXTGC+ocRjsatNrMZEe3TySTA+2GWmKaXXgDh8CnOcsUIRP6riAyxjEAFjIuwL U0wCx9krb+IeSTB4w0TtjMCbMqkaaBz9c65xI= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id C90BE646DA; Wed, 10 Jun 2020 21:54:40 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:cc:subject:in-reply-to:references:date:message-id:mime-version:content-type; s=mesmtp; bh=l9KBWdP2xnPjuINu+3T2aD163UUMCKTtC8jbKWkVqkU=; b=imMd/tGSI1n/oR3qsBaDzj+fAqVxuSlKM6p5OCggpE6OjniX8NI8IBbLsUK/JZKdnUZ404rLE853l5rznZt9ZjOAX0goKadU0/I2GhhPgTEF0DzWjXcFM9bDAD9ORgOLeErQ/cnN7LnjEbgJI5oMvoK/a14Zc+IXfJ/yAc2cfsc= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 57F5C646D9; Wed, 10 Jun 2020 21:54:40 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] nntpd+imapd: detect replaced over.sqlite3 In-Reply-To: <20200611005753.GA30101@dcvr> References: <87r1unyjj0.fsf@kyleam.com> <20200609232407.GA27163@dcvr> <20200611005753.GA30101@dcvr> Date: Thu, 11 Jun 2020 01:54:39 +0000 Message-ID: <87eeqmqsdc.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 83394E40-AB86-11EA-BA27-D1361DBA3BAF-24757444!pb-smtp2.pobox.com List-Id: Eric Wong writes: > Anyways, the following patch (which goes on top of the imapd > stuff I posted yesterday) should fix it. Nice, thank you. (Looking forward to trying out the imapd stuff :))