Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28946 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83799 invoked by uid 1010); 22 Apr 2007 11:22:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83770 invoked from network); 22 Apr 2007 11:22:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Apr 2007 11:22:41 -0000 Received: from [127.0.0.1] ([127.0.0.1:21317]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id A7/A3-24904-D404B264 for ; Sun, 22 Apr 2007 07:00:29 -0400 X-Host-Fingerprint: 81.190.107.120 host-81-190-107-120.rzeszow.mm.pl Received: from [81.190.107.120] ([81.190.107.120:7233] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/B2-24904-A6B3B264 for ; Sun, 22 Apr 2007 06:39:39 -0400 Message-ID: <88.B2.24904.A6B3B264@pb1.pair.com> To: internals@lists.php.net Date: Sun, 22 Apr 2007 12:40:17 +0200 User-Agent: Thunderbird 1.5.0.9 (X11/20070212) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 81.190.107.120 Subject: access to variables From: ciptok@gmail.com (Ci) Hello, I'm writing small patch to php mail function. I want to write in log file connection between sent message and place where mail function was executed. My idea is to determine the person who sent message. Is there any way to get this information? Regards, Ci