Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125425 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 2B1531A00BD for ; Wed, 4 Sep 2024 20:26:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1725481693; bh=e1cu4KiuNFxf79HzWx7hnyM/za3wdDkSjKttm1YYGFM=; h=Date:From:To:CC:Subject:In-Reply-To:References:From; b=ni03AlSpnL8CyglKxqqM83sgAZz1SRLljCjbkGgm7SAoxc2/nfdX6ODCz7NOdEZzW Pnt9BlgddobbyZwLk8rvNnnjJnZ4aFzarlrPDnP2dCGWlx0cWdQm5bT/NV9SXhObpR YBSZ7tVMuHQC/7Cshc7orGAaz91VdSjCPcBVOhL60EEuOE/r+TylQaToQx0+tmwo4B PsvpQ7+CnLXlOYWWC/wrI+DztHzfhIgOMQ61sLvzGDJp7u2Fl7A6uom7mtYoceJcFu gwCcI4uoRFy3Zs1Hvmhama8tJvVgkGIzLofWnessWZEWWf/Xg62L/QZjglNNTBWpQj F0898GMN1Tl3w== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4069E180055 for ; Wed, 4 Sep 2024 20:28:13 +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=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL 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]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 4 Sep 2024 20:28:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1725481573; bh=e1cu4KiuNFxf79HzWx7hnyM/za3wdDkSjKttm1YYGFM=; h=Date:From:To:CC:Subject:In-Reply-To:References:From; b=V5DdZ8SSZgbxZWxp0qNy0kAByly6Gzd2llv0TySVQh/wcf/AdpFe+0S5CxClDJE4q kPJYKGJ/+KPhEt19VCF2EYE2kIcg+Fg1/PlF9J1O/VIficsTN92Zn7eXY7Rf9mhpbt 7hxiXm12xb69rp0NHewwhXLaEQ9HhfBQJv0+MaCKYeaEwUT1oAXWJlYs6rE1FF1S9Y fTT5SGYZLbODPMTmRmjoDGeO6a0X8nFIMmNCBQxmtYOKR6pK6RYkRmT3ETLqrw7f5G pKVFnZKNXAdEFiPOjyCfaVlsjvilEPWrS4chOI+zyCcm4e6diN4v3bXMLWEgfi/+bQ TSuOOrdNxlbIg== Received: from [127.0.0.1] (host86-190-99-134.range86-190.btcentralplus.com [86.190.99.134]) by xdebug.org (Postfix) with ESMTPSA id 8902110C04F; Wed, 04 Sep 2024 21:26:13 +0100 (BST) Date: Wed, 04 Sep 2024 21:26:13 +0100 To: internals@lists.php.net, Rob Landers CC: systems@php.net Subject: Re: [PHP-DEV] weird error when saving RFCs User-Agent: K-9 Mail for Android In-Reply-To: <8f59ae22-67dd-4241-93c3-c7a1e9b04634@app.fastmail.com> References: <8f59ae22-67dd-4241-93c3-c7a1e9b04634@app.fastmail.com> Message-ID: <6F28A8AD-6279-4211-9D1C-67FA47E93615@php.net> Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: derick@php.net (Derick Rethans) On 4 September 2024 21:15:55 BST, Rob Landers wrote: >Hello Internals, > >I receive the following error when saving an RFC: > >There was an unexpected problem communicating with SMTP: Unexpected retur= n code - Expected: 250, Got: 554 | 554 5=2E5=2E2 <[i:p:v:6::addr]>: Helo co= mmand rejected: invalid ip address > >>From what I can gather, whatever SMTP server it is connecting to doesn't= understand ipv6 addresses=2E > >=E2=80=94 Rob It's best to email systems@ with this kind of issues=2E To diagnose this, = do you get this every time you save something? And it really helps to have really accurate timings of when it happens as = the log is so noisey=2E cheers Derick