Delivery failure

postmaster@193.netsis.it
Sun, 20 Sep 1998 02:11:34 +0200

Your message has encountered delivery problems
to local user filippo.
(Originally addressed to filippo@netsis.it)

User not known

Your message reads (in part):

Received: from walnut.iea-software.com (unverified [207.53.165.8]) by webserver.netsis.it
(EMWAC SMTPRS 0.83) with SMTP id <B0000173578@webserver.netsis.it>
Sun, 20 Sep 1998 02:11:34 +0200
Received: from walnut.iea-software.com (walnut.iea-software.com [207.53.165.8]) by walnut.iea-software.com (NTMail 4.00.0020/NT6651.00.c89adb95) with ESMTP id za000978 for <emerald@iea-software.com> Sat, 19 Sep 1998 16:47:55 +0100
Received: from [200.32.12.100] by walnut.iea-software.com (NTMail 4.00.0020/NT6651.00.c89adb95) with ESMTP id kujaaaaa for <emerald@iea-software.com> Sat, 19 Sep 1998 16:47:52 +0100
Received: from KEVIN [200.32.12.98] by garin.dilhard.com.ar
(SMTPD32-4.06) id AB92475011C; Sat, 19 Sep 1998 20:50:42 PDT
From: "Kevin" <kevin@dilhard.com.ar>
To: "Emerald Lista" <emerald@iea-software.com>
Subject: Time on
Date: Sat, 19 Sep 1998 20:53:16 -0300
Message-ID: <000001bde428$abddb360$620c20c8@KEVIN>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2232.26
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.1
X-ListMember: filippo@netsis.it [emerald@iea-software.com]

When I want to check a service with the time on tab on emerald I get no
results. The SQL is as follows

Select Start=DateAdd(Second, 0-AcctSessionTime, CallDate),
(AcctSessionTime/60)+1, (AcctInputOctets/1000)+1, (AcctOutputOctets/1000)+1,
Location, UserName, AcctTerminateCause, Server, NASPort From Calls, Servers
Where (Username='pmoser') and CallDate >=

I see it is missing the date chunk.
Is this normal?