please unsubscribe me from the list,thanks

2002-11-22 Thread yang huijuan






_
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail


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



Please Unsubscribe me!!

2002-07-18 Thread Jose Aguilera

I have tried repeatedly to unsubscribe from this list and an error occurs.

Can a moderator of this list please help, I'm using outlook 2000.

Thanks.

Jose Aguilera




This message is intended only for the use of the individual or entity to which it is 
addressed and may contain information that is privileged, confidential or exempt from 
disclosure under applicable law. If the reader of this message is not the intended 
recipient, or the employee or agent responsible for delivering the message to the 
intended recipient, you are hereby notified that any dissemination, distribution or 
copying of this communication is strictly prohibited. If you have received this 
communication in error, please notify the sender immediately. 



Re: Please Unsubscribe me!!

2002-07-18 Thread Joel Rees

 I have tried repeatedly to unsubscribe from this list and an error occurs.

Okay, I have removed the mailto:; protocol declarations in the usual
unsubscribe/commands links and pasted them in here:

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

If these links don't work, try direct copy/paste into the To: field of a
blank new message.

If this unsubscribe link doesn't work, try checking that you are posting
the unsubscribe from the same address you subscribed from. Look at your
headers. (I think it's in the View menu or someplace like that, or you
should be able look at the mail source through something like the
Properties item in the File menu.) Check the Return-Path field, and you
should see the mail address that you subscribed from embedded in the
return path. If it is jaa=cardone.com, this isn't the problem. If it is
something else, use the address indicated to unsubscribe.

 Can a moderator of this list please help, I'm using outlook 2000.

There is a way to contact somebody if none of the above work.

My sympathies about Outlook.

-- 
Joel Rees [EMAIL PROTECTED]


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




PLEASE UNSUBSCRIBE ME

2001-10-31 Thread matt goss

PLEASE UNSUBSCRIBE ME
thanks

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




Re: Please unsubscribe me

2001-10-05 Thread Paul Downs

Hi,

 To remove your address from the list, send a message to:
[EMAIL PROTECTED]

  It doesn't work, I have tried unsubscribing my home email address to no 
avail.  Have also tried to mail the list owner with no luck.

Paul



Please unsubscribe me

2001-10-03 Thread Guo Song Bai NCS



Best Regards,
Songbai
Tel: 5565063


This email (including all attachments) contains confidential information
which may be privileged. It is intended solely for the identified
recipient(s) to whom it is addressed. If you are not an intended recipient,
please reply to us immediately and delete this message from your system. You
may not copy or use it for any purpose, or otherwise disclose its contents
to any person




Re: Please unsubscribe me

2001-10-03 Thread Mikael Aronsson

To remove your address from the list, send a message to:
   [EMAIL PROTECTED]

- Original Message -
From: Guo Song Bai NCS [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 03, 2001 9:02 AM
Subject: Please unsubscribe me




 Best Regards,
 Songbai
 Tel: 5565063


 This email (including all attachments) contains confidential information
 which may be privileged. It is intended solely for the identified
 recipient(s) to whom it is addressed. If you are not an intended
recipient,
 please reply to us immediately and delete this message from your system.
You
 may not copy or use it for any purpose, or otherwise disclose its contents
 to any person





PLEASE UNSUBSCRIBE ME

2001-08-07 Thread Jockel, Jeff



-Original Message-
From: Holscher, David M [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 7:51 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Moving /WEB-INF/lib or adding to it in TC 4.0


 
 Holscher, David M at [EMAIL PROTECTED] wrote:
 
  You're relying on a platform specific feature that is *not* in the
  spec.
 
  Putting stuff in the $CATALINA_HOME\lib directory relies on stuff that
 is
  not in the spec. Yet there is provision for that.
 
 Correct, that's why it's not advisable to put it there. $CATALINA_HOME/lib
 is there just because sometimes you want to have libraries accessible by
 all
 your web applications WITHOUT putting them in $JAVA_HOME/jre/lib/ext.

Yes, there are lots of things that are not advisable. I'm just saying that
having a way to extend the places where I look for jar files for a web-app
is no worse than existence of the $CATALINA_HOME/lib. 

 Also that location is not specified but merely a behavior of the Sun JDK
 (that had been inherited by most of the others, but not _all_ :)
 
  Also, doesn't relying on this violate your first statement about
 wouldn't
  ship a web app that relies on anything outside the war file?
 
  My original question was removed from your reply but if you go back a
  re-read it, I said I wanted to do it in my current development
 environment.
  We I release code to production it is in a self-contained war file.
 
 Yes, but at this point I don't quite get WHY you have to have a JAR file
 specifically tied to a single Web Application in a directory != from your
 WEB-INF/lib... It there a solid explanation on why you need this behavior?
 
 Pier

We have a set of jar files used by several programs which are not web
applications. We have a single web app which uses some of the jar files. It
does not make sense for the programs that are not web applications to use
jar files in the WEB-INF/lib directory nor does it make sense for the web
application to use files outside that directory. So when we build a
production release we make sure we have copies of the jar files in the right
places. However, in development when I make a change to a source file there
is much less pain involved if I don't have to make sure to copy the
resulting change to the jar file into all of the places it is needed. It is
simply easier to point the applications that need it to the central
location. Please don't answer that I should have the build script make extra
copies of the jar files (which will cause configuration management issues)
and please don't answer that the central location be the WEB-INF/lib
directory because most of our developers don't see that directory. I simply
want to know if it is possible to extend the library path for a web
application. At this point, I'm sure the answer is no.

Dave Holscher



PLEASE UNSUBSCRIBE ME

2001-08-07 Thread Jockel, Jeff



-Original Message-
From: Michael Weissenbacher [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 7:51 AM
To: '[EMAIL PROTECTED]'
Subject: RE: I don't see the output under Linux


i use to following command in startup.sh to write the output of tomcat into
a log file:

$BASEDIR/tomcat.sh start $@ /path/to/system-out.log 21

this way also the error stream goes into the same file as the stdout and
tomcat is quiet (not writing stuff to my console as it starts up).

michael

-Original Message-
From: Stefano Bonnin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 9:39 AM
To: [EMAIL PROTECTED]
Subject: I don't see the output under Linux


I am a new linux user and I have just installed Tomcat under linux.
I have developed an application and now I am testing it.

Tomcat is installed on a linux server and I try to access it (at my
application) with a windows 98 PC.

I have introduced a System.out.println lines in my application (for the
testing phase), but I don't see theirs output.
I have tried to do this (every time that tomcat is started):

 ./tomcat start  tomcat.out

without success.

How can I do a right redirect?

Thanks in advance.

Stefano



PLEASE UNSUBSCRIBE ME

2001-08-07 Thread Jockel, Jeff



-Original Message-
From: Arik Levin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 8:45 AM
To: [EMAIL PROTECTED]
Subject: RE: meta search



I know this one.. 
but thanks anyway.

-Original Message-
From: Kenneth Westelinck [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 1:12 PM
To: [EMAIL PROTECTED]
Subject: Re: meta search


Arik,

Maybe you can use HTDig, from
http://www.htdig.org/


hope this helps,

Kenneth



From: Arik Levin [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: meta search
Date: Tue, 7 Aug 2001 13:35:26 +0200


   I'm looking for an open source Meta Search.

   If anybody out there know a good one please get back to me...


   Thanks...
   Arik



_
Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp



PLEASE UNSUBSCRIBE ME

2001-08-07 Thread Jockel, Jeff



-Original Message-
From: Jacek Prucia [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 7:32 AM
To: [EMAIL PROTECTED]
Subject: RE: I don't see the output under Linux



 in your server.xml file, add the attibut path to:
 
 Logger name=tc_log
 path=/tmp/tomcat.log    here
 verbosityLevel = INFORMATION
 /
 
 ;)

That's not going to help. Adding path attribute just makes Tomcat write
info to log file, but nothing more. Every damn System.out.println() call
writes to console from which Tomcat has been started. This problem is
probably more related to JVM rather than Tomcat.

-- 
Jacek Prucia
7bulls.com S.A.




PLEASE UNSUBSCRIBE ME

2001-08-07 Thread Jockel, Jeff



-Original Message-
From: Kenneth Westelinck [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 7:12 AM
To: [EMAIL PROTECTED]
Subject: Re: meta search


Arik,

Maybe you can use HTDig, from
http://www.htdig.org/


hope this helps,

Kenneth



From: Arik Levin [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: meta search
Date: Tue, 7 Aug 2001 13:35:26 +0200


   I'm looking for an open source Meta Search.

   If anybody out there know a good one please get back to me...


   Thanks...
   Arik



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



PLEASE UNSUBSCRIBE ME

2001-08-07 Thread Jockel, Jeff



-Original Message-
From: Beth Kelly [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 06, 2001 6:19 PM
To: [EMAIL PROTECTED]
Subject: Re: JDBC Realms


Actually, I see why you would not want the passwords in memory.

Kyle Wayne Kelly
(504)391-3985
http://www.cs.uno.edu/~kkelly
- Original Message - 
From: Michael Wentzel [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 06, 2001 12:13 PM
Subject: RE: JDBC Realms


   Advantage: You don't lose existing session data
   Disadv   : You're not actually re-authenticating
  (not really authenticating, you lost me)
 
 After looking at some code I figured something out...
 I was thinking about this architecture wrong.  Kyle was
 right just using:
 
 session.setAttribute(j_password, sPassword);
 
 will provide a hook for password changes.
 
 
 ---
 Michael Wentzel
 Software Developer
 Software As We Think - http://www.aswethink.com
 




RE: PLEASE UNSUBSCRIBE ME

2001-08-07 Thread Olivier LAUDREN

This could be found in the mail's header:
list-unsubscribe: mailto:[EMAIL PROTECTED]

-Message d'origine-
De : Jockel, Jeff [mailto:[EMAIL PROTECTED]]
Envoyé : mardi 7 août 2001 14:11
À : [EMAIL PROTECTED]
Objet : PLEASE UNSUBSCRIBE ME




-Original Message-
From: Beth Kelly [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 06, 2001 6:19 PM
To: [EMAIL PROTECTED]
Subject: Re: JDBC Realms


Actually, I see why you would not want the passwords in memory.

Kyle Wayne Kelly
(504)391-3985
http://www.cs.uno.edu/~kkelly
- Original Message - 
From: Michael Wentzel [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 06, 2001 12:13 PM
Subject: RE: JDBC Realms


   Advantage: You don't lose existing session data
   Disadv   : You're not actually re-authenticating
  (not really authenticating, you lost me)
 
 After looking at some code I figured something out...
 I was thinking about this architecture wrong.  Kyle was
 right just using:
 
 session.setAttribute(j_password, sPassword);
 
 will provide a hook for password changes.
 
 
 ---
 Michael Wentzel
 Software Developer
 Software As We Think - http://www.aswethink.com
 




PLEASE UNSUBSCRIBE ME FROM THIS LIST

2001-08-07 Thread Jockel, Jeff

PLEASE PLEASE UNSUBSCRIBE FROM THIS LIST

-Original Message-
From: Felix Guerrero [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 02, 2001 9:11 PM
To: [EMAIL PROTECTED]
Subject: Newbie: Problem integrating with IIS


Hi,

Tomcat runs fine on its own port. However, when the request is made through 
IIS this is the output in the isapi log file:
[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of 
/examples/jsp/index.jsp
[jk_uri_worker_map.c (345)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (407)]: jk_uri_worker_map_t::map_uri_to_worker, Found a

match ajp12
[jk_isapi_plugin.c (439)]: HttpFilterProc [/examples/jsp/index.jsp] is a 
servlet url - should redirect to ajp12
[jk_isapi_plugin.c (461)]: HttpFilterProc check if [/examples/jsp/index.jsp]

is points to the web-inf directory

I am simply trying to execute the examples application.
Any help will be greatly appreciated.

Felix.



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



Re: PLEASE UNSUBSCRIBE ME

2001-08-07 Thread Jeff Kilbride

Since we filtered HTML, can we filter any message with 'unsubscribe' in the
subject?

--jeff

- Original Message -
From: Olivier LAUDREN [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, August 07, 2001 5:11 AM
Subject: RE: PLEASE UNSUBSCRIBE ME


 This could be found in the mail's header:
 list-unsubscribe: mailto:[EMAIL PROTECTED]

 -Message d'origine-
 De : Jockel, Jeff [mailto:[EMAIL PROTECTED]]
 Envoyé : mardi 7 août 2001 14:11
 À : [EMAIL PROTECTED]
 Objet : PLEASE UNSUBSCRIBE ME




 -Original Message-
 From: Beth Kelly [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 06, 2001 6:19 PM
 To: [EMAIL PROTECTED]
 Subject: Re: JDBC Realms


 Actually, I see why you would not want the passwords in memory.

 Kyle Wayne Kelly
 (504)391-3985
 http://www.cs.uno.edu/~kkelly
 - Original Message -
 From: Michael Wentzel [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, August 06, 2001 12:13 PM
 Subject: RE: JDBC Realms


Advantage: You don't lose existing session data
Disadv   : You're not actually re-authenticating
   (not really authenticating, you lost me)
 
  After looking at some code I figured something out...
  I was thinking about this architecture wrong.  Kyle was
  right just using:
 
  session.setAttribute(j_password, sPassword);
 
  will provide a hook for password changes.
 
 
  ---
  Michael Wentzel
  Software Developer
  Software As We Think - http://www.aswethink.com
 





PLEASE UNSUBSCRIBE ME!!!!!

2001-08-06 Thread Jockel, Jeff



-Original Message-
From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 03, 2001 6:05 AM
To: [EMAIL PROTECTED]
Subject: Re: Jakarta NT service


Rijk Stofberg at [EMAIL PROTECTED] wrote:

 Greetz
 
 I have been using Tomcat in one or the other guise for a while and it =
 works really well. Recently I installed the Jakarta NT Service and that =
 works fine (I am running the 1.3.1 JVM). My only problem is running =
 Tomcat as a seperate user, with it's own permissions. I see it is =
 possible to change the user that a service runs as. This will allow me =
 to set the permissions on my filesystem (ala UNIX), so that Tomcat only =
 has access to it's own directories and minimal crucial system dirs. In =
 this manner I can reduce the security risk. My question is, What does =
 tomcat need access to and at what level?. If I can figure this out, it =
 would really rock!
 
 Any help is appreciated.

What Tomcat? 4.0 can do it. 3.x not (yet?)

Pier



PLEASE UNSUBSCRIBE ME OR TELL ME HOW TO DO IT

2001-06-04 Thread Harrison, Robert

UN

-Original Message-
From: Boris Garbuzov [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 04, 2001 9:24 AM
To: [EMAIL PROTECTED]
Subject: subscription


anybody knows how to subscribe daily mail collective file instead of
individual
mails?

-



Pernica, Jan wrote:

 only path relative to the your application context root works.

 On Monday, June 04, 2001 2:20 PM, Ryan [SMTP:[EMAIL PROTECTED]]
wrote:
  I am trying to include files using tomcat 3.2, right now I'm testing
out
 my
  setup with the
 
  %@ include file=bleh
 
  However, the file value only works when I specify a _relative_ path
inside
  one of the Contexts. How can I make it so that an absolute path will
work
  with any file on my server?
 
 
  cheers
  -ryan
 



  
  www.the45.dhs.org
 

 __
 Tato komunikace je urcena vyhradne pro adresata a je duverna.
 This communication is intended solely for the addressee and is
confidential.



Re: PLEASE UNSUBSCRIBE ME OR TELL ME HOW TO DO IT

2001-06-04 Thread Chu J Tan

Try looking for the site where you subscribed it.

Maybe the host should consider putting unsubscribing information on every
mail.

- Original Message -
From: Harrison, Robert [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 04, 2001 9:44 AM
Subject: PLEASE UNSUBSCRIBE ME OR TELL ME HOW TO DO IT


 UN

 -Original Message-
 From: Boris Garbuzov [mailto:[EMAIL PROTECTED]]
 Sent: Monday, June 04, 2001 9:24 AM
 To: [EMAIL PROTECTED]
 Subject: subscription


 anybody knows how to subscribe daily mail collective file instead of
 individual
 mails?

 -



 Pernica, Jan wrote:

  only path relative to the your application context root works.
 
  On Monday, June 04, 2001 2:20 PM, Ryan [SMTP:[EMAIL PROTECTED]]
 wrote:
   I am trying to include files using tomcat 3.2, right now I'm testing
 out
  my
   setup with the
  
   %@ include file=bleh
  
   However, the file value only works when I specify a _relative_ path
 inside
   one of the Contexts. How can I make it so that an absolute path will
 work
   with any file on my server?
  
  
   cheers
   -ryan
  
 
 
 
   
   www.the45.dhs.org
  
 
  __
  Tato komunikace je urcena vyhradne pro adresata a je duverna.
  This communication is intended solely for the addressee and is
 confidential.





RE: PLEASE UNSUBSCRIBE ME OR TELL ME HOW TO DO IT

2001-06-04 Thread Loflin, Charles

To remove your address from the list, send a message to:
   [EMAIL PROTECTED]

-Original Message-
From: Chu J Tan [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 04, 2001 12:49 PM
To: [EMAIL PROTECTED]
Subject: Re: PLEASE UNSUBSCRIBE ME OR TELL ME HOW TO DO IT


Try looking for the site where you subscribed it.

Maybe the host should consider putting unsubscribing information on every
mail.

- Original Message -
From: Harrison, Robert [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 04, 2001 9:44 AM
Subject: PLEASE UNSUBSCRIBE ME OR TELL ME HOW TO DO IT


 UN

 -Original Message-
 From: Boris Garbuzov [mailto:[EMAIL PROTECTED]]
 Sent: Monday, June 04, 2001 9:24 AM
 To: [EMAIL PROTECTED]
 Subject: subscription


 anybody knows how to subscribe daily mail collective file instead of
 individual
 mails?

 -



 Pernica, Jan wrote:

  only path relative to the your application context root works.
 
  On Monday, June 04, 2001 2:20 PM, Ryan [SMTP:[EMAIL PROTECTED]]
 wrote:
   I am trying to include files using tomcat 3.2, right now I'm testing
 out
  my
   setup with the
  
   %@ include file=bleh
  
   However, the file value only works when I specify a _relative_ path
 inside
   one of the Contexts. How can I make it so that an absolute path will
 work
   with any file on my server?
  
  
   cheers
   -ryan
  
 
 
 
   
   www.the45.dhs.org
  
 
  __
  Tato komunikace je urcena vyhradne pro adresata a je duverna.
  This communication is intended solely for the addressee and is
 confidential.




RE: PLEASE UNSUBSCRIBE ME OR TELL ME HOW TO DO IT

2001-06-04 Thread Milt Epstein

On Mon, 4 Jun 2001, Loflin, Charles wrote:

 To remove your address from the list, send a message to:
[EMAIL PROTECTED]

If one is subscribed to the digest form of the list (I'm guessing
that's what they mean by daily mail collective file), then the
unsubscribe address is different.  It's
[EMAIL PROTECTED]

 -Original Message-
 From: Chu J Tan [mailto:[EMAIL PROTECTED]]
 Sent: Monday, June 04, 2001 12:49 PM
 To: [EMAIL PROTECTED]
 Subject: Re: PLEASE UNSUBSCRIBE ME OR TELL ME HOW TO DO IT


 Try looking for the site where you subscribed it.

 Maybe the host should consider putting unsubscribing information on every
 mail.

 - Original Message -
 From: Harrison, Robert [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, June 04, 2001 9:44 AM
 Subject: PLEASE UNSUBSCRIBE ME OR TELL ME HOW TO DO IT


  UN
 
  -Original Message-
  From: Boris Garbuzov [mailto:[EMAIL PROTECTED]]
  Sent: Monday, June 04, 2001 9:24 AM
  To: [EMAIL PROTECTED]
  Subject: subscription
 
 
  anybody knows how to subscribe daily mail collective file instead of
  individual
  mails?
 
  -
 
 
 
  Pernica, Jan wrote:
 
   only path relative to the your application context root works.
  
   On Monday, June 04, 2001 2:20 PM, Ryan [SMTP:[EMAIL PROTECTED]]
  wrote:
I am trying to include files using tomcat 3.2, right now I'm testing
  out
   my
setup with the
   
%@ include file=bleh
   
However, the file value only works when I specify a _relative_ path
  inside
one of the Contexts. How can I make it so that an absolute path will
  work
with any file on my server?
   
   
cheers
-ryan
   
  
  
  

www.the45.dhs.org
   
  
   __
   Tato komunikace je urcena vyhradne pro adresata a je duverna.
   This communication is intended solely for the addressee and is
  confidential.
 


Milt Epstein
Research Programmer
Software/Systems Development Group
Computing and Communications Services Office (CCSO)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]




Please unsubscribe

2001-05-16 Thread Manmeet Anand


__
Get your own FREE, personal Netscape Webmail account today at 
http://webmail.netscape.com/



Re: Please unsubscribe

2001-05-16 Thread Dana Marcusanu

Please unsubscribe
--- Manmeet Anand [EMAIL PROTECTED] wrote:
 
 __
 Get your own FREE, personal Netscape Webmail account today at
http://webmail.netscape.com/


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/



RE: Please unsubscribe

2001-05-16 Thread Randy Layman


Here's a novel idea, why don't you try following the directions that
you got as part of the signup message?  They are:

You can start a subscription for an alternate address,
for example [EMAIL PROTECTED], just add a hyphen and your
address (with '=' instead of '@') after the command word:
[EMAIL PROTECTED]

To stop subscription for this address, mail:
[EMAIL PROTECTED]

In both cases, I'll send a confirmation message to that address. When
you receive it, simply reply to it to complete your subscription.

If despite following these instructions, you do not get the
desired results, please contact my owner at
[EMAIL PROTECTED] Please be patient, my owner is a
lot slower than I am ;-)

Two things to remember:  The email address that you think you are
subscribed as might not be the address that you actually are (mail forwards
and mail servers set up to have several different variations on your name
for one account) and you MUST respond to the confirmation.

Randy


 -Original Message-
 From: Dana Marcusanu [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, May 16, 2001 8:32 AM
 To: [EMAIL PROTECTED]
 Subject: Re: Please unsubscribe
 
 
 Please unsubscribe
 --- Manmeet Anand [EMAIL PROTECTED] wrote:
  
  __
  Get your own FREE, personal Netscape Webmail account today at
 http://webmail.netscape.com/
 
 
 __
 Do You Yahoo!?
 Yahoo! Auctions - buy the things you want at great prices
 http://auctions.yahoo.com/
 



RE: Please unsubscribe

2001-05-16 Thread Tim O'Neil

At 08:33 AM 5/16/2001 -0400, you wrote:
Here's a novel idea, why don't you try following the directions that
 you got as part of the signup message?  They are:
unsub blah blah snipped
 Randy

Many list servers (including two that I run) append
unsubbing instructions to any messages going out to
the list, maybe it would be good to do that here.




RE: Please unsubscribe

2001-05-16 Thread Michael Wentzel

 Many list servers (including two that I run) append
 unsubbing instructions to any messages going out to
 the list, maybe it would be good to do that here.

It used to be included in footer of messages and people
still ignored it.  There were as many people asking how
to unsubscribe then as there are now.

There is just no definitive cure for laziness.


---
Michael Wentzel
Software Developer
Software As We Think - http://www.aswethink.com



Re: please unsubscribe me

2001-05-08 Thread Declan Magee



cant blame you for wanting out
send an email to this address 
no subject needed

[EMAIL PROTECTED] 



  - Original Message - 
  From: 
  praveen 
  
  To: [EMAIL PROTECTED] 
  
  Sent: Saturday, May 05, 2001 2:43 
PM
  Subject: please unsubscribe me
  
  please unsubscribe 
me


Re: please unsubscribe me

2001-05-07 Thread Tien Duc Nguyen

 praveen wrote:

 please unsubscribe me

yeah me too !!1




RE: please unsubscribe me

2001-05-07 Thread Fred Huelsbeck
Title: RE: please unsubscribe me





To remove your address from the list, send a message to:
 [EMAIL PROTECTED]



-Original Message-
From: Tien Duc Nguyen [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 07, 2001 10:33 AM
To: [EMAIL PROTECTED]
Subject: Re: please unsubscribe me



 praveen wrote:

 please unsubscribe me


yeah me too !!1





please unsubscribe me

2001-05-05 Thread praveen



please unsubscribe me


Please Unsubscribe

2001-04-25 Thread David DELGRANCHE

Please can someone unsubscribe me from the list?
Thanks!

David DELGRANCHE
[EMAIL PROTECTED]  
Tel: 02.99 05.34.25 
Fax: 02.99.05.34.05
Sogitec Industries
24, Avenue Lavoisier
ZI du Champ Niguel
35174 BRUZ CEDEX






RE: please unsubscribe me

2001-04-17 Thread Gottwald, Oliver

me too for the 15th time...

-Original Message-
From: Maura TAYLOR [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 17, 2001 8:05 AM
To: '[EMAIL PROTECTED]'
Subject: please unsubscribe me


please take me off this list.



RE: please unsubscribe me

2001-04-17 Thread GASNIER Lise

To be unsubscribed: send an e-mail to:
[EMAIL PROTECTED]

 -Message d'origine-
 De:   Gottwald, Oliver [SMTP:[EMAIL PROTECTED]]
 Date: mardi 17 avril 2001 15:30
 :'[EMAIL PROTECTED]'
 Objet:RE: please unsubscribe me
 
 me too for the 15th time...
 
 -Original Message-
 From: Maura TAYLOR [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 17, 2001 8:05 AM
 To: '[EMAIL PROTECTED]'
 Subject: please unsubscribe me
 
 
 please take me off this list.



Re: please unsubscribe me

2001-04-17 Thread Wolle

Hello guys,
is it so difficult ?
you have only to send a Email to:

[EMAIL PROTECTED]

Greetings,
Michael

"Gottwald, Oliver" wrote:

 me too for the 15th time...

 -Original Message-
 From: Maura TAYLOR [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 17, 2001 8:05 AM
 To: '[EMAIL PROTECTED]'
 Subject: please unsubscribe me

 please take me off this list.




RE: please unsubscribe me

2001-04-17 Thread Milt Epstein

On Tue, 17 Apr 2001, GASNIER Lise wrote:

 To be unsubscribed: send an e-mail to:
 [EMAIL PROTECTED]

That may not work.  Read this for more info:

http://marc.theaimsgroup.com/?l=tomcat-userm=98648985324332w=2


  -Message d'origine-
  De: Gottwald, Oliver [SMTP:[EMAIL PROTECTED]]
  Date:   mardi 17 avril 2001 15:30
  :  '[EMAIL PROTECTED]'
  Objet:  RE: please unsubscribe me
 
  me too for the 15th time...
 
  -Original Message-
  From: Maura TAYLOR [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, April 17, 2001 8:05 AM
  To: '[EMAIL PROTECTED]'
  Subject: please unsubscribe me
 
 
  please take me off this list.


Milt Epstein
Research Programmer
Software/Systems Development Group
Computing and Communications Services Office (CCSO)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]




Re: please unsubscribe me

2001-04-17 Thread B. van Ouwerkerk

At 15:05 17-4-01 +0200, you wrote:
please take me off this list.

Would you please read the header..

list-help: mailto:[EMAIL PROTECTED]
list-unsubscribe: mailto:[EMAIL PROTECTED]
list-post: mailto:[EMAIL PROTECTED]




Please Unsubscribe Me

2001-01-12 Thread neild5

Please unsubscribe me

This message was sent by Easymail - http://www.easynet.co.uk/

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




please unsubscribe

2001-01-12 Thread pinstall

would you please unsubscribe [EMAIL PROTECTED] from the list
[EMAIL PROTECTED]

Patrick Install ([EMAIL PROTECTED])




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




Re: please unsubscribe

2001-01-12 Thread Robert Wohleb

Everyone makes mistakes, but this has happened more than once in the
last week. Doesn't anyone read the bottom of emails anymore? At the
bottom of every email are the instructions...

~Rob

[EMAIL PROTECTED] wrote:
 
 would you please unsubscribe [EMAIL PROTECTED] from the list
 [EMAIL PROTECTED]
 
 Patrick Install ([EMAIL PROTECTED])
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]

-- 
___

 Robert Wohleb
 Web Applications Development Manager
 Parafoil Software, Inc.
___

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