Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26964 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8079 invoked by uid 1010); 14 Dec 2006 20:51:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 8062 invoked from network); 14 Dec 2006 20:51:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Dec 2006 20:51:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.82.231 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 66.249.82.231 wx-out-0506.google.com Linux 2.4/2.6 Received: from [66.249.82.231] ([66.249.82.231:12510] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/94-14414-919B1854 for ; Thu, 14 Dec 2006 15:51:08 -0500 Received: by wx-out-0506.google.com with SMTP id i27so589429wxd for ; Thu, 14 Dec 2006 12:50:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=kcbRiFpA6ah/Un1qKE7MZRi5QEKH7Gk7P96EgyySyMV+qVIj5zYv2Rjndxlg/y/Vb56s0yYnEkjUxA329r8URMVHwGBsaayBGkquVqAb7bsTvN+5DitOSNotMXKevm6GF7CkAiwZ5mFLOXDxLJ9wITahPzcowtL4TuPq7+E7t9I= Received: by 10.90.69.8 with SMTP id r8mr1043667aga.1166129431170; Thu, 14 Dec 2006 12:50:31 -0800 (PST) Received: from ?192.168.1.121? ( [204.101.63.110]) by mx.google.com with ESMTP id q18sm3099342qbq.2006.12.14.12.50.28; Thu, 14 Dec 2006 12:50:30 -0800 (PST) In-Reply-To: <4578.216.230.84.67.1166129302.squirrel@www.l-i-e.com> References: <10536315-883E-4C1A-AF35-386DF4D73F84@prohost.org> <002c01c71f69$a77924f0$64c8a8c0@balefirehome> <4578.216.230.84.67.1166129302.squirrel@www.l-i-e.com> Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <38E90E42-C1D9-4268-9705-568708B31F2B@prohost.org> Cc: "Sander Steffann" , "PHP internals" Content-Transfer-Encoding: 7bit Date: Thu, 14 Dec 2006 15:50:22 -0500 To: ceo@l-i-e.com X-Mailer: Apple Mail (2.752.3) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] mail() logging for PHP From: ilia@prohost.org (Ilia Alshanetsky) The full path is only for the log files, the header only contains the script name. As far as requests to include the domain name, we cannot do it reliably. In some instances value can be fakes or outright injected by the user, nor will this be at all useful for scripts running on the command line. Ilia