Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122470 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 B7AE41ACEBF for ; Thu, 22 Feb 2024 18:51:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1708627879; bh=S/vIMUn1dLEUiDAZnfmANLfHEB5hmMG1B379Y9mw3EA=; h=Date:Subject:To:References:From:In-Reply-To:From; b=I/bQBsiQmLFH4bDjjIAQymA8Y9Cp8gzUQH7XWDE/dfgOt9/ja5pDU9/0WYKQ//A60 ZsW+OzZ/lJffPs3GZ/enQGBNBDTDCGlVOYxsvU0+N3/v5yi7YmolVbaJnd1mrBGNq2 uXKAppAdHuLPVwWfxHOYkCPmcT4vyp9KVsmYIQC5mEyUjY/XYEwiRMo/H0NYQfwVyO kl+n06eEZgnANk6RPkiMoPIsaRAJdJ2fVGfxYkJNsi0FRomDeRohQdmWbRu+JyWfGx BSpKw5WSHUNoWzKWUI6a1Vb53DLufKsWtQtLF4Od8AJt1bxssIzjPB6WZFeGm55gjz Fh7t+oiUtGMMA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4585A1806DE for ; Thu, 22 Feb 2024 18:51:19 +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=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 22 Feb 2024 10:51:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1708627872; bh=r0vocxdLJu7D+DKgL8tgNP6jlj/FHUQgr33e+I1+Hf4=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=PWrMzh2o00l68g5RLDaD0GpkdZ9wlEWkTkQQMwZ+/nnW/gxxNnhXq9p3zaO3RZ6KD OSe8/jFphjhGQreyM+9yZNNsCALniVUgaKIOZaP3AqIbRF6ezLLu7z7fBk53UCtKZu hhdSvoyPXvsGV7E14GNRYy0AeCKLxHJzcCt1UgwO1M3U4tgYS17842OFIgtfv0IPLA kIN9RhpRLxX7EtaQmnlSaMIdPSWbbDvJ/0d0kiFRhHpXUfEh8j6FdEWlPXdOleGEn7 wQB18ZFL8nJA5+lJJJRakVI+V/5du8AI/r9V6sQtu9W/sEZTh8wxsrqUkh2jC+TS2Q KC1TbjI/7q8Cg== Message-ID: <029ea9c1-727c-4a56-888e-f66a964e561f@bastelstu.be> Date: Thu, 22 Feb 2024 19:51:11 +0100 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Subject: Re: External Message: Re: [PHP-DEV] What's up with emails? Content-Language: en-US To: Michael Kliewe , internals@lists.php.net References: <10e775ea-4d0b-4a1b-a895-a6ae95136fec@phpgangsta.de> In-Reply-To: <10e775ea-4d0b-4a1b-a895-a6ae95136fec@phpgangsta.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: timwolla@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 2/22/24 15:44, Michael Kliewe wrote: > 1. Don't change the content or the DKIM-signed headers of the email (do > not prepend something in the subject). Then the original DKIM signature > stays valid and the From:-header can stay untouched > Strong +1 for that one. I've suggested the same in the past, unfortunately without much success so far. Best regards Tim Düsterhus