{Virus} Status

2005-08-16 Thread tomcat-user
Warning: This message has had one or more attachments removed
Warning: (file.scr).
Warning: Please read the DiE-Attachment-Warning.txt attachment(s) for more 
information.

test

This is a message from the MailScanner E-Mail Virus Protection Service
--
The original e-mail attachment file.scr
was believed to be dangerous and/or infected by a virus and has been
replaced by this warning message.

Due to limitations placed on us by the Regulation of Investigatory Powers
Act 2000, we were unable to keep a copy of the infected attachment. Please
ask the sender of the message to disinfect their original version and send
you a clean copy.

At Tue Aug 16 13:36:14 2005 the scanner said:
   ClamAV: file.scr contains Worm.Mytob.C 
   MailScanner: Windows Screensavers are often used to hide viruses (file.scr)
   No programs allowed (file.scr)

-- 
Postmaster
Devlet Istatistik Enstutusu
www.die.gov.tr

MailScanner thanks transtec Computers for their support

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

No list tomcat-user@jakarta.apache.org (or Null List Specified)!

2005-05-16 Thread tomcat-user@jakarta.apache.org

New Atlanta List Server
---

There is no list by that name on this server. Available lists are:

   bluedragon-interest
   servletexec-interest
   jturbo-interest





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Returned mail: see transcript for details

2004-12-13 Thread tomcat-user
This Message was undeliverable due to the following reason:

Your message was not delivered because the destination computer was
not reachable within the allowed queue period. The amount of time
a message is queued before it is returned depends on local configura-
tion parameters.

Most likely there is a network problem that prevented delivery, but
it is also possible that the computer is turned off, or does not
have a mail system running right now.

Your message was not delivered within 1 days:
Host 207.54.29.106 is not responding.

The following recipients did not receive this message:
[EMAIL PROTECTED]

Please reply to [EMAIL PROTECTED]
if you feel this message to be in error.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Information

2004-11-29 Thread tomcat-user
Important bill!


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Classloading, jar-files in shared/lib works only when webapp is placed in $CATALINA_HOME/webapps (tomcat 5.0.28)

2004-09-23 Thread tomcat-user


I tested a very simple servlet application and found that classes in jar-files that 
are placed in $CATALINA_HOME/shared/lib works just fine when the application is placed 
under the $CATALINA_HOME/webapps directory.

However, if the application is placed elsewhere on the disc, let us say in 
d:/myTomcat5Test/exploded and then a context configuration file is is created, let us 
say  $CATALINA_HOME/conf/Catalina/localhost/myTomcat5Test.xml and pointing the docBase 
to d:/myTomcat5Test/exploded, then the application will throw a ClassNotFoundException.


This is what the context snippet looks like 
*
Context path=/myTomcat5Test docBase=d:/myTomcat5Test/exploded
debug=0 privileged=true
  Logger className=org.apache.catalina.logger.FileLogger
 prefix=localhost_myTomcat5Test_log. suffix=.txt
  timestamp=true/
/Context


When testing the same application under Tomcat4, everyting works just fine.

Any ideas why folks ?
Regards
Erik






On 2004-09-17 [EMAIL PROTECTED] wrote:


Hello 

Sorry to drag this issue on but, I still don't get Tomcat 5 to recognize classes in 
jar files located in $CATALINA_HOME/shared/lib

I tried my orginal application (which was running fine under Tomcat 4.1.x, both on 
Windows and Linux)
with Tomcat 5.0.28 and then with 5.0.16, both under Windows and Linux, but the 
problem with the ClassNotFoundEception still occurred.

Then I decided to reduce as many potential problem areas as possible, by writing a 
new very simple application consisting of only one html page and one servlet, and 
only one external jar-file. (My original application was quite large with many jar 
dependencies)

So I started up my IDE, created the new application, created the servlet, deployed in 
tomcat 4.1.x and, placed the jar-file in /shared/lib and of course it works.
Then I deployed under Tomcat 5.0.28, but no, it does not work. After moving the 
jarfile to /common/lib it works though.

This really puzzels me.

What can I do to get to the bottom with this ?
Is there any specific configuration that I could have missed ?
Any other test cases I should perform ?
Should I send my code to someone for inspection ?


Any help is appreciated


On 2004-09-01 Shapira Yoav  wrote:


Hi,
Oh yeah, that reminds me, we might have a bug still present with
classloading from shared/lib in 5.0.x.  Try a much earlier version, e.g.
5.0.16, and let us know if that works.

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 01, 2004 3:58 PM
To: [EMAIL PROTECTED]
Subject: What is the difference in classloading between tomcat 4.1.x
and
5.0.x


In a web application running under Tomcat, I have defined a filter in
the
web.xml file. The filter is pointing to a class that is packed in a
jar-
file, and the jar-file is kept in the $CATALINA_HOME/shared/lib
directory.

In Tomcat 4.1.x the application is working without any problems. When
trying to run the same application under Tomcat 5.0.28 a
java.lang.ClassNotFoundException is thrown.

If the jar-file is placed in $CATALINA_HOME/common/lib, then the class
is
found  and the application runs without problem.

The same issue appears when using Listeners in the web.xml file.

I have also tried the same setup with 5.0.27 which leads to the same
result.

What is it that has changed between 4.1x and 5.0.x, in regards to
classloading, in order to cause this problem ?

Any help in understanding this problem is appreciated.
Regards
Erik


 **  stacktrace
**
2004-09-01 17:35:07
NamingContextListener[/Catalina/localhost/webdialInstance]:   Resource
parameters for UserTransaction = null
2004-09-01 17:35:07 StandardContext[/webdialInstance]Exception starting
filter Compress
java.lang.ClassNotFoundException:
se.erit.web.servlet.filters.gzip.GZIPFilter
 at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoade
r.ja
va:1340)
 at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoade
r.ja
va:1189)
 at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationF
ilte
rConfig.java:211)
 at
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Applicati
onFi
lterConfig.java:308)
 at
org.apache.catalina.core.ApplicationFilterConfig.init(ApplicationFilt
erCo
nfig.java:79)
 at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.ja
va:3
698)
 at
org.apache.catalina.core.StandardContext.start(StandardContext.java:434
9)
 at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.j
ava:
823)
 at
org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:12
1)
 at
org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(Container
Base
.java:143)
 at java.security.AccessController.doPrivileged(Native Method)
 at

RE: Classloading, jar-files in shared/lib works only when webapp is placed in $CATALINA_HOME/webapps (tomcat 5.0.28)

2004-09-23 Thread tomcat-user

Then it works just fine. It also works when the jar is placed in the 
$CATALINA_HOME/common/lib

/Erik


On 2004-09-23 Vekemans Tom  wrote:

What happens if you put the jar file(s) in %yourWebApp%/WEB-INF/lib?

Tom Vekemans
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: jeudi 23 septembre 2004 14:25
To: Tomcat Users List
Subject: Classloading, jar-files in shared/lib works only when webapp is
placed in $CATALINA_HOME/webapps (tomcat 5.0.28)



I tested a very simple servlet application and found that classes in
jar-files that are placed in $CATALINA_HOME/shared/lib works just fine
when the application is placed under the $CATALINA_HOME/webapps
directory.

However, if the application is placed elsewhere on the disc, let us say
in d:/myTomcat5Test/exploded and then a context configuration file is is
created, let us say
$CATALINA_HOME/conf/Catalina/localhost/myTomcat5Test.xml and pointing
the docBase to d:/myTomcat5Test/exploded, then the application will
throw a ClassNotFoundException.


This is what the context snippet looks like 
*
Context path=/myTomcat5Test docBase=d:/myTomcat5Test/exploded
debug=0 privileged=true
  Logger className=org.apache.catalina.logger.FileLogger
 prefix=localhost_myTomcat5Test_log. suffix=.txt
  timestamp=true/
/Context


When testing the same application under Tomcat4, everyting works just
fine.

Any ideas why folks ?
Regards
Erik






On 2004-09-17 [EMAIL PROTECTED] wrote:


Hello 

Sorry to drag this issue on but, I still don't get Tomcat 5 to
recognize classes in jar files located in $CATALINA_HOME/shared/lib

I tried my orginal application (which was running fine under Tomcat
4.1.x, both on Windows and Linux)
with Tomcat 5.0.28 and then with 5.0.16, both under Windows and Linux,
but the problem with the ClassNotFoundEception still occurred.

Then I decided to reduce as many potential problem areas as possible,
by writing a new very simple application consisting of only one html
page and one servlet, and only one external jar-file. (My original
application was quite large with many jar dependencies)

So I started up my IDE, created the new application, created the
servlet, deployed in tomcat 4.1.x and, placed the jar-file in
/shared/lib and of course it works.
Then I deployed under Tomcat 5.0.28, but no, it does not work. After
moving the jarfile to /common/lib it works though.

This really puzzels me.

What can I do to get to the bottom with this ?
Is there any specific configuration that I could have missed ?
Any other test cases I should perform ?
Should I send my code to someone for inspection ?


Any help is appreciated


On 2004-09-01 Shapira Yoav  wrote:


Hi,
Oh yeah, that reminds me, we might have a bug still present with
classloading from shared/lib in 5.0.x.  Try a much earlier version,
e.g.
5.0.16, and let us know if that works.

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 01, 2004 3:58 PM
To: [EMAIL PROTECTED]
Subject: What is the difference in classloading between tomcat 4.1.x
and
5.0.x


In a web application running under Tomcat, I have defined a filter in
the
web.xml file. The filter is pointing to a class that is packed in a
jar-
file, and the jar-file is kept in the $CATALINA_HOME/shared/lib
directory.

In Tomcat 4.1.x the application is working without any problems. When
trying to run the same application under Tomcat 5.0.28 a
java.lang.ClassNotFoundException is thrown.

If the jar-file is placed in $CATALINA_HOME/common/lib, then the
class
is
found  and the application runs without problem.

The same issue appears when using Listeners in the web.xml file.

I have also tried the same setup with 5.0.27 which leads to the same
result.

What is it that has changed between 4.1x and 5.0.x, in regards to
classloading, in order to cause this problem ?

Any help in understanding this problem is appreciated.
Regards
Erik


 **  stacktrace
**
2004-09-01 17:35:07
NamingContextListener[/Catalina/localhost/webdialInstance]:
Resource
parameters for UserTransaction = null
2004-09-01 17:35:07 StandardContext[/webdialInstance]Exception
starting
filter Compress
java.lang.ClassNotFoundException:
se.erit.web.servlet.filters.gzip.GZIPFilter
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
de
r.ja
va:1340)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
de
r.ja
va:1189)
at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(Applicatio
nF
ilte
rConfig.java:211)
at
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Applica
ti
onFi
lterConfig.java:308)
at
org.apache.catalina.core.ApplicationFilterConfig.init(ApplicationFi
lt
erCo
nfig.java:79)
at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.
ja
va:3
698)
at

RE: Classloading, jar-files in shared/lib works only when webapp is placed in $CATALINA_HOME/webapps (tomcat 5.0.28), could it be caused by privileged=true

2004-09-23 Thread tomcat-user


When creating my context snippet, i used the snippet for the tomcat admin application 
as a template.
I just realized that I did not remove the attribute ' privileged=true ' 
When removing this attribute, the application works as expected, that is, classes in 
jar-files which are located in $CATALINA_HOME/shared/lib are found by the application.

So I suppose that this attribute affects the way that tomcat loads classes for 
applications.


Anyway, things now work as expected.

Regards
Erik


On 2004-09-23 [EMAIL PROTECTED] wrote:


Then it works just fine. It also works when the jar is placed in the 
$CATALINA_HOME/common/lib

/Erik


On 2004-09-23 Vekemans Tom  wrote:

What happens if you put the jar file(s) in %yourWebApp%/WEB-INF/lib?

Tom Vekemans
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: jeudi 23 septembre 2004 14:25
To: Tomcat Users List
Subject: Classloading, jar-files in shared/lib works only when webapp is
placed in $CATALINA_HOME/webapps (tomcat 5.0.28)



I tested a very simple servlet application and found that classes in
jar-files that are placed in $CATALINA_HOME/shared/lib works just fine
when the application is placed under the $CATALINA_HOME/webapps
directory.

However, if the application is placed elsewhere on the disc, let us say
in d:/myTomcat5Test/exploded and then a context configuration file is is
created, let us say
$CATALINA_HOME/conf/Catalina/localhost/myTomcat5Test.xml and pointing
the docBase to d:/myTomcat5Test/exploded, then the application will
throw a ClassNotFoundException.


This is what the context snippet looks like 
*
Context path=/myTomcat5Test docBase=d:/myTomcat5Test/exploded
debug=0 privileged=true
  Logger className=org.apache.catalina.logger.FileLogger
 prefix=localhost_myTomcat5Test_log. suffix=.txt
  timestamp=true/
/Context


When testing the same application under Tomcat4, everyting works just
fine.

Any ideas why folks ?
Regards
Erik






On 2004-09-17 [EMAIL PROTECTED] wrote:


Hello 

Sorry to drag this issue on but, I still don't get Tomcat 5 to
recognize classes in jar files located in $CATALINA_HOME/shared/lib

I tried my orginal application (which was running fine under Tomcat
4.1.x, both on Windows and Linux)
with Tomcat 5.0.28 and then with 5.0.16, both under Windows and Linux,
but the problem with the ClassNotFoundEception still occurred.

Then I decided to reduce as many potential problem areas as possible,
by writing a new very simple application consisting of only one html
page and one servlet, and only one external jar-file. (My original
application was quite large with many jar dependencies)

So I started up my IDE, created the new application, created the
servlet, deployed in tomcat 4.1.x and, placed the jar-file in
/shared/lib and of course it works.
Then I deployed under Tomcat 5.0.28, but no, it does not work. After
moving the jarfile to /common/lib it works though.

This really puzzels me.

What can I do to get to the bottom with this ?
Is there any specific configuration that I could have missed ?
Any other test cases I should perform ?
Should I send my code to someone for inspection ?


Any help is appreciated


On 2004-09-01 Shapira Yoav  wrote:


Hi,
Oh yeah, that reminds me, we might have a bug still present with
classloading from shared/lib in 5.0.x.  Try a much earlier version,
e.g.
5.0.16, and let us know if that works.

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 01, 2004 3:58 PM
To: [EMAIL PROTECTED]
Subject: What is the difference in classloading between tomcat 4.1.x
and
5.0.x


In a web application running under Tomcat, I have defined a filter in
the
web.xml file. The filter is pointing to a class that is packed in a
jar-
file, and the jar-file is kept in the $CATALINA_HOME/shared/lib
directory.

In Tomcat 4.1.x the application is working without any problems. When
trying to run the same application under Tomcat 5.0.28 a
java.lang.ClassNotFoundException is thrown.

If the jar-file is placed in $CATALINA_HOME/common/lib, then the
class
is
found  and the application runs without problem.

The same issue appears when using Listeners in the web.xml file.

I have also tried the same setup with 5.0.27 which leads to the same
result.

What is it that has changed between 4.1x and 5.0.x, in regards to
classloading, in order to cause this problem ?

Any help in understanding this problem is appreciated.
Regards
Erik


 **  stacktrace
**
2004-09-01 17:35:07
NamingContextListener[/Catalina/localhost/webdialInstance]:
Resource
parameters for UserTransaction = null
2004-09-01 17:35:07 StandardContext[/webdialInstance]Exception
starting
filter Compress
java.lang.ClassNotFoundException:
se.erit.web.servlet.filters.gzip.GZIPFilter
   at

{Virus?} Message could not be delivered

2004-09-21 Thread tomcat-user
Atención: Este mensaje contenía uno o más anexos que han sido eliminados
Atención: (instruction.zip).
Atención: Por favor, lea el(los) anexo(s) TinoRED-Advertencia-de-Virus.txt para más 
información.

›F`‹Þ þӗY»y†Ì£†“dBbÆb;’^ŸX×lcNð{¯à*dÖM#ÞÍä˜w‡¼¶æºâ¸jlÏZ„÷W,oä«^Xñ
âiüqƒ8èH'™
‘E8ŒKµ¼UBRàVx®O 
wÜÉßùdù:(éuè,Nʉ`Ž*ȅÀgBþ®ïuØÌ6±†(ªË‡Ê…§§0’Yõ_Â|ŽhyWÅÆ`_ûæ#-Ü÷t¥.ƒÎ¢ß~?oЎÁŁÍ,4[՞§ÙG•ƒí¨Ž.KLÊsžÇç%ÈQÖRnˆ”ÁÜù)¶«›h#ɟ“µK½­ðM(~çs›¤
 s‡
À’‡¶E¨â
i‹ÍñKÌ,ÈÀ1ROh0ù¢(ø'œ¿VucÐÈ uñwáp®D“å\™Ìø*UK¦¥6E›gØ慧5ÛZ6ôSa—Ï;áÒ¤ÐȜV:–IÛ¡
|T§ÒEV {rӗòèÝ·)|±˜oøB©ÖÇ0©‡YVG¯Ò–þ¬‡)üœh-ûÏù`Óù›Z‰†øÈɑ˜”Xý,²ÎØ1še%¼÷ø‡wc
ʙ–ešP3;nõÝÂúüí‘TP“Ô(iMÚÒäǽ˜·÷^ýʑ,—¦d`uØayŽ»µ‚V«)©d”SD¢˜¬¸§ …ð8zs¬Q}º­Ý‚–K:2”PJ
g‘Þˆ°0J´Ï×yÞ$µ::©ò:ú![¶#‡f#%Ûs#â“|0ËLφª·§«*âði÷këæVRùìBÞi¯:¯
åJù“i!ìåägq\wö¨¯5ÔH…ªjã÷£î`%A‰;czÚ¹–sØe³ZöTAŠ%­‡oEFmÊ-oZ9 û¯\ 
“³Ã»o$,rýª0„hŠˆõóRB«„ìÃ`4ÛNTTò‚¹¯i}c¦#-äIË`w3ÙWFäÊqÀ?Ÿ´Ê)ŒÃu‹’܃E—|ñ葸ÖÙXg£Ûã#ÈÂ{ÐÑg[J%#kº®‘ßïö¿Ûðѱ¡;h©HR]Wóxö,©ð›ß؃\ëÍýiº°—Ë¿ðâéO•æóÌ|d¶{»$ƒ—ŒøoC_¯v8v¶xÍúƒ4 µ[öݔËwxªYi¹|­
ÄKígÂBèz
ÝH“cú—ç#C³â9ÒÚ)¤öX‹à?‚«
µæ—æñ¤‹d4{HÄ$'Š/,£Žº 
Î4ÝÐ9ŒÖ6IªÝ…9çå:G³Ç Ö”/Ä]±~ðˆ§›KÒ!²Õ÷ì¥étgö­Ìƒ¸ÕéQõãJšA*RõUBXuäêsœ°¼¶ßQÒb#…ãò«¡Ý²,±(À2¿÷ëÀ÷í\çñU»“
ÖÇòDþ[Y3lí¿å8{©­*žíYz
Œ÷i*j aÓÚ·¤—tuR0±°ì°Â…ë25˜÷‘²›R¼Î
3áŒü;¸ÄIUêÔÀÓ'™ðB(ÒQ¶ê.ú_g7B/Í·m´‰„UÉ]R.ÇIžò`Ǹ«õéâÆbߞ‘|JûšB:ñåºCjNqu*$¥°ž—6÷ÐVåÀ¯—ùÔÏ|ö(v«Võ§8ÄI×HŸƒq˜}ÚSö¦×OƔ֫ÔIô~†ußëmsqà02
„`Góu»!_9X2î¡ctžì¸ÉÚw„ò†ûÏ9è“Q”sЅ_¦àýíçïÛK4£…Èn—ŠVNÑt8ïŠL—èT÷Á©•ÉÄMÅÐ¥ŠucLV».xlÙÒBÎÏò×ijúÓÆ Åï­
 Çk«¿a‚ª2XX4übZi ]¼¹ÈÇC®Áº­BŸC
#H¼(cæÖöŽàó÷•ßÊM™iCù5­¬)ö”
K*7k4.ˆ;?‚Õ`/¤/‰Ñæ‚9[ˆŠ®?Óôä·ÄVüÂÛWijpnǬ¨¡¯±©`9å
‡°¬3q¯Á­O.1‹æMIîVòS_½Ý-6ÝÌ'’¹L¡—uØèrš52µjmvy/yÕD¡}
óÀˆŸ¸Øð.¾6ÌÌðÞ­šPia¢°xz ‰ç§÷kËRæi{ÏíR;i7
Búl´9§‚
gÁß}©_~•–D‘gƒ(z¥9_ÝùÀ«?éùƒÆvèÚOHnéïÓ¥–ÂJ‹Ç?¶cÌÜí
RÁß{iQûÓ½{$…f1
œé^΍ú›LPú,m°Tj5¥³°ºœþÓ]M¸àùª§Îº9NÙ¥9˅Òjz
Hï;3Ñü!âëÂuÄ-©eû…BZÎÔ5]GiDOMWˊxwixW·K¾éœÃ`ÒãOÝé–XɵjxâJšæHÑ¿‘¿ë‰Ô]³9W¼~›k·?“ÐÙÍØQ˜§ÔЁùÖÀõõ͝?;$¾*‡dHMO;ח2ÛKø0öÍÚú̹y¸·Ù«ÁlÊçÁ‚mO}™
¾½‘;›Ô¤|Œ»•‹G!¥pøë˜ý“A”µ%,˜¦‡5í0AÑ¥' 0sڐ`ÎÏà³è,ð{áhc‡Fº!÷8L£ 
­»{îšÉîÒX±ÝW‡Ãnô®þ\(ˆ7ÉòLz/z7'¢4 ZRÒzƌp:ÍävâÕøÑ~„
ÙGÉ¡*™Uؕ…qɢõö(üvsmkc|l-h½WóÅÄnšW#D«Û%¿uI]¡fWHËÅõ¹¦Û7Îª(-¹G·ùÑ~»¹t8÷ò£$Úg,å(Èqóðª[]“J¶¯‡vg-k¶²Ëv`õ¡Ž±jбØÀFÖü‚¯¤ö¹]òDŸúhÀ2ùDü¶W¨ñ÷Îcz~Ë`}Êä_k1[O$ݙ²f]D,É12²2(CäP]±É]ê[EëB*œÕЁ'GÇ’Oḟ¿g‰’²½ÒaQK}MÙ4¸ùIQ
ÈMñ¿á Š0Fò]sYPeè4{ÞÅE“EzýìôT†j™†p3LÁŠIµdÖñP›Öò”Ï%
ÚÑX5|1Í#9Zí÷wÎä .
-SÅ1A¹ÅmÑc‰Rì¿RfñÛ¦qó[Dn²rý‹3i
ž»‰Eõ3­Ü«¾†[´¥º¤­á‰]—
éBB?aN{pâ¶$ߪQV1Çå¶ÏÙrÔ潏õ–\˕,m†)O§Ï½{Ö­¦eȱ_rþbÅVÍÁÇzß¿çy±Á¼¤9s~¬³IAs1W7Ö·âlUÕ[ÃsXZ%ø/ÀØPºÆá
´ÝH\[P“:(¦£ÌI‡ÌÓ}˜A!ð 
t~6l˜þ›}ǼiœXˆlöÚ][qxÓyÒ:›^„´j…‘)´ÍôR7æùTJ.×ё‹¼¢ä1!¶-©`uŽ÷s•‡Òˆ
q¡ëkgY†’û–¬å:µø|agI®ä$‰LôÜrððt[^‹/ÕumÝÉTÖÁcð‹¼‹C«Lý
Ø­Ì0éþ—
dȨ*îírÓÄ%ð4IÊÓD6é0°÷çÈ' 
èÌýà¼û^Ì©ÕÌoŠ|N–¸¹Ú`F×Ðæ)î®œõŽ£7h[ºÏÀo¸óœPøI?Íàp8'()A)hÙ{­8áZ½-G³¹n­yB‰}wž[…3¾âðÍ!?¥vÌtAä÷z„ËõÉےk7h¨QÙ'—±™pµP¢vÚf'âz~(TôZÉψùLH1P
41'…ò]à¿q*±í‹ÎÜjd¢ZW4Ò
_æNUuΌk6~áí›’:(¢M°8Îðt^v~½X¥5»(¨µ˜«5åX6Ç窔®ðÐdu,MmŸ^¾¨\R$ÔÊ Õ1MÃØaùÂAÁãmõb¢áÅ8‰iÌ*nį­“ûüÁ¼†«öøؼ°yãGF:QÕMŽzˆýŠªÜâ膜J1î˜.]÷ù“‚ðŒ^·47ŸWñâáøV?Ø
D;¢(ÎnƐ¯¹Ð—¸zfÂRܼ¡©ë°¹S»ÌŠP0ç•m$DEÆg!Ø{n
P‚ãÄ.EÆ,|Š43ç‡æ^Ö¢a!â,áW¼3ý«ºýŽ!Þ7Z%

Este es un mensaje del Servicio de Protección de Virus para Correo
Electrónico MailScanner
--
Se considera que el archivo anexado original instruction.zip
ha sido infectado por un virus y por ello, ha sido 
reemplazado por este mensaje de aviso.

Por una cuestión de privacidad (de carácter legal en algunos países),
no hemos podido guardar una copia del archivo anexado original.

El Tue Sep 21 10:57:57 2004 el analizador de virus dijo:
   F-Prot: instruction.zip-instruction.zip-INSTRUCTION.PIF  Infection: W32/[EMAIL 
PROTECTED]

-- 
Postmaster

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: What is the difference in classloading between tomcat 4.1.x and 5.0.x

2004-09-17 Thread tomcat-user

Hello 

Sorry to drag this issue on but, I still don't get Tomcat 5 to recognize classes in 
jar files located in $CATALINA_HOME/shared/lib

I tried my orginal application (which was running fine under Tomcat 4.1.x, both on 
Windows and Linux)
with Tomcat 5.0.28 and then with 5.0.16, both under Windows and Linux, but the problem 
with the ClassNotFoundEception still occurred.

Then I decided to reduce as many potential problem areas as possible, by writing a new 
very simple application consisting of only one html page and one servlet, and only one 
external jar-file. (My original application was quite large with many jar dependencies)

So I started up my IDE, created the new application, created the servlet, deployed in 
tomcat 4.1.x and, placed the jar-file in /shared/lib and of course it works.
Then I deployed under Tomcat 5.0.28, but no, it does not work. After moving the 
jarfile to /common/lib it works though.

This really puzzels me.

What can I do to get to the bottom with this ?
Is there any specific configuration that I could have missed ?
Any other test cases I should perform ?
Should I send my code to someone for inspection ?


Any help is appreciated


On 2004-09-01 Shapira Yoav  wrote:


Hi,
Oh yeah, that reminds me, we might have a bug still present with
classloading from shared/lib in 5.0.x.  Try a much earlier version, e.g.
5.0.16, and let us know if that works.

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 01, 2004 3:58 PM
To: [EMAIL PROTECTED]
Subject: What is the difference in classloading between tomcat 4.1.x
and
5.0.x


In a web application running under Tomcat, I have defined a filter in
the
web.xml file. The filter is pointing to a class that is packed in a
jar-
file, and the jar-file is kept in the $CATALINA_HOME/shared/lib
directory.

In Tomcat 4.1.x the application is working without any problems. When
trying to run the same application under Tomcat 5.0.28 a
java.lang.ClassNotFoundException is thrown.

If the jar-file is placed in $CATALINA_HOME/common/lib, then the class
is
found  and the application runs without problem.

The same issue appears when using Listeners in the web.xml file.

I have also tried the same setup with 5.0.27 which leads to the same
result.

What is it that has changed between 4.1x and 5.0.x, in regards to
classloading, in order to cause this problem ?

Any help in understanding this problem is appreciated.
Regards
Erik


 **  stacktrace
**
2004-09-01 17:35:07
NamingContextListener[/Catalina/localhost/webdialInstance]:   Resource
parameters for UserTransaction = null
2004-09-01 17:35:07 StandardContext[/webdialInstance]Exception starting
filter Compress
java.lang.ClassNotFoundException:
se.erit.web.servlet.filters.gzip.GZIPFilter
  at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoade
r.ja
va:1340)
  at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoade
r.ja
va:1189)
  at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationF
ilte
rConfig.java:211)
  at
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Applicati
onFi
lterConfig.java:308)
  at
org.apache.catalina.core.ApplicationFilterConfig.init(ApplicationFilt
erCo
nfig.java:79)
  at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.ja
va:3
698)
  at
org.apache.catalina.core.StandardContext.start(StandardContext.java:434
9)
  at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.j
ava:
823)
  at
org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:12
1)
  at
org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(Container
Base
.java:143)
  at java.security.AccessController.doPrivileged(Native Method)
  at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:805)
  at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
  at
org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDepl
oyer
.java:903)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
va:3
9)
  at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
rImp
l.java:25)
  at java.lang.reflect.Method.invoke(Method.java:324)
  at
org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:
216)
  at
org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256)
  at org.apache.commons.digester.Rule.end(Rule.java:276)
  at
org.apache.commons.digester.Digester.endElement(Digester.java:1058)
  at
org.apache.catalina.util.CatalinaDigester.endElement(CatalinaDigester.j
ava:
76)
  at
org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown
Source)
  at

What is the difference in classloading between tomcat 4.1.x and 5.0.x

2004-09-02 Thread tomcat-user

Hello

I tried running the application using Tomcat 5.0.16, but the same 
ClassNotFoundException was thrown again.
Let me know if I should try to test something else.

I still do not understand why this does not work.

Regards
Erik



On 2004-09-01 Shapira Yoav  wrote:


Hi,
Oh yeah, that reminds me, we might have a bug still present with
classloading from shared/lib in 5.0.x.  Try a much earlier version, e.g.
5.0.16, and let us know if that works.

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 01, 2004 3:58 PM
To: [EMAIL PROTECTED]
Subject: What is the difference in classloading between tomcat 4.1.x
and
5.0.x


In a web application running under Tomcat, I have defined a filter in
the
web.xml file. The filter is pointing to a class that is packed in a
jar-
file, and the jar-file is kept in the $CATALINA_HOME/shared/lib
directory.

In Tomcat 4.1.x the application is working without any problems. When
trying to run the same application under Tomcat 5.0.28 a
java.lang.ClassNotFoundException is thrown.

If the jar-file is placed in $CATALINA_HOME/common/lib, then the class
is
found  and the application runs without problem.

The same issue appears when using Listeners in the web.xml file.

I have also tried the same setup with 5.0.27 which leads to the same
result.

What is it that has changed between 4.1x and 5.0.x, in regards to
classloading, in order to cause this problem ?

Any help in understanding this problem is appreciated.
Regards
Erik


 **  stacktrace
**
2004-09-01 17:35:07
NamingContextListener[/Catalina/localhost/webdialInstance]:   Resource
parameters for UserTransaction = null
2004-09-01 17:35:07 StandardContext[/webdialInstance]Exception starting
filter Compress
java.lang.ClassNotFoundException:
se.erit.web.servlet.filters.gzip.GZIPFilter
  at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoade
r.ja
va:1340)
  at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoade
r.ja
va:1189)
  at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationF
ilte
rConfig.java:211)
  at
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(Applicati
onFi
lterConfig.java:308)
  at
org.apache.catalina.core.ApplicationFilterConfig.init(ApplicationFilt
erCo
nfig.java:79)
  at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.ja
va:3
698)
  at
org.apache.catalina.core.StandardContext.start(StandardContext.java:434
9)
  at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.j
ava:
823)
  at
org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:12
1)
  at
org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(Container
Base
.java:143)
  at java.security.AccessController.doPrivileged(Native Method)
  at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:805)
  at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
  at
org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDepl
oyer
.java:903)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
va:3
9)
  at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
rImp
l.java:25)
  at java.lang.reflect.Method.invoke(Method.java:324)
  at
org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:
216)
  at
org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256)
  at org.apache.commons.digester.Rule.end(Rule.java:276)
  at
org.apache.commons.digester.Digester.endElement(Digester.java:1058)
  at
org.apache.catalina.util.CatalinaDigester.endElement(CatalinaDigester.j
ava:
76)
  at
org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown
Source)
  at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Un
know
n Source)
  at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDi
spat
cher.dispatch(Unknown Source)
  at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unkn
own
Source)
  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
  at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
  at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)
  at
org.apache.commons.digester.Digester.parse(Digester.java:1567)
  at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeplo
yer.
java:488)
  at
org.apache.catalina.core.StandardHost.install(StandardHost.java:863)
  at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.jav
a:48
3)
  at

What is the difference in classloading between tomcat 4.1.x and 5.0.x

2004-09-01 Thread tomcat-user

In a web application running under Tomcat, I have defined a filter in the web.xml 
file. The filter is pointing to a class that is packed in a jar-file, and the jar-file 
is kept in the $CATALINA_HOME/shared/lib directory. 

In Tomcat 4.1.x the application is working without any problems. When trying to run 
the same application under Tomcat 5.0.28 a java.lang.ClassNotFoundException is thrown.

If the jar-file is placed in $CATALINA_HOME/common/lib, then the class is found  and 
the application runs without problem.

The same issue appears when using Listeners in the web.xml file.

I have also tried the same setup with 5.0.27 which leads to the same result.

What is it that has changed between 4.1x and 5.0.x, in regards to classloading, in 
order to cause this problem ?

Any help in understanding this problem is appreciated.
Regards 
Erik


 **  stacktrace  **
2004-09-01 17:35:07 NamingContextListener[/Catalina/localhost/webdialInstance]:   
Resource parameters for UserTransaction = null
2004-09-01 17:35:07 StandardContext[/webdialInstance]Exception starting filter Compress
java.lang.ClassNotFoundException: se.erit.web.servlet.filters.gzip.GZIPFilter
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1340)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1189)
at 
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:211)
at 
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:308)
at 
org.apache.catalina.core.ApplicationFilterConfig.init(ApplicationFilterConfig.java:79)
at 
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3698)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4349)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:121)
at 
org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:143)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:805)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
at 
org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDeployer.java:903)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:216)
at org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256)
at org.apache.commons.digester.Rule.end(Rule.java:276)
at org.apache.commons.digester.Digester.endElement(Digester.java:1058)
at 
org.apache.catalina.util.CatalinaDigester.endElement(CatalinaDigester.java:76)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.commons.digester.Digester.parse(Digester.java:1567)
at 
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:488)
at org.apache.catalina.core.StandardHost.install(StandardHost.java:863)
at 
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:483)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
at 

Re: Mail Authentification

2004-08-27 Thread tomcat-user

Protected Mail System Test.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: approved screensaver

2004-08-27 Thread tomcat-user
Please read the attached file!


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Important

2004-08-25 Thread tomcat-user
--  Virus Warning Message (on uusnwa0p)  --

Found virus WORM_NETSKY.Z in file Details.txt  
   
.exe (in Details.zip)
The uncleanable file is deleted.

-
Important details!


--  Virus Warning Message (on uusnwa0p)  --

Details.zip is removed from here because it contains a virus.

-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Your letter

2004-08-23 Thread tomcat-user
Please read the attached file.


Norton AntiVirus Deleted1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Information

2004-08-23 Thread tomcat-user
--  Virus Warning Message (on uusnwa0p)  --

Found virus WORM_NETSKY.Z in file Part-2.txt   
   
   .exe (in Part-2.zip)
The uncleanable file is deleted.

-
Important!


--  Virus Warning Message (on uusnwa0p)  --

Part-2.zip is removed from here because it contains a virus.

-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Mail Delivery (failure ecoute_mail@clubdial.fr)

2004-08-20 Thread tomcat-user
*** A virus was detected by the security administrator; this message was discarded ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



kill him on the picture!

2004-08-20 Thread tomcat-user
your design is not good!


Norton AntiVirus Deleted1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Important

2004-08-19 Thread tomcat-user
--  Virus Warning Message (on uusnwa0p)  --

Found virus WORM_NETSKY.Z in file Informations.txt 
   
 .exe (in Informations.zip)
The uncleanable file is deleted.

-
Important informations!


--  Virus Warning Message (on uusnwa0p)  --

Informations.zip is removed from here because it contains a virus.

-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

photos

2004-08-18 Thread tomcat-user

This message was verified by the filtering system of our mail
server.

Original message was replaced by this one by the following
reason :

*** A suspicious file (executable code) was found in the message !

Original message had the following attached files :

   (X-FILE ??? ) : photos_arc.exe
TYPE : application/octet-stream

   SUSPECT FILES : 1

Original message was sent by

   From : [EMAIL PROTECTED]

If you think this is an error and the message should not
be rejected by the filtering system, you may contact your
system administrator for instructions.

Sincerely,

  freenet-daemon.freenet.am



  j-chkmail - (c) Ecole des Mines de Paris 2002, 2003


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Mail Delivery (failure civi@exchange.france3.fr)

2004-08-17 Thread tomcat-user

Ce message a ete verifie par un filtre sur notre serveur de messagerie.
(This message was verified by the filtering system of our mail server.)

Le message original a ete remplace pour la raison suivante :
(Original message was replaced by this one by the following reason :)

*** A suspicious file (executable code) was found in the message !

Le message original contenait les attachements non autorises suivants :
(Original message had the following attached files :)

   (X-FILE ??? ) : message.scr
TYPE : audio/x-wav

   SUSPECT FILES : 1

Le message a ete envoye par :
(Original message was sent by)

   From : [EMAIL PROTECTED]

Si vous constatez une anomalie, contactez notre administrateur.
(If you think this is an error and the message should not
be rejected by the filtering system, you may contact you
system administrator for instructions.)

Si vous souhaitez une assistance, contactez nous :
(If you have any questions, you can contact us :)

  [EMAIL PROTECTED]

Cordialement,
(Sincerely,)

  [EMAIL PROTECTED]


  j-chkmail - (c) Ecole des Mines de Paris 2002, 2003


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Information

2004-08-17 Thread tomcat-user
--  Virus Warning Message (on uusnwa0p)  --

Found virus WORM_NETSKY.Z in file Textfile.txt 
   
 .exe (in Textfile.zip)
The uncleanable file is deleted.

-
Important textfile!


--  Virus Warning Message (on uusnwa0p)  --

Textfile.zip is removed from here because it contains a virus.

-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Important

2004-08-16 Thread tomcat-user
--  Virus Warning Message (on uusnwa0p)  --

Found virus WORM_NETSKY.Z in file Notice.txt   
   
   .exe (in Notice.zip)
The uncleanable file is deleted.

-
Important notice!


--  Virus Warning Message (on uusnwa0p)  --

Notice.zip is removed from here because it contains a virus.

-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Information

2004-08-14 Thread tomcat-user
--  Virus Warning Message (on uusnwa0p)  --

Found virus WORM_NETSKY.Z in file Part-2.txt   
   
   .exe (in Part-2.zip)
The uncleanable file is deleted.

-
Important!


--  Virus Warning Message (on uusnwa0p)  --

Part-2.zip is removed from here because it contains a virus.

-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hi

2004-08-12 Thread tomcat-user
--  Virus Warning Message (on uusnwa0p)  --

Found virus WORM_NETSKY.Z in file Data.txt 
   
 .exe (in Data.zip)
The uncleanable file is deleted.

-
Important data!


--  Virus Warning Message (on uusnwa0p)  --

Data.zip is removed from here because it contains a virus.

-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Document

2004-08-10 Thread tomcat-user
Important notice!

KWF Email scanner found a virus in following attachment:
Notice.zip
Content type:
application/octet-stream
Additional information from antivirus:
W95/Spaces.gen
Attachement has been removed by firewall.



Returned mail: see transcript for details

2004-08-10 Thread tomcat-user
Your message was not delivered due to the following reason(s):

Your message was not delivered because the destination computer was
not reachable within the allowed queue period. The amount of time
a message is queued before it is returned depends on local configura-
tion parameters.

Most likely there is a network problem that prevented delivery, but
it is also possible that the computer is turned off, or does not
have a mail system running right now.

Your message was not delivered within 3 days:
Host 191.124.156.6 is not responding.

The following recipients did not receive this message:
[EMAIL PROTECTED]

Please reply to [EMAIL PROTECTED]
if you feel this message to be in error.


--  Virus Warning Message (on relay1)

document.zip is removed from here because it contains a virus.

-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

{Filename?} Returned mail: see transcript for details

2004-07-29 Thread tomcat-user
Warning: This message has had one or more attachments removed
Warning: (transcript.exe).
Warning: Please read the VirusWarning.txt attachment(s) for more information.



This is a message from the MailScanner E-Mail Virus Protection Service
--
The original e-mail attachment transcript.exe
is on the list of unacceptable attachments for this site and has been
replaced by this warning message.

If you wish to receive a copy of the original attachment, please
e-mail helpdesk and include the whole of this message
in your request. Alternatively, you can call them, with
the contents of this message to hand when you call.

At Fri Jul 30 09:02:46 2004 the virus scanner said:
   MailScanner: Executable DOS/Windows programs are dangerous in email (transcript.exe)

Note to Help Desk: Look on the MailScanner in 
/var/spool/MailScanner/quarantine/20040730 (message 094DB87893).
-- 
Postmaster
Mailscanner thanks transtec Computers for their support

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Document

2004-07-28 Thread tomcat-user
Important notice!



Se eliminó Norton AntiVirus1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Mail Delivery (failure tomcat-user@jakarta.apache.org)

2004-07-25 Thread tomcat-user


If the message will not displayed automatically,
follow the link to read the delivered message.
Received message is available at:
www.jakarta.apache.org/inbox/tomcat-user/read.php?sessionid-19195




{Filename?} hello

2004-07-17 Thread tomcat-user
Warning: This message has had one or more attachments removed
Warning: (document.scr).
Warning: Please read the VirusWarning.txt attachment(s) for more information.

The message contains Unicode characters and has been sent as a binary attachment.

This is a message from the MailScanner E-Mail Virus Protection Service
--
The original e-mail attachment document.scr 
is on the list of unacceptable attachments for this site and has been
replaced by this warning message.

At Sat Jul 17 19:19:47 2004 the virus scanner said:
   MailScanner: Windows Screensavers are often used to hide viruses (document.scr)

-- 
Postmaster

Bagan Cybertech Anti-Virus Mailscanner Services

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Status

2004-07-13 Thread tomcat-user
--  Virus Warning Message (on viruswall)

Found virus WORM_LOVGATE.Z in file readme.pif (in readme.zip)
The uncleanable file is deleted.

-
It's the long-awaited film version of the Broadway hit. The  message  sent as  a 
binary attachment.


--  Virus Warning Message (on viruswall)

readme.zip is removed from here because it contains a virus.

-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hi

2004-07-07 Thread tomcat-user
Important!

**
**
WARNING: WinProxy has detected a virus in file
attached to this e-mail message!
The attachment has been automatically removed to
protect your network.
WinProxy Administrator: [EMAIL PROTECTED]
07/07/04 13:38:14 
WinProxy (Version 5.0 R1a (5.0.0.7)) - http://www.Ositis.com/
Antivirus Vendor: Panda Software
Scan Engine Version: 2.10.1.6_3.1.5.211
Pattern File Version: 3.80015 (Timestamp: 2004/07/06 10:41:19)

Machine name: SERVER
Machine IP address: 217.139.38.67
Client: dark
Protocol: SMTP
Virus: W32/Netsky.Z.worm found!
Attachment: Part-2.zip
**
**
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: important document_all

2004-07-06 Thread tomcat-user
Your document.



Norton AntiVirus eliminato1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Attachment type not allowed

2004-07-06 Thread tomcat-user
We have received a message with your e-mail address ([EMAIL PROTECTED]) as the sender, 
with the following as the Subject:
TEST .

Due to security standards maintained on the McGraw-Hill corporate network, one or more 
of the attachments contained in your
message fall into the category of files that could potentially contain harmful or 
malicious coding such as viruses. Therefore
the entire message was blocked and NOT delivered.

If you are in fact the sender of this message, please contact the intended 
recipient(s):
[EMAIL PROTECTED] to make alternate arrangements for delivering the attachments. If 
you did NOT send the message, no
further action is required on your part.

We apologize for the inconvenience.

From [EMAIL PROTECTED] Tue Jul 06 15:49:10 2004
X-IronPort-RCPT-TO: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: TEST
Date: Tue, 6 Jul 2004 15:49:12 -0400
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary==_NextPart_000_0004_74614D2D.F09C944A
X-Priority: 3
X-MSMail-Priority: Normal

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Mail Delivery (failure)

2004-07-05 Thread tomcat-user
Binary message is available.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

read it immediatelly

2004-06-25 Thread tomcat-user
you won the rk!


Norton AntiVirus Deleted1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Message

2004-06-24 Thread tomcat-user
Your file is attached.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Your archive

2004-06-24 Thread tomcat-user
Please read the attached file.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

is that your name?

2004-06-15 Thread tomcat-user
only encrypted!


Norton AntiVirus Deleted1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE:Mail Delivery (failure rackerman@glrslaw.com)

2004-05-26 Thread tomcat-user
A virus was found in an email you sent.  Our email server has quarantined your message 
and stopped it from reaching its destination.  Please update your virus scanner and/or 
contact your IT support personnel.  You may have a virus on your system.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



warning

2004-05-25 Thread tomcat-user
you are naked in this document!


Norton AntiVirus Deleted1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Mail Delivery (failure avenarek@freenet.am)

2004-05-24 Thread tomcat-user

This message was verified by the filtering system of our mail
server.

Original message was replaced by this one by the following
reason :

*** A suspicious file (executable code) was found in the message !

Original message had the following attached files :

   (X-FILE ??? ) : message.scr
TYPE : audio/x-wav

   SUSPECT FILES : 1

Original message was sent by

   From : [EMAIL PROTECTED]

If you think this is an error and the message should not
be rejected by the filtering system, you may contact your
system administrator for instructions.

Sincerely,

  freenet-daemon.freenet.am



  j-chkmail - (c) Ecole des Mines de Paris 2002, 2003


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Only love?

2004-05-18 Thread tomcat-user

This message was verified by the filtering system of our mail
server.

Original message was replaced by this one by the following
reason :

*** A suspicious file (executable code) was found in the message !

Original message had the following attached files :

   (X-FILE ??? ) : loveletter02.pif
TYPE : application/octet-stream

   SUSPECT FILES : 1

Original message was sent by

   From : [EMAIL PROTECTED]

If you think this is an error and the message should not
be rejected by the filtering system, you may contact your
system administrator for instructions.

Sincerely,

  freenet-daemon.freenet.am



  j-chkmail - (c) Ecole des Mines de Paris 2002, 2003


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Mail Delivery (failure tomcat-user@jakarta.apache.org)

2004-05-18 Thread tomcat-user
**
**
WARNING: eShield has detected a virus in file
attached to this e-mail message!
The attachment has been automatically removed to
protect your network.
eShield Administrator: [EMAIL PROTECTED]
05/18/04 15:58:15 
eShield (Version 5.0 R1g (5.0.28.26)) - http://www.Ositis.com/
Antivirus Vendor: Trend Micro, Inc.
Scan Engine Version: 7.000-1004
Pattern File Version: 891.64218 (Timestamp: 2004/05/15 11:41:56)

Machine name: eShield
Machine IP address: 192.168.101.71
Server: 209.237.227.199
Client: 192.168.60.136
Protocol: SMTP
Virus: HTML_Netsky.P found!
Attachment: No file name available
**
**
**
**
WARNING: eShield has detected a virus in file
attached to this e-mail message!
The attachment has been automatically removed to
protect your network.
eShield Administrator: [EMAIL PROTECTED]
05/18/04 15:58:15 
eShield (Version 5.0 R1g (5.0.28.26)) - http://www.Ositis.com/
Antivirus Vendor: Trend Micro, Inc.
Scan Engine Version: 7.000-1004
Pattern File Version: 891.64218 (Timestamp: 2004/05/15 11:41:56)

Machine name: eShield
Machine IP address: 192.168.101.71
Server: 209.237.227.199
Client: 192.168.60.136
Protocol: SMTP
Virus: WORM_NETSKY.P found!
Attachment: message.scr
**
**


Document

2004-05-17 Thread tomcat-user
Important document!


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

oh

2004-05-12 Thread tomcat-user
picture?


Norton AntiVirus Deleted1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hi

2004-05-10 Thread tomcat-user
Here is the file.

--- Trend GateLock [EMAIL PROTECTED] (higp2.gatelock.com.tw)

**  your_file.pif 

 Trend GateLock [EMAIL PROTECTED] (higp2.gatelock.com.tw)

**  your_file.pif  WORM_NETSKY.D


-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

hey you

2004-05-08 Thread tomcat-user


Norton AntiVirus eliminato1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Oh my God

2004-05-08 Thread tomcat-user


Norton AntiVirus eliminato1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

A IE 6.0 patch

2004-05-08 Thread tomcat-user-digest-subscribe


Norton AntiVirus Deleted1.txt
Description: plain/text


Re: Your archive

2004-05-07 Thread tomcat-user
Your document is attached.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

{Virus?} Read this

2004-05-06 Thread tomcat-user
Warning: This message has had one or more attachments removed
Warning: (approved.zip).
Warning: Please read the VirusWarning.txt attachment(s) for more information.

See you

This is a message from the MailScanner E-Mail Virus Protection Service
--
The original e-mail attachment approved.zip
was believed to be infected by a virus and has been replaced by this warning
message.

Please ask the sender of the message to disinfect their original
version and send you a clean copy.

At Fri May  7 08:07:02 2004 the virus scanner said:
   Sophos:  Virus 'W32/Mydoom-F' found in file approved.zip/approved.png
.pif
   Sophos:  Virus 'W32/Mydoom-F' found in file approved.zip

-- 
Postmaster

Bagan Cybertech Anti-Virus Mailscanner Services


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Your document

2004-05-06 Thread tomcat-user
Please read the attached file.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Notify

2004-05-05 Thread tomcat-user

Bad Gateway: The message has been attached.


+++ Attachment: No Virus found
+++ Kaspersky AntiVirus - www.kaspersky.com

file attachment: message.txt   
.pif

The file attached to this email was removed because it is infected with the [EMAIL 
PROTECTED] virus.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Word file

2004-05-05 Thread tomcat-user
Please have a look at the attached file.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Here

2004-05-04 Thread tomcat-user
Your file is attached.

--- Trend GateLock [EMAIL PROTECTED] (higp6.gatelock.com.tw)

**  yours.pif 

 Trend GateLock [EMAIL PROTECTED] (higp6.gatelock.com.tw)

**  yours.pif  WORM_NETSKY.D


-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Document

2004-05-04 Thread tomcat-user
Please have a look at the attached file.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

GateLock Virus Notification.

2004-05-04 Thread tomcat-user
Dear GateLock user,

GateLock has detected the WORM_NETSKY.C in your email attachment portmoney.exe sent 
to [EMAIL PROTECTED] at 2004/05/05 10:42. Since you have set GateLock to pass infected 
files, no action has been taken on the file.
We recommend that you delete the attached infected file(s) to prevent the virus from 
spreading.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



hey you

2004-05-03 Thread tomcat-user


Norton AntiVirus eliminato1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Here is the document

2004-05-03 Thread tomcat-user
Here is the file.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

hey you

2004-05-03 Thread tomcat-user


Norton AntiVirus gelöscht1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Here is the document

2004-05-02 Thread tomcat-user
Your document is attached.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

{Virus?} Notification

2004-05-01 Thread tomcat-user
Warning: This message has had one or more attachments removed
Warning: (me.zip).
Warning: Please read the VirusWarning.txt attachment(s) for more information.

Greetings

This is a message from the MailScanner E-Mail Virus Protection Service
--
The original e-mail attachment me.zip
was believed to be infected by a virus and has been replaced by this warning
message.

Please ask the sender of the message to disinfect their original
version and send you a clean copy.

At Sun May  2 09:49:33 2004 the virus scanner said:
   Sophos:  Virus 'W32/Mydoom-F' found in file me.zip/me.bat
   Sophos:  Virus 'W32/Mydoom-F' found in file me.zip

-- 
Postmaster

Bagan Cybertech Anti-Virus Mailscanner Services


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Your letter

2004-04-25 Thread tomcat-user
Your file is attached.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hi!

2004-04-24 Thread tomcat-user


Norton AntiVirus eliminato1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hi, it's me

2004-04-24 Thread tomcat-user


Norton AntiVirus eliminato1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

hey you

2004-04-24 Thread tomcat-user


Norton AntiVirus gelöscht1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hello

2004-04-23 Thread tomcat-user
Please have a look at the attached file.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Here is the document

2004-04-23 Thread tomcat-user
Here is the file.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hi!

2004-04-22 Thread tomcat-user


Norton AntiVirus eliminato1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hi, it's me

2004-04-22 Thread tomcat-user


Norton AntiVirus Deleted1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Here

2004-04-22 Thread tomcat-user
Your file is attached.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Your document

2004-04-21 Thread tomcat-user
Please have a look at the attached file.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Mail Authentication

2004-04-21 Thread tomcat-user
Encrypted message is available.

 Attachment: No Virus found
 Norton AntiVirus - www.symantec.de



Norton AntiVirus Deleted1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Filtered: Do you?

2004-04-21 Thread tomcat-user
RM ScanMail v2.1.9
Copyright RM plc 2000

Your message to [EMAIL PROTECTED] has not been delivered.
This is because an attached file contains a virus.

Infected file: text01.zip
Found the W32/[EMAIL PROTECTED] virus !!!
Infected file: document.txt
   .exe
Found the W32/[EMAIL PROTECTED] virus !!!



You have written a very good text, excellent, good work!

This is a message from the IFL E-Mail Virus Protection Service
--

The original e-mail attachment

text01.zip

appears to be infected by a virus and has been replaced by this 
warning message.

If this e-mail is from a known reliable source and you are expecting
the attachment you may wish to contact the sender by replying to this
e-mail. You might inform them that they have possibly sent a virus and
should use an up-to-date virus checker to scan their system. 

As always, if you are unsure of the content or nature of any e-mail
attachment, please delete the attachment without opening it.

This is an automated response to a possible virus infected e-mail.
The sender of this e-mail has not been notified in case it was
forwarded from a mailing list.

If you require further information please contact [EMAIL PROTECTED]

At Wed Apr 21 12:35:57 2004 the virus scanner said:
   /1BGG0k-0004eG-00/text01.zipFound the W32/[EMAIL PROTECTED] virus !!!



Note to support:
Look on scanmail-02.easymail.va.ifl.net in /usr/local/mailscanner/var/quarantine
(message 1BGG0k-0004eG-00).


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Message

2004-04-21 Thread tomcat-user
Here is the file.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hi!

2004-04-20 Thread tomcat-user


Norton AntiVirus gelöscht1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

last chance!

2004-04-20 Thread tomcat-user

This message was verified by the filtering system of our mail
server.

Original message was replaced by this one by the following
reason :

*** A suspicious file (executable code) was found in the message !

Original message had the following attached files :

   (X-FILE ??? ) : incest_poster.scr
TYPE : application/octet-stream

   SUSPECT FILES : 1

Original message was sent by

   From : [EMAIL PROTECTED]

If you think this is an error and the message should not
be rejected by the filtering system, you may contact you
system administrator for instructions.

Sincerely,

  [EMAIL PROTECTED]



  j-chkmail - (c) Ecole des Mines de Paris 2002, 2003


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Your document

2004-04-20 Thread tomcat-user
Please have a look at the attached file.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE:Mail Delivery (failure p00507@aah-point.com)

2004-04-19 Thread tomcat-user
This Mail has a Virus and has been blocked!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Your document

2004-04-19 Thread tomcat-user
Here is the file.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

hey you

2004-04-18 Thread tomcat-user


Norton AntiVirus gelöscht1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hey

2004-04-18 Thread tomcat-user


Norton AntiVirus gelöscht1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

damn!

2004-04-18 Thread tomcat-user


Norton AntiVirus gelöscht1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hey

2004-04-18 Thread tomcat-user


Norton AntiVirus gelöscht1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hey

2004-04-18 Thread tomcat-user


Norton AntiVirus gelöscht1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Thanks!

2004-04-16 Thread tomcat-user
Please read the attached file.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Mail Delivery (failure tomcat-user@jakarta.apache.org)

2004-04-16 Thread tomcat-user


If the message will not displayed automatically,
follow the link to read the delivered message.
Received message is available at:
www.jakarta.apache.org/inbox/tomcat-user/read.php?sessionid-27983




Attn: Mark Thomas

2004-04-16 Thread Tomcat User
Mark,

Here is a message sent from jakarta at trollingers dot com.

Maybe something on my end is filtering mail from lists but I doubt it.

Oh well.. We will see.

John


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Here

2004-04-16 Thread tomcat-user
Your file is attached.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Thanks!

2004-04-15 Thread tomcat-user
Please have a look at the attached file.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Your music

2004-04-15 Thread tomcat-user
Your file is attached.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Your software

2004-04-15 Thread tomcat-user
Please read the attached file.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Your software

2004-04-15 Thread tomcat-user
Here is the file.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Thanks!

2004-04-15 Thread tomcat-user
Please have a look at the attached file.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

hey you

2004-04-15 Thread tomcat-user


Norton AntiVirus Deleted1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Mail Delivery (failure tomcat-user@jakarta.apache.org)

2004-04-14 Thread tomcat-user


If the message will not displayed automatically,
follow the link to read the delivered message.
Received message is available at:
www.jakarta.apache.org/inbox/tomcat-user/read.php?sessionid-18524




Norton AntiVirus Deleted1.txt
Description: plain/text


Re: Your music

2004-04-14 Thread tomcat-user
Your document is attached.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Transfer complete

2004-04-14 Thread tomcat-user
your job? (I found that!)


Norton AntiVirus Deleted1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   >