Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125506 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 547CE1A00BD for ; Wed, 11 Sep 2024 14:18:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1726064405; bh=rYvKU3ffMoIfKHpobT9qxbQBH0FOeiuYL1fd+hGGPgI=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=Y4sppb9zfkTGlyVe37Ux0vcWk0CLlWQM4zfhPH/yCWW3TDvO6uDoxyBnpJOiG1gJw Sdi6VqeYcF047Egecb51JAzlfVm8ohYEaw/nVhbDHOUmGd73dbkowoRblaoG9Qm4VM MlmilXDfzSlvPgOU0WmN2PfO1bXHM/onA9NRZdHvSG6uddDiVb6Fh+kXwOrF0EWNtv KX/UE17Nn0gGxqaJMBoRf1gyIcOuiudFrGvKbFn5b+8gw6I8mZcEe75noVmZhuTizm GupL/2WLCiuTDdfeIOElc7ii80qKk43CC9Qjfbb9yUXr7riPEYoKIXJAUYuV6ykLx1 0GkRmmumMDNaw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 05312180032 for ; Wed, 11 Sep 2024 14:20:05 +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)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 11 Sep 2024 14:20:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1726064281; bh=rYvKU3ffMoIfKHpobT9qxbQBH0FOeiuYL1fd+hGGPgI=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=Be+wExMK+9qhc0/Sx4mHyYAbTjm29S7b1/fvV6t7AYGqv+PdsxVZS2vxfkch3yDAN 1+SH1EszInwAY/Xv1loqmHYI9Mz0bey3vjruiP1vCRfprn8iyyV4ouL3TEv2hG+2PW xLq85yKu52F6qjT0ZMjYYEaO7LFdAt/qU8VQJuOdeVSIcIy2cTzPRSi3ai+Zqrehce 5JLuoIODjXG+8YUamSRPFieptAuFD/7tIfQBg+4InvpHFtneUmjxKgsyAFDcoLUsvl //YT3e22LNg8qETwbCV02WpEQPNeysgEJUskzYGjkI7gSIo4f1Rhm/unsID16BC/l5 XpbOxfKqtRxVw== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 779DC10C00E; Wed, 11 Sep 2024 15:18:01 +0100 (BST) Date: Wed, 11 Sep 2024 15:18:01 +0100 (BST) To: Rob Landers , internals@lists.php.net cc: systems@php.net Subject: Re: [PHP-DEV] weird error when saving RFCs In-Reply-To: <6E4A5B1F-8DB9-4F51-BCA4-72B654F35E30@php.net> Message-ID: References: <8f59ae22-67dd-4241-93c3-c7a1e9b04634@app.fastmail.com> <6F28A8AD-6279-4211-9D1C-67FA47E93615@php.net> <4596b8a9-2141-4511-8095-79253b7be901@app.fastmail.com> <6E4A5B1F-8DB9-4F51-BCA4-72B654F35E30@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=US-ASCII From: derick@php.net (Derick Rethans) On Wed, 4 Sep 2024, Derick Rethans wrote: > On 4 September 2024 21:32:10 BST, Rob Landers wrote: > >On Wed, Sep 4, 2024, at 22:26, Derick Rethans wrote: > >> On 4 September 2024 21:15:55 BST, Rob Landers wrote: > >> > > >> >I receive the following error when saving an RFC: > >> > > >> >There was an unexpected problem communicating with SMTP: > >> >Unexpected return code - Expected: 250, Got: 554 | 554 5.5.2 > >> ><[i:p:v:6::addr]>: Helo command rejected: invalid ip address > >> > > >> >From what I can gather, whatever SMTP server it is connecting to > >> >doesn't understand ipv6 addresses. > >> > >> It's best to email systems@ with this kind of issues. To diagnose > >> this, do you get this every time you save something? > > > >Thanks! I'm not sure if I am a member of that list or not; one way to > >find out. > > It's not a list, just an alias @php.net. > > >> And it really helps to have really accurate timings of when it > >> happens as the log is so noisey. > > > >It looks like it was at 19:07 GMT, today. Thankfully, the HTML source > >includes the current time of the last update. It only appears when > >saving and leaving the "minor changes" box unchecked. > > I'll give it a look in the next few days. I had a look just now, and tried it out. But I can't reproduce the error. cheers, Derick