Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97634 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86075 invoked from network); 9 Jan 2017 16:57:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jan 2017 16:57:09 -0000 Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.17.20 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.17.20 mout.gmx.net Received: from [212.227.17.20] ([212.227.17.20:64226] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3A/EC-31343-4E0C3785 for ; Mon, 09 Jan 2017 11:57:08 -0500 Received: from [192.168.2.109] ([217.82.227.120]) by mail.gmx.com (mrgmx103 [212.227.17.168]) with ESMTPSA (Nemesis) id 0MWkZL-1bxCfp45V5-00XwPg; Mon, 09 Jan 2017 17:56:51 +0100 To: Nikita Popov , Yasuo Ohgaki References: Cc: "internals@lists.php.net" Message-ID: <438c2044-9c79-3d4c-f708-f7ce54aae905@gmx.de> Date: Mon, 9 Jan 2017 17:56:49 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:sc4do/+A3N3z7hoMfhICp9xCd7xw4IgFl4xItcyQmO0msezBcKx 4EhiIzHS2HHuY0/Gxdnx1gnYdrgw5XFHRHT/bJa78HfPzWSgrHFFsODamIGvNBh33/KE0mq Xeo+yWkdiOkhbpM5U/49C4UBYwKp7DJwj5eoN3odQHBbRJ8gwwDVn0PB3roY68ho10ZpjA8 4UtPRPVMRK5jBDwHiWqIw== X-UI-Out-Filterresults: notjunk:1;V01:K0:wSSUl+sY73Q=:0xOBRo2OXaHiMJg28zDCLi DR1JyEo6YCTu1/fg4Hawfc2wRIvZntOT1dbQg6dJyMDa4ocl4JuJ9mxFjD17Nx8SNhuQ+SzRT SgNeOhqRvjYBrr4s6sf7Y9579PtIr3rPctZfIN11feifI+0OShp+0CZpPvSqRVjk/Wqfgp/ry gBDjvJ4050C3nNLZMyaPhdRMK5B74I6dPt+MEAVwXBCVvbp8XmuG+K+5L98pzvrp1JtqrGmV9 RaumONK22+RH9Jj50PhtusD6lCW7cFwJYxSh8ykjaZEpvN1Eus4lFCIUB/b46sXiUkaECtz8g izdLa3W6etoDMfztnfTmWNqjk9oC8qgph8cTXerAcTKnt3qbWJ3n34Fb+EpE6W1dfH69vwYYl ITCAPLvW799/+6e71AYAT2qSx50wPSpxkCWsmLrrIf9pf7f33l9IOJZsbY1MOnBOBeCPHnJor DNStbMKDEvHJ9NYU/IKaIYIm154bNdGf9UZnnt+D6uwjjdiTC4JhyLri57LZWkHnQh0l1YPgZ sGwFuDvswFLnNTmgQyKCkS0w1rEbfviMmEFO01Nt9M5moRGC/i5Cf02r8R/VuIcxJ8CpbE5kF FUx5+UltSYzn6NK8S4iZn6MyDPtJ6C5fhsFr9qqeb2bIoiQUScxqV7++hSKqukNgrJU7OcL0X iNCcv/2AR5AFGTkQZm8hPZ7fQ4tKIcGcC5oULmPNOE8H3X+Xgkz76FkkKLgUtoTtdPgeXC2TN JticWOYlevYi9+jjRTlGLlxfjxRSuHPQoaxOmO+wMab/cDCP72H4rCddPf3HszzOAnmTBRkN6 UfyZiQs Subject: Re: [PHP-DEV] Re: Improving mail() 5th parameter handling From: cmbecker69@gmx.de ("Christoph M. Becker") On 09.01.2017 at 17:23, Nikita Popov wrote: > On Sun, Jan 8, 2017 at 11:56 PM, Yasuo Ohgaki wrote: > >> Hi Nikita and all, >> >> On Mon, Jan 9, 2017 at 7:31 AM, Nikita Popov wrote: >> >>> Without this option, how do you specify the envelope sender? That seems >>> to be the primary use-case. >> >> >> Indeed, it seems it is. >> It could be set by mail.force_extra_parameters. I agree this isn't a great >> way to do, but the obstacle may help users to notice risks. >> >> Parameters must be validated still, but it will help in most cases and I >> don't mind writing patch for arrayed 'addtional_parameter'. In this case, >> I'll just fix this as normal bug fix and post proposed patch before commit. >> Any comments on this? > > Allowing an array for additional_parameter sounds reasonable. Before > committing a patch, please lets make sure that people from phpmailer and > other people familiar with the recent exploits verify it. See bug #73842. -- Christoph M. Becker