> At 11:16 PM 12/1/02 -0800, Troy May wrote:
> >I'm getting nailed with a bunch of returned emails like this:
> >
> >[EMAIL PROTECTED] - no such user here.
> >
> >There is no user by that name at this server.
> >: Message contains [1] file attachments
> >
> >
> >What's going on?  Each one has a different address, but the
terminalgmb.ru
> >part is the same for each one.
>
>
> I believe you are the victim of one of the new viruses. (klez?)  Someone
> with your name in their address book has the virus, and you are the lucky
> one it chose to use for the From: address on all the mails it is sending
out.
>
> Don't open that attachemnt!!!

I think this is different. I've been on the receiving end of returned klez
mails and these don't look like them. I also got a bunch of the same
returned emails and the beginning of that email address is mine
(holmes072000).

The attachment is the original message I replied to that must of triggered
all of these. There are some weird headers in there that mention the
terminalgmb.ru address. Here is is:

Received: from bytecity.ru ([80.250.64.36]) by terminalgmb.ru ([127.0.0.1])
 with DomainPOP (MDaemon.PRO.v6.5.1.R)
 for <[EMAIL PROTECTED]>; Mon, 02 Dec 2002 08:57:07 +0200
Received: by iq (mbox gmbterm)
 (with Cubic Circle's cucipop (v1.31 1998/05/13) Mon Dec  2 08:57:05 2002)
X-From_: [EMAIL PROTECTED] Fri
Nov 29 19:54:22 2002
Envelope-to: [EMAIL PROTECTED]
Delivery-date: Fri, 29 Nov 2002 19:54:22 +0200
Received: from pb1.pair.com ([216.92.131.4])
 by iq.wbt.ru with smtp (Exim 3.33 #2)
 id 18HpLK-0006dS-00
 for [EMAIL PROTECTED]; Fri, 29 Nov 2002 19:54:22 +0200
Received: (qmail 25422 invoked by uid 1010); 29 Nov 2002 17:54:19 -0000
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
list-help: <mailto:[EMAIL PROTECTED]>
list-unsubscribe: <mailto:[EMAIL PROTECTED]>
list-post: <mailto:[EMAIL PROTECTED]>
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 25407 invoked from network); 29 Nov 2002 17:54:19 -0000
Reply-To: <[EMAIL PROTECTED]>
From: "John W. Holmes" <[EMAIL PROTECTED]>
To: "'Sturle'" <[EMAIL PROTECTED]>,
 <[EMAIL PROTECTED]>
Date: Fri, 29 Nov 2002 12:54:10 -0500
Organization: U.S. Army
Message-ID: <001e01c297d0$55ab32f0$7c02a8c0@coconut>
MIME-Version: 1.0
Content-Type: text/plain;
 charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.3416
In-Reply-To: <[EMAIL PROTECTED]>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Importance: Normal
Subject: RE: [PHP] Convert dates
X-Envelope-To: [EMAIL PROTECTED]
X-MDRemoteIP: 80.250.64.36
X-MDRcpt-To: [EMAIL PROTECTED]
X-MDaemon-Deliver-To: [EMAIL PROTECTED]

> Is there a way to convert a date 2002-11-29 00:00:00:000to 29 November
> 2002

Yes. Try strtotime() and date() in PHP, or break the string apart. If
this date is coming from MySQL, then look at the DATE_FORMAT() function
that you can use in your query to format it.

---John Holmes...



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to