Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125428 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 5D5241ADACA for ; Wed, 4 Sep 2024 20:46:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1725482903; bh=MbOqDMRViyGyF1mCcMbfmykm6LrpIpAcNpCryWo72lk=; h=Date:From:To:CC:Subject:In-Reply-To:References:From; b=V0qGccM5g40ADpUkYU25/4mDU/2dBH7LlaRT28IKGdHUOhUry4gyPhmoPAgEn/t0a LbljxdNTeFjjNmMv2w90qQtYXtpT6lXb5lBPbbenPY8+dxRdCUmAiil4qHwajoQH4M 5UviTAw7yaWCA45GjCpa1M0Qjf13Etj9yWr0kpQXwUF0exYpMom+/0w6BuGzts398F w+Z1DQLWAIFK+B5dMJW+Ev8vSxL7VS7t3tv3lgW4NNylRA+eukTgOHoeR8CSz9gucG 3Hhzl3NOBMFaBtTHnb8lB7YAx/5mSviZD7T6rLIE5CsvILJFeWVuiR49lo3exXEKq8 +QX3h2VrBZyWA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 95D0B1801EC for ; Wed, 4 Sep 2024 20:48:21 +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, 4 Sep 2024 20:48:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1725482779; bh=MbOqDMRViyGyF1mCcMbfmykm6LrpIpAcNpCryWo72lk=; h=Date:From:To:CC:Subject:In-Reply-To:References:From; b=e1KqsDPl05BpCKzq3h/XkchiJM9KwdvEw2xVl6jUJfXhcwlQiXB3q2XqxQQZ13Bn5 CzSEtQi4Mjopd9AZBFV371K6zk9ZfblG3RbjbV9ERHMnGgFVZZ8LmeUaJL7jC7rA+O bQyj61Xs/DOBfMsXXYduz30h3hgatrcYNEaO3ud4bG9q99/B9mzX/lkYUSHs/75A/u sB83jKt1kVxDZXrvD7v0OQ7QSRJMUs2b9g9rJL/Ggg2KrWQUx2dO96Au3+2Twvg08r yqGh6RVtLKQSq63IvXrRjJt4jsI8rr4/mNyOhlkUUO2WD3eeF/E0GMPbBvbTLiZUR5 fsO1ZH5HYsLpg== 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 8AD9210C04F; Wed, 04 Sep 2024 21:46:19 +0100 (BST) Date: Wed, 04 Sep 2024 21:46:19 +0100 To: Rob Landers , internals@lists.php.net CC: systems@php.net Subject: Re: [PHP-DEV] weird error when saving RFCs User-Agent: K-9 Mail for Android In-Reply-To: <4596b8a9-2141-4511-8095-79253b7be901@app.fastmail.com> References: <8f59ae22-67dd-4241-93c3-c7a1e9b04634@app.fastmail.com> <6F28A8AD-6279-4211-9D1C-67FA47E93615@php.net> <4596b8a9-2141-4511-8095-79253b7be901@app.fastmail.com> Message-ID: <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=utf-8 Content-Transfer-Encoding: quoted-printable From: derick@php.net (Derick Rethans) 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 wro= te: >> >Hello Internals, >> > >> >I receive the following error when saving an RFC: >> > >> >There was an unexpected problem communicating with SMTP: Unexpected re= turn code - Expected: 250, Got: 554 | 554 5=2E5=2E2 <[i:p:v:6::addr]>: Helo= command rejected: invalid ip address >> > >> >>From what I can gather, whatever SMTP server it is connecting to does= n't understand ipv6 addresses=2E >> > >> >=E2=80=94 Rob >> It's best to email systems@ with this kind of issues=2E To diagnose thi= s, 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 fin= d out=2E It's not a list, just an alias @php=2Enet=2E >> And it really helps to have really accurate timings of when it happens = as the log is so noisey=2E > >It looks like it was at 19:07 GMT, today=2E Thankfully, the HTML source i= ncludes the current time of the last update=2E It only appears when saving = and leaving the "minor changes" box unchecked=2E I'll give it a look in the next few days=2E cheers Derick=20