Hello all, Sorry, that is wrong mailing list, but... :-) Can anybody hint me what is this anti-spam filter (see forwarded email below)? We all are tooooo tired of spam, so that could be a very good solution. Is it vilter-spamd (see headers) or I am wrong? Thank you. Best regards, Denis Gerasimov Outsourcing Services Manager, VEKOS, Ltd. www.vekos.ru > -----Original Message----- > From: PHP Automoderator [mailto:confirm@xxxxxxx] > Sent: Thursday, October 07, 2004 12:24 PM > To: denis.gerasimov@xxxxxxxx > Subject: PHP posting confirmation for denis.gerasimov@xxxxxxxx > > This is an automatic reply to an email you sent to a PHP project > mailing address protected by our 'self-moderation' system. To reduce > the amount of spam received at these addresses, we require you to > confirm that you're a real person before your email will be allowed > through. > > All you have to do in order to have your original message sent is > send an email to confirm@xxxxxxx with the following text (square > brackets and all): > > [confirm: d4a6e9c33aa9023bea60b2f773879f74 denis.gerasimov@xxxxxxxx] > > which you should be able to do simply by replying to this email. > (Don't worry, any leading text added for quoting will simply be > ignored.) > > After we have received your confirmation, "denis.gerasimov@xxxxxxxx" > will be added to the list of pre-approved mail addresses for all of > the PHP project mail addresses, your original message will be > delivered, and future emails from that address will be delivered > without delay automatically. > > You will not receive any confirmation of your confirmation -- your > original message (and any other messages you have sent since then) > will simply be sent to its original destination (possibly after a > short delay). > > Sorry for the hassle, but the volume of unsolicited commercial email > sent to these addresses has made this step necessary. > > --- Your original email is below. > > Return-Path: <denis.gerasimov@xxxxxxxx> > Received: from ([195.161.208.130:2394]) > by osu1.php.net (ecelerity 1.2.1) with SMTP > id 3A/06-29438-76DF4614; Thu, 07 Oct 2004 01:25:12 -0700 > Received: from setteh-mtc.relinfo.ru (setteh-mtc.relinfo.ru > [195.161.211.134]) > by aqua.relinfo.ru (8.12.11/8.12.11) with ESMTP id i978MmEH090641; > Thu, 7 Oct 2004 12:22:48 +0400 (MSD) > (envelope-from denis.gerasimov@xxxxxxxx) > Received: from win2kprows03 ([195.161.219.41]) > by setteh-mtc.relinfo.ru (8.12.8/8.12.8) with ESMTP id > i978MWCE010717; > Thu, 7 Oct 2004 12:22:34 +0400 > Message-Id: <200410070822.i978MWCE010717@xxxxxxxxxxxxxxxxxxxxx> > From: "Denis Gerasimov" <denis.gerasimov@xxxxxxxx> > To: "PEAR General ML" <pear-general@xxxxxxxxxxxxx>, <mj@xxxxxxx>, > <yavo@xxxxxxxxx>, <jflemer@xxxxxxxxxxxx> > Subject: Auth package bugs > Date: Thu, 7 Oct 2004 12:22:18 +0400 > Organization: VEKOS, Ltd. > MIME-Version: 1.0 > Content-Type: text/plain; > charset="us-ascii" > Content-Transfer-Encoding: 7bit > X-Mailer: Microsoft Office Outlook, Build 11.0.5510 > Thread-Index: AcSl/hWvZyzWzef1QLerJqydvBKvoQGRLu2g > X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 > X-Spam-Checker: smtp-vilter > X-SMTP-Vilter-Version: 1.1.4 > X-SMTP-Vilter-Backend: vilter-spamd > X-Spam-Score: -0.7 > X-Spam-Threshold: 5.0 > X-Spam-Probability: -0.1 > Received-SPF: unknown (osu1.php.net: domain > vekos.ru does not designate 195.161.208.130 as permitted sender) > Delivered-To: mj@xxxxxxx > > > Hello all, > > I didn't see any reaction on my previous message so let me try again. > I noticed some problems with PEAR Auth package. Here they are: > > 1. (See my email below). I still don't see any reaction. But that is > obviously a bug. > > 2. I found a very troublesome problem with installation of Auth package on > old PHP (4.3.3). (Newer PHP versions haven't this problem.) PEAR installer > fails because of the file named .tmpusers (it has zero length - is this > file > really needed?). > When I unzip the archive, add some characters to this file, delete > appropriate md5 attribute in package XML and zip all this back - > installation goes fine. > What is working wrong: old PHP, PEAR installer, or that is a problem of > Auth > package? > > > Best regards, Denis Gerasimov > Outsourcing Services Manager, > VEKOS, Ltd. > www.vekos.ru > > > -----Original Message----- > > From: Denis Gerasimov [mailto:denis.gerasimov@xxxxxxxx] > > Sent: Wednesday, September 29, 2004 12:27 PM > > To: PEAR General ML (pear-general@xxxxxxxxxxxxx) > > Subject: Auth package bug or documentation issue? > > > > > > Hello all, > > > > I got a very strange behavior of getAuthData() method of Auth class. > > > > I tried to follow the example given here: > > http://pear.php.net/manual/en/package.authentication.auth-http.auth- > > http.example2.php but any kind of calls like $objAuth->getAuthData() or > > $objAuth->getAuthData('id') etc. returned no result (null value or empty > > array). > > > > Then I dug a little in the sources and found that there is an error in > the > > example code, the line > > > > 'dbFields'=>"*", // enabling fetch for other db columns > > > > have to be > > > > 'db_fields' => '*' // enabling fetch for other db columns > > > > I changed this line but this didn't help me at all. > > After some time spent I tried to insert this call before getAuthData(): > > > > $objAuth->storage->fetchData($objAuth->username, $objAuth->password); > > > > and that resolved the problem. I am really not sure that this is the > right > > way; please, anybody explain me what goes on. > > > > My configuration: > > OS: Windows 2000 Professional SP4 > > Web server: Apache 2.0.50 > > PHP: PHP 5.0.1 > > Auth, Auth_HTTP, DB etc.: latest versions > > > > Best regards, Denis Gerasimov > > Outsourcing Services Manager, > > VEKOS, Ltd. > > www.vekos.ru > > > > > . -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php