Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122457 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 3DA7B1AE0FD for ; Thu, 22 Feb 2024 14:05:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1708610737; bh=ku3vPnFLXLFPY40w9dqIoKfzFlq1QDmDRYzVfYyoa6w=; h=Date:From:To:Subject:In-Reply-To:References:From; b=nWdPWfkkJuLvIfXht+wykMZwjOLBgV/S+cmw+/+LfiAB7QW54jwVYV+GtNsvt5X95 C8JtaMQMMKU/ctrAfb4c/WwNgY7yJ5Q9vtYPPN2P6C8DvZQZN5EDkGO3YK90YEJnZ3 Lh5q421zlkTGLtrLlHjYabcjlaaKgdeBu5Lr/dBq7lt9+Upi3fmvs36gWiAfQ1VCt8 vQ4mMuGJTLe+WFfyeKlc7+DSqpPI/s+6u5PXk8cLzUf9I/ReJ09QAIiVc6m8WbmQGR tHXQxuEc96nUPTRnPlNVg6sWTUxK5x8Bije/VuNvkhLFf+nsgPaQM7Ehxv1mMBg4ab kJyAvBIRMAmfQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 72BCC18038C for ; Thu, 22 Feb 2024 14:05:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: * X-Spam-Status: No, score=1.6 required=5.0 tests=BAYES_50,DMARC_MISSING, SPF_HELO_PASS,SPF_NEUTRAL,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) by php-smtp4.php.net (Postfix) with ESMTP for ; Thu, 22 Feb 2024 06:05:31 -0800 (PST) Received: from [127.0.0.1] (unknown [199.244.120.228]) by xdebug.org (Postfix) with ESMTPSA id 2F8DB10C53C; Thu, 22 Feb 2024 14:05:24 +0000 (GMT) Date: Thu, 22 Feb 2024 09:05:22 -0500 To: internals@lists.php.net Subject: Re: [PHP-DEV] What's up with emails? User-Agent: K-9 Mail for Android In-Reply-To: References: Message-ID: Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: derick@php.net (Derick Rethans) On 22 February 2024 08:52:49 GMT-05:00, Robert Landers wrote: >I have noticed quite a number of emails appearing on externals but not >appearing in my inbox=2E I randomly get an email saying: > >Hi, this is the Mlmmj program managing the >mailing list=2E > >Some messages to you could not be delivered=2E If you're seeing this >message it means things are back to normal, and it's merely for your >information=2E > >Here is the list of the bounced messages: >- 122446 >- 122448 > >But I can clearly see far more than that in externals that are never rece= ived=2E > >IIRC from the email spec and internet customs, soft-bounces should be >retried for a number of days (though I have no idea why gmail >soft-bounced the messages, maybe rate-limiting?)=2E > >If I'm using gmail and not getting emails, how many other people are >also not getting emails on this list? Lots=2E Gmail is rejecting emails after we moved the servers without telling us wh= y, in enough detail to do anything about it=2E We can put a delay in delivering to Gmail, but that means mails get delaye= d for days=2E So my advice would for now to not rely on Gmail while we figure out how to= improve this=2E cheers Derick