Newbie Cold Fusion Studio Question

2000-08-23 Thread Kim Woodbridge

Hello,

I am trying to set up Cold Fusion Studio in order to view and alter
.cfm files created by our main IS department.  I have set up the
Developmental Mappings properly and have created a very simple file from
an example in the Studio documentation.

HTML
HEAD
TITLECall Department/TITLE
/HEAD
BODY
STRONGCall Department/STRONG
!--- Set all variables ---
CFSET Department="Sales"
CFSET City="Boston"
CFSET Salary="11"
!--- Display results ---
CFOUTPUT
I'd like to talk to someone in #Department# in #city# who earns at 
least #Salary#.
/CFOUTPUT
/BODY
/HTML

When I view this in my browser it shows #Department# etc. rather than
filling in the variables.  Does anyone know what I may have not
configured properly or what I am missing here.

I am not running Cold Fusion Server but am using the Microsoft Personal
Server for Windows 95.

Thanks in advance.



Kim A. Woodbridge
Web Developer
Children's Hospital of Philadelphia
215-590-1197
[EMAIL PROTECTED]
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Newbie Cold Fusion Studio Question

2000-08-23 Thread Olive, Christopher M Mr NMR

what is your test file's extension?  if it isn't .cfm, CF server won't pick
it up and do anything with it.

Chris Olive,
DOEHRS Website Administrator 



-Original Message-
From: Kim Woodbridge [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 23, 2000 2:44 PM
To: [EMAIL PROTECTED]
Subject: Newbie Cold Fusion Studio Question


Hello,

I am trying to set up Cold Fusion Studio in order to view and alter
.cfm files created by our main IS department.  I have set up the
Developmental Mappings properly and have created a very simple file from
an example in the Studio documentation.

HTML
HEAD
TITLECall Department/TITLE
/HEAD
BODY
STRONGCall Department/STRONG
!--- Set all variables ---
CFSET Department="Sales"
CFSET City="Boston"
CFSET Salary="11"
!--- Display results ---
CFOUTPUT
I'd like to talk to someone in #Department# in #city# who earns at 
least #Salary#.
/CFOUTPUT
/BODY
/HTML

When I view this in my browser it shows #Department# etc. rather than
filling in the variables.  Does anyone know what I may have not
configured properly or what I am missing here.

I am not running Cold Fusion Server but am using the Microsoft Personal
Server for Windows 95.

Thanks in advance.



Kim A. Woodbridge
Web Developer
Children's Hospital of Philadelphia
215-590-1197
[EMAIL PROTECTED]

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



Re: Newbie Cold Fusion Studio Question

2000-08-23 Thread Jamie Keane

You will need Cold Fusion Server installed on the machine that's serving up
the documents for variables to be interpreted.

--
Jamie Keane
Programmer
SolutionMasters, Inc.
9111 Monroe Rd., Suite 100
Charlotte, NC  28270
www.solutionmasters.com
704.563.5559 x 228  Voice
704.849.9291  Fax
-Original Message-
From: Kim Woodbridge [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Date: Wednesday, August 23, 2000 2:43 PM
Subject: Newbie Cold Fusion Studio Question


Hello,

I am trying to set up Cold Fusion Studio in order to view and alter
.cfm files created by our main IS department.  I have set up the
Developmental Mappings properly and have created a very simple file from
an example in the Studio documentation.

HTML
HEAD
TITLECall Department/TITLE
/HEAD
BODY
STRONGCall Department/STRONG
!--- Set all variables ---
CFSET Department="Sales"
CFSET City="Boston"
CFSET Salary="11"
!--- Display results ---
CFOUTPUT
I'd like to talk to someone in #Department# in #city# who earns at
least #Salary#.
/CFOUTPUT
/BODY
/HTML

When I view this in my browser it shows #Department# etc. rather than
filling in the variables.  Does anyone know what I may have not
configured properly or what I am missing here.

I am not running Cold Fusion Server but am using the Microsoft Personal
Server for Windows 95.

Thanks in advance.



Kim A. Woodbridge
Web Developer
Children's Hospital of Philadelphia
215-590-1197
[EMAIL PROTECTED]
---
---
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

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



RE: Newbie Cold Fusion Studio Question

2000-08-23 Thread Chapman, Katrina

"I am not running Cold Fusion Server but am using the Microsoft Personal
Server for Windows 95."

There's your problem  You can't expect CF templates to process as CF unless
you have the server.

--K

-Original Message-
From: Olive, Christopher M Mr NMR
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 23, 2000 11:48 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Newbie Cold Fusion Studio Question


what is your test file's extension?  if it isn't .cfm, CF server won't pick
it up and do anything with it.

Chris Olive,
DOEHRS Website Administrator 



-Original Message-
From: Kim Woodbridge [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 23, 2000 2:44 PM
To: [EMAIL PROTECTED]
Subject: Newbie Cold Fusion Studio Question


Hello,

I am trying to set up Cold Fusion Studio in order to view and alter
.cfm files created by our main IS department.  I have set up the
Developmental Mappings properly and have created a very simple file from
an example in the Studio documentation.

HTML
HEAD
TITLECall Department/TITLE
/HEAD
BODY
STRONGCall Department/STRONG
!--- Set all variables ---
CFSET Department="Sales"
CFSET City="Boston"
CFSET Salary="11"
!--- Display results ---
CFOUTPUT
I'd like to talk to someone in #Department# in #city# who earns at 
least #Salary#.
/CFOUTPUT
/BODY
/HTML

When I view this in my browser it shows #Department# etc. rather than
filling in the variables.  Does anyone know what I may have not
configured properly or what I am missing here.

I am not running Cold Fusion Server but am using the Microsoft Personal
Server for Windows 95.

Thanks in advance.



Kim A. Woodbridge
Web Developer
Children's Hospital of Philadelphia
215-590-1197
[EMAIL PROTECTED]

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

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



RE: Newbie Cold Fusion Studio Question

2000-08-23 Thread Jeremy Allen

If you are running the files locally(on your machine)...

Without CF Server installed it wont work.

:)

Jeremy Allen
[EMAIL PROTECTED]
[Insert cool title here]

-Original Message-
From: Kim Woodbridge [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 23, 2000 2:44 PM
To: [EMAIL PROTECTED]
Subject: Newbie Cold Fusion Studio Question


Hello,

I am trying to set up Cold Fusion Studio in order to view and alter
.cfm files created by our main IS department.  I have set up the
Developmental Mappings properly and have created a very simple file from
an example in the Studio documentation.

HTML
HEAD
TITLECall Department/TITLE
/HEAD
BODY
STRONGCall Department/STRONG
!--- Set all variables ---
CFSET Department="Sales"
CFSET City="Boston"
CFSET Salary="11"
!--- Display results ---
CFOUTPUT
I'd like to talk to someone in #Department# in #city# who earns at
least #Salary#.
/CFOUTPUT
/BODY
/HTML

When I view this in my browser it shows #Department# etc. rather than
filling in the variables.  Does anyone know what I may have not
configured properly or what I am missing here.

I am not running Cold Fusion Server but am using the Microsoft Personal
Server for Windows 95.

Thanks in advance.



Kim A. Woodbridge
Web Developer
Children's Hospital of Philadelphia
215-590-1197
[EMAIL PROTECTED]

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

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



Re: Newbie Cold Fusion Studio Question

2000-08-23 Thread John Allred

Kim,

You will not be able to view these files as CF-served pages, until you
install the Cold Fusion Server that came with your copy of Studio. If you
have a licensing problem, you can download a copy of Cold Fusion Express
for free from the Allaire site and install it, instead. This might be a
better approach if you want to set up your site on internal DNS, since
people elsewhere in your organization could view and execute the files,
also. The version packaged with Studio, although more powerful, can only be
viewed by a single user.

HTH,
--John



   
 
Kim Woodbridge 
 
woodbridge@emailTo: [EMAIL PROTECTED] 
 
.chop.edu   cc:   
 
 Subject: Newbie Cold Fusion Studio 
Question
08/23/2000 01:43   
 
PM 
 
Please respond to  
 
cf-talk
 
   
 
   
 



Hello,

I am trying to set up Cold Fusion Studio in order to view and alter
.cfm files created by our main IS department.  I have set up the
Developmental Mappings properly and have created a very simple file from
an example in the Studio documentation.

HTML
HEAD
TITLECall Department/TITLE
/HEAD
BODY
STRONGCall Department/STRONG
!--- Set all variables ---
CFSET Department="Sales"
CFSET City="Boston"
CFSET Salary="11"
!--- Display results ---
CFOUTPUT
I'd like to talk to someone in #Department# in #city# who earns at
least #Salary#.
/CFOUTPUT
/BODY
/HTML

When I view this in my browser it shows #Department# etc. rather than
filling in the variables.  Does anyone know what I may have not
configured properly or what I am missing here.

I am not running Cold Fusion Server but am using the Microsoft Personal
Server for Windows 95.

Thanks in advance.



Kim A. Woodbridge
Web Developer
Children's Hospital of Philadelphia
215-590-1197
[EMAIL PROTECTED]
--

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




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



Re: RE: Newbie Cold Fusion Studio Question

2000-08-23 Thread Kim Woodbridge

Chris,

Yes, it's .cfm.  I named the file exactly as it said to in the
documentation.

Thanks,

Kim

 "Olive, Christopher M Mr NMR"
[EMAIL PROTECTED] 08/23 2:48 PM 
what is your test file's extension?  if it isn't .cfm, CF server won't
pick
it up and do anything with it.

Chris Olive,
DOEHRS Website Administrator 



-Original Message-
From: Kim Woodbridge [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, August 23, 2000 2:44 PM
To: [EMAIL PROTECTED] 
Subject: Newbie Cold Fusion Studio Question


Hello,

I am trying to set up Cold Fusion Studio in order to view and alter
.cfm files created by our main IS department.  I have set up the
Developmental Mappings properly and have created a very simple file
from
an example in the Studio documentation.

HTML
HEAD
TITLECall Department/TITLE
/HEAD
BODY
STRONGCall Department/STRONG
!--- Set all variables ---
CFSET Department="Sales"
CFSET City="Boston"
CFSET Salary="11"
!--- Display results ---
CFOUTPUT
I'd like to talk to someone in #Department# in #city# who earns at 
least #Salary#.
/CFOUTPUT
/BODY
/HTML

When I view this in my browser it shows #Department# etc. rather than
filling in the variables.  Does anyone know what I may have not
configured properly or what I am missing here.

I am not running Cold Fusion Server but am using the Microsoft
Personal
Server for Windows 95.

Thanks in advance.



Kim A. Woodbridge
Web Developer
Children's Hospital of Philadelphia
215-590-1197
[EMAIL PROTECTED] 

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



RE: Newbie Cold Fusion Studio Question

2000-08-23 Thread Petro Rondiak

You need CF server running (with a web server such as the MS PWS you
mentioned) to interpret the CF tags you are using.

Petro

 -Original Message-
 From: Kim Woodbridge [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 23, 2000 2:44 PM
 To: [EMAIL PROTECTED]
 Subject: Newbie Cold Fusion Studio Question


 Hello,

 I am trying to set up Cold Fusion Studio in order to view and alter
 .cfm files created by our main IS department.  I have set up the
 Developmental Mappings properly and have created a very simple file from
 an example in the Studio documentation.

 HTML
 HEAD
 TITLECall Department/TITLE
 /HEAD
 BODY
 STRONGCall Department/STRONG
 !--- Set all variables ---
 CFSET Department="Sales"
 CFSET City="Boston"
 CFSET Salary="11"
 !--- Display results ---
 CFOUTPUT
 I'd like to talk to someone in #Department# in #city# who earns at
 least #Salary#.
 /CFOUTPUT
 /BODY
 /HTML

 When I view this in my browser it shows #Department# etc. rather than
 filling in the variables.  Does anyone know what I may have not
 configured properly or what I am missing here.

 I am not running Cold Fusion Server but am using the Microsoft Personal
 Server for Windows 95.

 Thanks in advance.



 Kim A. Woodbridge
 Web Developer
 Children's Hospital of Philadelphia
 215-590-1197
 [EMAIL PROTECTED]
 --
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

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



RE: RE: Newbie Cold Fusion Studio Question

2000-08-23 Thread Olive, Christopher M Mr NMR

sorry, the other folks actually READ the remainder of the message.  you need
to be running CFServer on your machine to interpret the CFM files.

Chris Olive,
DOEHRS Website Administrator 

-Original Message-
From: Kim Woodbridge [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 23, 2000 3:14 PM
To: [EMAIL PROTECTED]
Subject: Re: RE: Newbie Cold Fusion Studio Question


Chris,

Yes, it's .cfm.  I named the file exactly as it said to in the
documentation.

Thanks,

Kim

 "Olive, Christopher M Mr NMR"
[EMAIL PROTECTED] 08/23 2:48 PM 
what is your test file's extension?  if it isn't .cfm, CF server won't
pick
it up and do anything with it.

Chris Olive,
DOEHRS Website Administrator 



-Original Message-
From: Kim Woodbridge [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, August 23, 2000 2:44 PM
To: [EMAIL PROTECTED] 
Subject: Newbie Cold Fusion Studio Question


Hello,

I am trying to set up Cold Fusion Studio in order to view and alter
.cfm files created by our main IS department.  I have set up the
Developmental Mappings properly and have created a very simple file
from
an example in the Studio documentation.

HTML
HEAD
TITLECall Department/TITLE
/HEAD
BODY
STRONGCall Department/STRONG
!--- Set all variables ---
CFSET Department="Sales"
CFSET City="Boston"
CFSET Salary="11"
!--- Display results ---
CFOUTPUT
I'd like to talk to someone in #Department# in #city# who earns at 
least #Salary#.
/CFOUTPUT
/BODY
/HTML

When I view this in my browser it shows #Department# etc. rather than
filling in the variables.  Does anyone know what I may have not
configured properly or what I am missing here.

I am not running Cold Fusion Server but am using the Microsoft
Personal
Server for Windows 95.

Thanks in advance.



Kim A. Woodbridge
Web Developer
Children's Hospital of Philadelphia
215-590-1197
[EMAIL PROTECTED] 

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

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

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



Re: RE: Newbie Cold Fusion Studio Question

2000-08-23 Thread

Date sent:  Wed, 23 Aug 2000 15:14:24 -0400
From:   "Kim Woodbridge" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject:    Re: RE: Newbie Cold Fusion Studio Question
Send reply to:  [EMAIL PROTECTED]
you have to use cold fusion server to server .cfm files
Chris,

Yes, it's .cfm.  I named the file exactly as it said to in the
documentation.

Thanks,

Kim

 "Olive, Christopher M Mr NMR"
[EMAIL PROTECTED] 08/23 2:48 PM 
what is your test file's extension?  if it isn't .cfm, CF server won't
pick it up and do anything with it.

Chris Olive,
DOEHRS Website Administrator 



-Original Message-
From: Kim Woodbridge [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, August 23, 2000 2:44 PM
To: [EMAIL PROTECTED] 
Subject: Newbie Cold Fusion Studio Question


Hello,

I am trying to set up Cold Fusion Studio in order to view and alter
.cfm files created by our main IS department.  I have set up the
Developmental Mappings properly and have created a very simple file
from an example in the Studio documentation.

HTML
HEAD
TITLECall Department/TITLE
/HEAD
BODY
STRONGCall Department/STRONG
!--- Set all variables ---
CFSET Department="Sales"
CFSET City="Boston"
CFSET Salary="11"
!--- Display results ---
CFOUTPUT
I'd like to talk to someone in #Department# in #city# who earns at
least #Salary#. /CFOUTPUT /BODY /HTML

When I view this in my browser it shows #Department# etc. rather than
filling in the variables.  Does anyone know what I may have not
configured properly or what I am missing here.

I am not running Cold Fusion Server but am using the Microsoft
Personal
Server for Windows 95.

Thanks in advance.



Kim A. Woodbridge
Web Developer
Children's Hospital of Philadelphia
215-590-1197
[EMAIL PROTECTED] 
--
-- -- Archives:
http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe
visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_tal
k or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
--
 Archives:
http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe
visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_tal
k or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
--
 Archives:
http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe
visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_tal
k or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: RE: Newbie Cold Fusion Studio Question

2000-08-23 Thread Chris Lott

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

sorry, the other folks actually READ the remainder of the message. 
you need
  to be running CFServer on your machine to interpret the CFM files. 

And you can install the single user version of CF Server that comes
with Studio for just that purpose...

c

-BEGIN PGP SIGNATURE-
Version: PGP Personal Privacy 6.5.3
Comment: KeyID: 0x51046CFD [this signature for sender verification]

iQA/AwUBOaR4p9aLYehRBGz9EQKJ0gCeIOT0KvgM27a/D3+nDvE9TGX/WSAAoNs6
3lkU37UyDxReQ7Qc/UXHnQlQ
=VKC+
-END PGP SIGNATURE-


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