Zipcode finder

2002-06-27 Thread Alex Aguilar

Does anyone of a zipcode finder application?

Client wants it so that when user enters zipcode that the results contain
listings within 50 miles of that zipcode.
I'm looking for an app that will run on windows platfrom (I'd like it if it
were written in CFML but I'll take asp if it works).  The database we're
running is SQLserver and I've heard there's some stored procedure apps that
can do this also.

If anyone can provide me with some good leads I'd really appreciate it.  If
there's a good existing application I can buy then I'm all for it cause
personally I'm not looking forward to learning the internaly workings of US
zipcodes.

Thanks!,
Alex

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



How do I add an existing array to a new structure?

2001-12-12 Thread Alex Aguilar

I have a one-dimensional array called Weeks. It looks something like this: 

1 - 12/02/01
2 - 12/09/01
3 - 12/16/01
4 - 12/23/01
5 - 12/30/01
6 - 01/06/02

How do I add it to a new Session.Structure called stSeason?


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Open Source Content Mananagent System [Zope]

2001-08-22 Thread Alex Aguilar

Zope is an object oriented app server.  The platform's capabilities are
enabled by three mechanisms: tags in the DTML server-side scripting
language, Zope Presentation Template and by extensions generally written in
Zope's native language, Python.

http://www.sdmagazine.com/articles/2001/0105/0105c/0105c.htm


- Original Message -
From: "Raymond Camden" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, August 22, 2001 11:08 AM
Subject: RE: Open Source Content Mananagent System


> If Zope isn't an app server, what does it run on? Ie, Spectra runs on CF,
> what about Zope?
>
> ===
> Raymond Camden, Principal Spectra Compliance Engineer for Macromedia
>
> Email: [EMAIL PROTECTED]
> Yahoo IM : morpheus
>
> "My ally is the Force, and a powerful ally it is." - Yoda
>
> > -Original Message-
> > From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 22, 2001 10:30 AM
> > To: CF-Talk
> > Subject: RE: Open Source Content Mananagent System
> >
> >
> > > Isn't ZOPE more of an application server (like CF, Jrun, or
> > > ASP) than a
> > > CMS?
> >
> > No. It features role based security, online editing, lots of stuff.
> >
> > I looked at a year ago before we choose coldfusion, and it was a bit
> > immature.
> >
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: database modeling

2001-05-17 Thread Alex Aguilar

thanks for the responses everyone.
I'm still not sure what to do. I'm going to finish fleshing out the rest of
the model before deciding.

Adam,
What do you mean by "subtype"? Isn't that more of an OO concept.
How do you model a subtype in a relational db? This project is my first stab
at developing a database from scratch. So any advice or good design
technique articles are very much apprecitated.

thanks,
alex
- Original Message -
From: "Adam Phillip Churvis" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, May 17, 2001 3:28 PM
Subject: Re: database modeling


> Start off by modeling entities, not tables (and remember that they _are_
> different).
>
> If they are different entities, then model them that way.  If they are two
> subtypes of the same entity, then model them as the same entity with two
> subtypes.  When the logical model is resolved into a physical model, then
> you might end up merging the attributes of these two subtypes into a
single
> table with the mutually-exclusive subtype columns NULLable.
>
> Also take into consideration any relationships your model might have
between
> the Player entity and a "Team" entity: a Prospect most likely is not
related
> to a Team, and that is something much more significant that a "Status"
value
> separating Players from Prospects.  Don't try to accommodate this by
putting
> both Prospects and Players into a single table and making the relationship
> between Player and Team optional rather than mandatory.  If you do, then
> you're letting the tail wag the dog.
>
> Respectfully,
>
> Adam Phillip Churvis
> Productivity Enhancement, Inc.
>
> Want truly advanced ColdFusion 5 training?  Register for the Advanced
> Bootcamp for ColdFusion 5, Database, and Javascript at
> http://www.ColdFusionTraining.com!
>
> http://www.CommerceBlocks.com
>
> E-mail:  [EMAIL PROTECTED]
> Phone:   770-446-8866
> - Original Message -
> From: "Alexander Aguilar" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, May 17, 2001 12:41 PM
> Subject: OT: database modeling
>
>
> > I'm working on an amateur sport team's website and they of course want
to
> keep track of their player information.  On their website they want a
> contact/membership form for prospective players.  Now the data that is
> stored for a Player and a Prospect is very similar (personal info [height,
> weight, age], contact info and prowess [batting style, specialty,
> experience,etc].  A prospect is not a member of the team until approved by
> the team.
> >
> > Initially, I was leaning toward building a Prospects table but as I
> mentioned the fields are basically the same as the Player table.  Now I'm
> thinking I should put prospect data directly into the Player table but
> differentiate it by using a "status" column which would one of the three
> following values (active | inactive | prospect).  My question is which is
> the better way to handle Prospects (ie, separate Prospect table or use
> Player table with status field) ?
> >
> > thanks,
> > alex
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Is the beta free???

2001-02-01 Thread Alex Aguilar

to try out yes.
CF5 will be free if you purchased a subscription.

- Original Message -
From: "Phoeun Pha" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, February 01, 2001 3:26 PM
Subject: Is the beta free???


> i hope it is!
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Harpoon Beta

2001-01-30 Thread Alex Aguilar

Basically its a set of GUI tools built using Flash5 and CF.  They include:
- calculator
- calendar
- menus
- grid
- tree

I believe there's a couple more but don't remember them.

I saw a demo of it last week at the Atlanta CFUG by Steve Drucker (CEO,
FigLeaf) and was actually quite impressed.  You can't beat the price - FREE!
Anybody, going to CFSouth will probably see a similar presentation.

- Original Message -
From: "Milks, Jim" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, January 30, 2001 8:49 AM
Subject: RE: Harpoon Beta


> What is harpoon anyway?
>
> -Original Message-
> From: Duane Boudreau [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 30, 2001 1:10 AM
> To: CF-Talk
> Subject: Harpoon Beta
>
>
> Has anyone here been able to get to the Harpoon beta yet?
>
> Thx,
> Duane Boudreau, CTO
> CFExperts
> 603.620.8797
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Amazon using CF

2000-12-14 Thread Alex Aguilar

BEA System's WebLogic
It's a java app server. Somewhere in the $20 grand per processor range.
Of course, it does allow for the personalization you see on Amazon's site.

- Original Message -
From: "Greg Wolfinger" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, December 14, 2000 9:32 AM
Subject: Amazon using CF


> Hey Guys:
>
> I was looking at some amazon.com source and notice quite a bit of
whitespace, resembling CF output.  Does anyone know if Amazon uses CF or
what language they do use.
>
>
> Greg
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



DOS vulnerability in ColdFusion servers

2000-12-13 Thread Alex Aguilar

The solution {remove CFDOCS directory} presented for this "vulnerability"
is something I'd heard was an advisable thing to do for  production servers
in the past.
So many of you may already know this but I thought it would be a good thing
to post.
I thought it might also be a good opportunity to review other CF security
"rules of thumb".
Then again this may be more appropriate in the CFServer list.



- Vulnerability in ColdFusion servers -
   Oxygen3 24h-365d, by Panda Software
Los Angeles, 13 December 2000 -- The example pages of the ColdFusion
search engine could allow a hacker to launch a denial of service (DOS)
attack.

ColdFusion works as an extension to a web server in order to provide it
with more advanced programming capacities.  Its use as a web application
server is widespread in professional environments to develop Internet or
Intranet solutions.

The vulnerability discovered in ColdFusion affects some  scripts that
are optionally loaded by the administrator during configuration. If the
administrator decides to enter the search engine scripts, a malicious
user could use the these pages in order to launch an attack which would
cause the server to fail.

The search engine ships as a component used to index directories to be
searched. This process uses a great deal of CPU space and only happens
when the search script detects that the directories in question are not
indexed. Due to the vulnerability, a malicious user could execute these
scripts remotely from a web browser.

During the indexing process, CPU use reaches some 70%. The problem
becomes more serious  because of the possibility that the attacker has
of multiple script executions, which can increase CPU use to 100%. This
total consumption of system resources causes the ColdFusion server to
fail and not respond to any more requests. In order to restore normal
service it is necessary to restart the server, although to solve the
problem completely it is recommendable to remove the directory "CFDOCS"
created during normal installation.


To subscribe/unsubscribe, please send a
mail to [EMAIL PROTECTED] with the words
"subscribe oxygen3.com" or "unsubscribe oxygen3.com" (without quotes) in the
body
of the message.
If you have any questions about this news item, please contact:
mailto:[EMAIL PROTECTED]
Oxygen3 24h-365d is created and distributed daily by Panda Software.




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Watts/Forta XHTML & CF form variables....

2000-12-12 Thread Alex Aguilar

> Correct me if I'm wrong, but the BROWSER doesn't pass the form field ID to
> the form handler. CF can't use what it doesn't have.

Absolutely correct. That's why in the meantime you have to include both a
name AND id field.

For a good introductory article on XHTML check out:
http://hotwired.lycos.com/webmonkey/00/50/index2a.html

>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Big companies using CF

2000-12-09 Thread Alex Aguilar

Actually www.Gomez.com no longer uses CF.  They switched over to asp.
Kind of strange because if I remember correctly, the case study that Allaire
had on them discussed  how
Gomez had built a lot of their personalization/user tracking engine using
CF.


- Original Message -
From: "jgrubb" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, December 07, 2000 9:23 PM
Subject: RE: Big companies using CF


> Gotta put in my two cents:
>
> www.cirrus.com (Yep, Cirrus Logic)
> www.win2000mag.net (Now this is ironic. The Windows 2000 Magazine Network
built on CF!)
> www2.sys-con.com (Here's another one. The JAVA developer's journal!)
> www.hitachi.com (Hitachi Corp.)
> www.nectech.com (NEC, as in monitors)
> www.stouffers.com (Stouffers. The frozen food company)
> www.matrox.com (The graphics cards)
> www.wavetech.com (The IT training guys)
> www.edmundscientific.com
> www.ami.com (American Megatrends, Inc.)
> software.mcafee.com (McAfee Software, the virus scan guys)
> www.careerbuilder.com (One of the largest job sites)
> www.buyphilips.com (From WebTV to light bulbs)
> www.senate.gov/senators
> www.mbta.com (Mass. Bay Transit Authority)
> www.nmha.org (The National Mental Health Association)
> www.crayola.com (You know, the crayons we write with.)
> www.nikonusa.com (NIKON...The cameras, etc. I think they're kind of big.
;) )
> www.bmwusa.com (BMW... Nice cars)
> www.gomez.com (If he's an online investor, he'll know this one...or
should)
> media.web.aol.com  (AOL's press release site)
> home.verio.net (Verio..One of the big hosting companies)
> nasatechnology.nasa.gov (NASA site is all done in CF)
> amd.c-3.com (Advanced Micro Devices)
> www.onvia.com (If he's in commercial IT, he should know this one.)
> www.crayola.com (You know, the crayons we write with.)
> www.nikonusa.com (NIKON...The cameras, etc. I think they're kind of big.
;) )
> www.bmwusa.com (BMW... Nice cars)
> www.gomez.com (If he's an online investor, he'll know this one...or
should)
> media.web.aol.com  (AOL's press release site)
> home.verio.net (Verio..One of the big hosting companies)
> nasatechnology.nasa.gov (NASA site is all done in CF)
> amd.c-3.com (Advanced Micro Devices)
> www.onvia.com (If he's in commercial IT, he should know this one.)
>
> These are just a very few.
> If you go into the popular search engines and search on '.cfm', you'll get
tens of thousands of sites writen in CF.
>
> Don't forget to mention scalability and speed of development/deployment.
>
> John Grubb
> CTO, National Background Data, LLC
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: What are the recognized CF variable scopes?

2000-12-06 Thread Alex Aguilar

 The following definition  is taken from the Fusebox list and the author is
Douglas M. Smith, [EMAIL PROTECTED]
 I hope he doesn't mind me reposting this since he put it so well ;-)


-

OK, I know everyone is going to hate me, but I think I can give the most
concise definition of  a request variable yet.  Think of it as a challenge
in English and efficiency of communication!

Here's my one line definition of request variables:

Request variables and local variables (scope = VARIABLES) act and can be
treated in EXACTLY THE SAME WAY, with the exception that request variables
can go across the  boundary, while local variables are
"isolated" to the page and .

Local variables: die with the page request
Request variables: die with the page request

Local variables:
available in all  code
Request variables:
available throughout the cascading chain of  AND
 code.

If you know how local variables work, then you know how request variables
work!

STOP THINKING SO HARD!

(but please do yell at Allaire for the lack of documentation that caused
your headache!)


Douglas M. Smith - Database Architect/Web Integration Specialist
TeraTech - Tools for Programmers(tm)
[EMAIL PROTECTED]



- Original Message -
From: "Dempsey, Timothy F." <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, December 06, 2000 8:15 AM
Subject: What are the recognized CF variable scopes?


> Folks,
>
> I have seen a mention on this list in the last couple of days something
> called the request scope for CF variables. I had never heard of it. Until
> now I had only heard of the Application, Client, Session, Form, Query, and
> Attributes scopes as well as the local variable scope.
>
> Now I have a few questions:
>
> 1.) What is the Request scope?
> 2.) Are there other scopes besides that and the ones I listed above?
> 3.) Where are things like this documented? I don't see it in the CF
manuals
> or help files or in Ben Forta's books.
>
> Thanks,
>  -- Tim Dempsey
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: UML

2000-12-04 Thread Alex Aguilar

Building Web Applications with UML:
http://www.conallen.com/whitepapers/webapps/ModelingWebApplications.htm -
original whitepaper
http://www.bookpool.com/.x/r6ebp8rsp6/ss/1?qs=conallen - book
(unfortunately the book examples are in asp)

Fusebox-based approach
www.fuseml.org


- Original Message -
From: "Jason Egan" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, December 04, 2000 8:28 AM
Subject: uml


> I am going to try and model out the next project with UML - any
suggestions
> on resources, books, sites... etc?  I have the monstrous 10MB UML docs
> 1.3 -- anything else?
>
>
> Thanks,
> je
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: ColdFusion for Dummies revision - CF5 features

2000-12-04 Thread Alex Aguilar

Taken from CFVault's summary of Allaire DevCon:
[http://www.cfvault.com/index.cfm/mode/DisplayContent/ContentElementID/64/El
ementPage/2]

CF 5.0 will be built on the existing codebase, and released during the first
half of 2001. It is NOT part of the Pharaoh initiative, the next generation
of Allaire application server platform.

Here are some of the CF 5.0 features:
  a.. User defined functions and functions libraries.
  b.. Ability to run queries against existing query result sets (CFSQL).
  c.. Partial page output.
  d.. Server side graphic engine.
- Original Message -
From: "Angél Stewart" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, December 04, 2000 7:56 AM
Subject: RE: ColdFusion for Dummies revision


> Ok..did I miss something?
>
> Where is the featureset for Coldfusion 5.0 listed?
> :-)
>
> -Gel
>
> -Original Message-
> From: Greg Wolfinger [mailto:[EMAIL PROTECTED]]
>
> John:
>
> Make sure you include user defined functions because that is the
singlemost
> important (in my opinion) new feature with 5.0.  Also, you might want to
go
> over briefly application frameworks like fusebox and any other known ways
> for newbies to structure CF.
>
> Best Regards,
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF Studio & Server 5.0 Costs? :: Budget :: Next Year

2000-11-16 Thread Alex Aguilar

sounds like a question you should ask Allaire sales dept

- Original Message -
From: "Paul Ihrig" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, November 16, 2000 10:41 AM
Subject: CF Studio & Server 5.0 Costs? :: Budget :: Next Year


> hello all!
> i need to make up next fiscal years budget, before i leave for thanks
> giving.
> i cant find costs for CF Studio & Server Ent 5.0
>
> i need to get this into our budget before tomorrow.
>
> if any one can contact me i would appreciate it!
>
> thanks
>
> -paul
>
> Web Developer, NBBJ
> Work: [EMAIL PROTECTED]
> 614 241-3534
>
> Home: [EMAIL PROTECTED]
> 614 449-1681
>
> [EMAIL PROTECTED]
> icq: 47658358
>
> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: New CF Version & Books

2000-11-09 Thread Alex Aguilar

CF 5 is supposed to be a total rewrite.
So I'd expect  a new book for CF5.

Hey, to those that went to the Allaire conference..
What news is there about CF5?
Is expected release still Q2 2001?

- Original Message -
From: "Reilly, Jim" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, November 09, 2000 5:26 PM
Subject: New CF Version & Books


>
> Ben Forta or anyone that knows:
>
> Is Ben writing a new set of books for CF 5.0,
> or waiting until CF 6.0?
>
>
>
>
>
> Tkx,
> Jim
> James M. Reilly
> GlobalSpec.com
> 350 Jordan Road
> Troy, NY 12180
> mailto:[EMAIL PROTECTED]
> http://www.GlobalSpec.com
> Phone: 518.880.0200  x318
> Fax: 518.880.0250
> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>
>


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: New Fusebox Book

2000-11-09 Thread Alex Aguilar

Download it again. Print function was originally disabled.
Then they corrected the situation. The version I have (and printed out) is
timestamped 11-02-00.
Don't know if they've made any revisions since then. Though I have caught a
couple of minor typos in that version.
Still haven't finished it but I like what I've read so far.  Thanks to those
who made it possbile!

- Original Message -
From: "Alex Sherwood" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, November 09, 2000 11:06 AM
Subject: New Fusebox Book


> For anyone who has purchased the E-Book version:
>
> Is it me, or is the print button disabled within Acrobat?
>
> 
> Alex Sherwood
> Certified ColdFusion Developer
> Pierce, Hamilton & Stern
> THE COLLECTORS
> http://www.phs-net.com
> 301-215-4200
>
> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>
>


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]