Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97854 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4462 invoked from network); 18 Jan 2017 09:58:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2017 09:58:11 -0000 Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.218.46 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.218.46 mail-oi0-f46.google.com Received: from [209.85.218.46] ([209.85.218.46:34375] helo=mail-oi0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/56-00729-23C3F785 for ; Wed, 18 Jan 2017 04:58:10 -0500 Received: by mail-oi0-f46.google.com with SMTP id m124so4197770oif.1 for ; Wed, 18 Jan 2017 01:58:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=FbPcgPWNEwKdXR61r8gBVYEW8zXHHLYbmibnacIscLY=; b=MqcE27W7X+mjy4h02fKbLGblS0sz4WsJL7GjCgIZ/EHyf7yqpmcSWAkVooDuTY9Io1 pz//DCmtdpVYUOY8ohi5IM0n5ncvb25Ww4j/y98Har6IKtaHHMc3ZqkYrzEd9L29P1yA sdMlhmUWTCc1SAlg1IETmwRhPPbQp7QLhE4FE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=FbPcgPWNEwKdXR61r8gBVYEW8zXHHLYbmibnacIscLY=; b=ltA5HZsnWkqPiBwLYdvUqC8idrzzeregxVoG9zZpzLWVjpql7Lx22ku4kr8+KUCP0Q VWUTtIM1u6mCPmUDkFIj6ZysNMrw70FIEcH4q4onG5jEgvHH220HWgQgdkm2uJabJ5s6 PuEm6Z+Kg7BGALF3XR6C9ch/BVkw9kRsWQbTN98wR+25rz4gJudgTBMXzUuUGsiuJ/dZ 9+lQL+zG5iHiHq+VT7dx2dJnV6q+L3IA8H7cO6jrdA5vwWn282KgOReD2c6KnFtXI4FL ZGouILX5Tm9SgqyG4guni/lEFhOE0xgThphuV7AdsoDFAom1xvUKxHROql1yT9OVFMOH 7C1g== X-Gm-Message-State: AIkVDXLkipTdmOZhVjn25UG+YsY2bhP0HQmbdtjv182hV4wEnDihsTfQTVgAnCfa6c0FIFKBsP+zGti/ufVNug== X-Received: by 10.202.63.7 with SMTP id m7mr1265479oia.170.1484733487532; Wed, 18 Jan 2017 01:58:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.202.222.133 with HTTP; Wed, 18 Jan 2017 01:58:07 -0800 (PST) In-Reply-To: References: Date: Wed, 18 Jan 2017 11:58:07 +0200 Message-ID: To: Yasuo Ohgaki Cc: Stanislav Malyshev , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113dd4021c660905465b742b Subject: Re: [PHP-DEV] Improving mail() 5th parameter handling From: narf@devilix.net (Andrey Andreev) --001a113dd4021c660905465b742b Content-Type: text/plain; charset=UTF-8 Hello, On Wed, Jan 18, 2017 at 2:20 AM, Yasuo Ohgaki wrote: > > If anyone know more chars should be allowed, please comment. > e.g. XYZ sendmail requires "sendmail -f='sender'" style. > Here's a gist containing a lot of information about the issue: https://gist.github.com/Zenexer/40d02da5e07f151adeaeeaa11af9ab36 Cheers, Andrey. --001a113dd4021c660905465b742b--