i get it now...

okay to show an image but to mask the source it is coming from...
well, this isn't totally secure but what about renaming each file to
something like

logo_aoighoaihgoaoo31905u3051.jpg
welcome_apgaahha939393593595931.jpg
hello_09q3570931209275029602.jpg
contactus_3-699696969696.jpg

even though they know where the files are coming from, if they dont have
names like "Logo.jpg" they wouldn't be able to just guess the other files in
there. the logo_ part of it helps the programmer to know what file it is..
but the wopitywoihwohgow.jpg part makes it almost impossible for someone to
just guess it


-----Original Message-----
From: Nadir Ait-Laoussine [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 29, 2000 10:34 AM
To: CF-Talk
Cc: Kristina Patterson; Michael Kilkelly
Subject: RE: Protecting Content / content leeching... A CF method?


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C02A2A.BB0551EA
Content-Type: text/plain;
        charset="iso-8859-1"

Gavin, you are not confused, just off base. :)

The issue is not to make a document not available to someone who can see it
but to someone who cannot see it...

Case in point...  the <img src="..."> tag will let you know that a file is
located at /a/b/file.jpg
so you could go to the location bar and look for that image.  You could get
tricky and try to view other files located at that location...
/a/b/anotherfile.jpg.  For us, that is a problem.  The img tag reveals a
little too much information.

So the concern is not so much the document itself, but rather the ability to
figure out where it is located.  It's been recommended to me to use CF
mappings to substitue for that, problem is that CF mappings, as far as I
know, do not work with the IMG tag, let alone the EMBED tag.

So I am left with the CFCONTENT tag, problem with the content tag is that it
takes over the entire screen.  I've tried to embed it in a layer or IFRAME,
but it still takes over the whole window.

There are a few PERL scripts out there that "mask" the path to the file.  So
by typing www.mydomain.com/getstuff.cgi?image.jpg, the script would display
the image but masking it's location (which in reality is not a web location,
but a physical location on the web server [c:\...]) This works well except
that all the scripts that I have tried choke (by that I mean render only
part of) the file.  regardless of the MIME type.  I think the problem is
that those scripts were written on UNIX, and we are on WIN2K.

So that is where we are.

Note that the last option (the PERL option) is still not exactly what we are
looking for because of
1. security problems with CGI scripts in general
2. it does not work with the IMG tag.

Nadir


-----Original Message-----
From: Gavin Myers [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 29, 2000 9:37 AM
To: CF-Talk
Subject: RE: Protecting Content / content leeching... A CF method?


I'm kinda confused (hah!) but isn't it technically impossible to protect any
content that the person can see?

In order to see an image/pdf/text file it has to be downloaded - therefore
it is accessable. There is no possible way to protect an image from being
taken (SnagIT).

or am i off subject?

-----Original Message-----
From: Bosky, Dave [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 29, 2000 7:02 AM
To: CF-Talk
Subject: RE: Protecting Content / content leeching... A CF method?


I'm having trouble displaying the pdf in netscape it doesn't give me the
navigational toolbar at the top of the document.
Any ideas what would cause netscape to act this way?
Thanks,
Dave
  

> -----Original Message-----
> From: Hayes, David [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, September 28, 2000 4:54 PM
> To:   CF-Talk
> Subject:      RE: Protecting Content / content leeching... A CF method?
> 
> FYI - It's working fine on my machine; acrobat reader loads and the pdf is
> displayed properly.
> 
> -----Original Message-----
> From: Nadir Ait-Laoussine [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 28, 2000 1:40 PM
> To: CF-Talk
> Subject: RE: Protecting Content / content leeching... A CF method?
> 
> 
> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
> 
> ------_=_NextPart_001_01C0297B.7F2629C8
> Content-Type: text/plain;
>       charset="iso-8859-1"
> 
> Rob, thanks for the feedback.
> 
> For PDF files I am using the standard MIME types.
> 
> Here is my code.
> 
> <cfcontent type="application/pdf" file="F:\projectdata\1\1\test.pdf"
> deletefile="No">
> 
> You can go to 
> http://www.edificium.com/imagetest/getstuff.cfm?bob=pdf to see the (awful
> mess of a) result
> 
> 
> On the second part of your message, if I do use the CF directory mappings,
> aren't I suddenly unable to user the  <img src="..."> tag - is there a
> work
> around?
> 
> Thanks fo ryou help
> Nadir
> 
> -----Original Message-----
> From: Rob Keniger [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 28, 2000 12:48 AM
> To: CF-Talk
> Subject: Re: Protecting Content / content leeching... A CF method?
> 
> 
> on 9/28/00 7:28 AM, Nadir Ait-Laoussine at [EMAIL PROTECTED] wrote:
> 
> > Now, I've been
> > recommended to user CFCONTENT, the problem with CFCONTENT is that it
> just
> > spews out the content, so a PDF file (even if I specify the mime type)
> will
> > come not come out as a PDF file, but some garbled text.
> 
> What MIME type are you using for PDFs? What you describe works perfectly
> for
> me.
> 
> You could also try using CF directory mappings - these will prevent anyone
> directly accessing the files if you point them outside the Web root
> directory.
> 
> Rob Keniger
> [EMAIL PROTECTED]
> __________________________________________________________________________
> __
> 
> big bang solutions
> <http://www.bigbang.net.au>         p +61 7 3311 2733      f +61 7 3311
> 2744
> __________________________________________________________________________
> __
> 
> 
> --------------------------------------------------------------------------
> --
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> 
> ------_=_NextPart_001_01C0297B.7F2629C8
> Content-Type: text/html;
>       charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
> <HTML>
> <HEAD>
> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
> charset=3Diso-8859-1">
> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
> 5.5.2650.12">
> <TITLE>RE: Protecting Content / content leeching... A CF =
> method?</TITLE>
> </HEAD>
> <BODY>
> 
> <P><FONT SIZE=3D2>Rob, thanks for the feedback.</FONT>
> </P>
> 
> <P><FONT SIZE=3D2>For PDF files I am using the standard MIME =
> types.</FONT>
> </P>
> 
> <P><FONT SIZE=3D2>Here is my code.</FONT>
> </P>
> 
> <P><FONT SIZE=3D2>&lt;cfcontent type=3D&quot;application/pdf&quot; =
> file=3D&quot;F:\projectdata\1\1\test.pdf&quot; =
> deletefile=3D&quot;No&quot;&gt;</FONT>
> </P>
> 
> <P><FONT SIZE=3D2>You can go to </FONT>
> <BR><FONT SIZE=3D2><A =
> HREF=3D"http://www.edificium.com/imagetest/getstuff.cfm?bob=3Dpdf" =
> TARGET=3D"_blank">http://www.edificium.com/imagetest/getstuff.cfm?bob=3D=
> pdf</A> to see the (awful mess of a) result</FONT>
> </P>
> <BR>
> 
> <P><FONT SIZE=3D2>On the second part of your message, if I do use the =
> CF directory mappings, aren't I suddenly unable to user the&nbsp; =
> &lt;img src=3D&quot;...&quot;&gt; tag - is there a work =
> around?</FONT></P>
> 
> <P><FONT SIZE=3D2>Thanks fo ryou help</FONT>
> <BR><FONT SIZE=3D2>Nadir</FONT>
> </P>
> 
> <P><FONT SIZE=3D2>-----Original Message-----</FONT>
> <BR><FONT SIZE=3D2>From: Rob Keniger [<A =
> HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]</FONT>=
> 
> <BR><FONT SIZE=3D2>Sent: Thursday, September 28, 2000 12:48 AM</FONT>
> <BR><FONT SIZE=3D2>To: CF-Talk</FONT>
> <BR><FONT SIZE=3D2>Subject: Re: Protecting Content / content =
> leeching... A CF method?</FONT>
> </P>
> <BR>
> 
> <P><FONT SIZE=3D2>on 9/28/00 7:28 AM, Nadir Ait-Laoussine at =
> [EMAIL PROTECTED] wrote:</FONT>
> </P>
> 
> <P><FONT SIZE=3D2>&gt; Now, I've been</FONT>
> <BR><FONT SIZE=3D2>&gt; recommended to user CFCONTENT, the problem with =
> CFCONTENT is that it just</FONT>
> <BR><FONT SIZE=3D2>&gt; spews out the content, so a PDF file (even if I =
> specify the mime type) will</FONT>
> <BR><FONT SIZE=3D2>&gt; come not come out as a PDF file, but some =
> garbled text.</FONT>
> </P>
> 
> <P><FONT SIZE=3D2>What MIME type are you using for PDFs? What you =
> describe works perfectly for</FONT>
> <BR><FONT SIZE=3D2>me.</FONT>
> </P>
> 
> <P><FONT SIZE=3D2>You could also try using CF directory mappings - =
> these will prevent anyone</FONT>
> <BR><FONT SIZE=3D2>directly accessing the files if you point them =
> outside the Web root</FONT>
> <BR><FONT SIZE=3D2>directory.</FONT>
> </P>
> 
> <P><FONT SIZE=3D2>Rob =
> Keniger&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
> ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
> ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
> ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
> [EMAIL PROTECTED]</FONT>
> <BR><FONT =
> SIZE=3D2>_______________________________________________________________=
> _____________</FONT>
> </P>
> 
> <P><FONT SIZE=3D2>big bang solutions</FONT>
> <BR><FONT SIZE=3D2>&lt;<A HREF=3D"http://www.bigbang.net.au" =
> TARGET=3D"_blank">http://www.bigbang.net.au</A>&gt;&nbsp;&nbsp;&nbsp;&nb=
> sp;&nbsp;&nbsp;&nbsp;&nbsp; p +61 7 3311 =
> 2733&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; f +61 7 3311 2744</FONT>
> <BR><FONT =
> SIZE=3D2>_______________________________________________________________=
> _____________</FONT>
> </P>
> <BR>
> 
> <P><FONT =
> SIZE=3D2>---------------------------------------------------------------=
> ---------------</FONT>
> <BR><FONT SIZE=3D2>Archives: <A =
> HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
> TARGET=3D"_blank">http://www.mail-archive.com/cf-talk@houseoffusion.com/=
> </A></FONT>
> <BR><FONT SIZE=3D2>To Unsubscribe visit <A =
> HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
> sts/cf_talk" =
> TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
> &body=3Dlists/cf_talk</A> or send a message to =
> [EMAIL PROTECTED] with 'unsubscribe' in the =
> body.</FONT></P>
> 
> </BODY>
> </HTML>
> ------_=_NextPart_001_01C0297B.7F2629C8--
> --------------------------------------------------------------------------
> --
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=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=lists&body=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=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------_=_NextPart_001_01C02A2A.BB0551EA
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12">
<TITLE>RE: Protecting Content / content leeching... A CF =
method?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>Gavin, you are not confused, just off base. :)</FONT>
</P>

<P><FONT SIZE=3D2>The issue is not to make a document not available to =
someone who can see it but to someone who cannot see it...</FONT>
</P>

<P><FONT SIZE=3D2>Case in point...&nbsp; the &lt;img =
src=3D&quot;...&quot;&gt; tag will let you know that a file is located =
at /a/b/file.jpg</FONT>
<BR><FONT SIZE=3D2>so you could go to the location bar and look for =
that image.&nbsp; You could get tricky and try to view other files =
located at that location... /a/b/anotherfile.jpg.&nbsp; For us, that is =
a problem.&nbsp; The img tag reveals a little too much =
information.</FONT></P>

<P><FONT SIZE=3D2>So the concern is not so much the document itself, =
but rather the ability to figure out where it is located.&nbsp; It's =
been recommended to me to use CF mappings to substitue for that, =
problem is that CF mappings, as far as I know, do not work with the IMG =
tag, let alone the EMBED tag.</FONT></P>

<P><FONT SIZE=3D2>So I am left with the CFCONTENT tag, problem with the =
content tag is that it takes over the entire screen.&nbsp; I've tried =
to embed it in a layer or IFRAME, but it still takes over the whole =
window.</FONT></P>

<P><FONT SIZE=3D2>There are a few PERL scripts out there that =
&quot;mask&quot; the path to the file.&nbsp; So by typing =
www.mydomain.com/getstuff.cgi?image.jpg, the script would display the =
image but masking it's location (which in reality is not a web =
location, but a physical location on the web server [c:\...]) This =
works well except that all the scripts that I have tried choke (by that =
I mean render only part of) the file.&nbsp; regardless of the MIME =
type.&nbsp; I think the problem is that those scripts were written on =
UNIX, and we are on WIN2K.</FONT></P>

<P><FONT SIZE=3D2>So that is where we are.</FONT>
</P>

<P><FONT SIZE=3D2>Note that the last option (the PERL option) is still =
not exactly what we are looking for because of</FONT>
<BR><FONT SIZE=3D2>1. security problems with CGI scripts in =
general</FONT>
<BR><FONT SIZE=3D2>2. it does not work with the IMG tag.</FONT>
</P>

<P><FONT SIZE=3D2>Nadir</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Gavin Myers [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:Gavin.Myers@lightrod=
soft.COM</A>]</FONT>
<BR><FONT SIZE=3D2>Sent: Friday, September 29, 2000 9:37 AM</FONT>
<BR><FONT SIZE=3D2>To: CF-Talk</FONT>
<BR><FONT SIZE=3D2>Subject: RE: Protecting Content / content =
leeching... A CF method?</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>I'm kinda confused (hah!) but isn't it technically =
impossible to protect any</FONT>
<BR><FONT SIZE=3D2>content that the person can see?</FONT>
</P>

<P><FONT SIZE=3D2>In order to see an image/pdf/text file it has to be =
downloaded - therefore</FONT>
<BR><FONT SIZE=3D2>it is accessable. There is no possible way to =
protect an image from being</FONT>
<BR><FONT SIZE=3D2>taken (SnagIT).</FONT>
</P>

<P><FONT SIZE=3D2>or am i off subject?</FONT>
</P>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Bosky, Dave [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]<=
/FONT>
<BR><FONT SIZE=3D2>Sent: Friday, September 29, 2000 7:02 AM</FONT>
<BR><FONT SIZE=3D2>To: CF-Talk</FONT>
<BR><FONT SIZE=3D2>Subject: RE: Protecting Content / content =
leeching... A CF method?</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>I'm having trouble displaying the pdf in netscape it =
doesn't give me the</FONT>
<BR><FONT SIZE=3D2>navigational toolbar at the top of the document.</FON=
T>
<BR><FONT SIZE=3D2>Any ideas what would cause netscape to act this =
way?</FONT>
<BR><FONT SIZE=3D2>Thanks,</FONT>
<BR><FONT SIZE=3D2>Dave</FONT>
<BR><FONT SIZE=3D2>&nbsp; </FONT>
</P>

<P><FONT SIZE=3D2>&gt; -----Original Message-----</FONT>
<BR><FONT SIZE=3D2>&gt; From: Hayes, David =
[SMTP:[EMAIL PROTECTED]]</FONT>
<BR><FONT SIZE=3D2>&gt; Sent: Thursday, September 28, 2000 4:54 =
PM</FONT>
<BR><FONT SIZE=3D2>&gt; To:&nbsp;&nbsp; CF-Talk</FONT>
<BR><FONT SIZE=3D2>&gt; Subject:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RE: =
Protecting Content / content leeching... A CF method?</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; FYI - It's working fine on my machine; acrobat =
reader loads and the pdf is</FONT>
<BR><FONT SIZE=3D2>&gt; displayed properly.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; -----Original Message-----</FONT>
<BR><FONT SIZE=3D2>&gt; From: Nadir Ait-Laoussine [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]</FON=
T>
<BR><FONT SIZE=3D2>&gt; Sent: Thursday, September 28, 2000 1:40 =
PM</FONT>
<BR><FONT SIZE=3D2>&gt; To: CF-Talk</FONT>
<BR><FONT SIZE=3D2>&gt; Subject: RE: Protecting Content / content =
leeching... A CF method?</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; This message is in MIME format. Since your mail =
reader does not understand</FONT>
<BR><FONT SIZE=3D2>&gt; this format, some or all of this message may =
not be legible.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; =
------_=3D_NextPart_001_01C0297B.7F2629C8</FONT>
<BR><FONT SIZE=3D2>&gt; Content-Type: text/plain;</FONT>
<BR><FONT SIZE=3D2>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
charset=3D&quot;iso-8859-1&quot;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; Rob, thanks for the feedback.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; For PDF files I am using the standard MIME =
types.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; Here is my code.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;cfcontent =
type=3D&quot;application/pdf&quot; =
file=3D&quot;F:\projectdata\1\1\test.pdf&quot;</FONT>
<BR><FONT SIZE=3D2>&gt; deletefile=3D&quot;No&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; You can go to </FONT>
<BR><FONT SIZE=3D2>&gt; <A =
HREF=3D"http://www.edificium.com/imagetest/getstuff.cfm?bob=3Dpdf" =
TARGET=3D"_blank">http://www.edificium.com/imagetest/getstuff.cfm?bob=3D=
pdf</A> to see the (awful</FONT>
<BR><FONT SIZE=3D2>&gt; mess of a) result</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; On the second part of your message, if I do use =
the CF directory mappings,</FONT>
<BR><FONT SIZE=3D2>&gt; aren't I suddenly unable to user the&nbsp; =
&lt;img src=3D&quot;...&quot;&gt; tag - is there a</FONT>
<BR><FONT SIZE=3D2>&gt; work</FONT>
<BR><FONT SIZE=3D2>&gt; around?</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; Thanks fo ryou help</FONT>
<BR><FONT SIZE=3D2>&gt; Nadir</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; -----Original Message-----</FONT>
<BR><FONT SIZE=3D2>&gt; From: Rob Keniger [<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]</FONT>=

<BR><FONT SIZE=3D2>&gt; Sent: Thursday, September 28, 2000 12:48 =
AM</FONT>
<BR><FONT SIZE=3D2>&gt; To: CF-Talk</FONT>
<BR><FONT SIZE=3D2>&gt; Subject: Re: Protecting Content / content =
leeching... A CF method?</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; on 9/28/00 7:28 AM, Nadir Ait-Laoussine at =
[EMAIL PROTECTED] wrote:</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &gt; Now, I've been</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; recommended to user CFCONTENT, the problem =
with CFCONTENT is that it</FONT>
<BR><FONT SIZE=3D2>&gt; just</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; spews out the content, so a PDF file (even =
if I specify the mime type)</FONT>
<BR><FONT SIZE=3D2>&gt; will</FONT>
<BR><FONT SIZE=3D2>&gt; &gt; come not come out as a PDF file, but some =
garbled text.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; What MIME type are you using for PDFs? What you =
describe works perfectly</FONT>
<BR><FONT SIZE=3D2>&gt; for</FONT>
<BR><FONT SIZE=3D2>&gt; me.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; You could also try using CF directory mappings =
- these will prevent anyone</FONT>
<BR><FONT SIZE=3D2>&gt; directly accessing the files if you point them =
outside the Web root</FONT>
<BR><FONT SIZE=3D2>&gt; directory.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; Rob Keniger</FONT>
<BR><FONT SIZE=3D2>&gt; [EMAIL PROTECTED]</FONT>
<BR><FONT SIZE=3D2>&gt; =
________________________________________________________________________=
__</FONT>
<BR><FONT SIZE=3D2>&gt; __</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; big bang solutions</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;<A HREF=3D"http://www.bigbang.net.au" =
TARGET=3D"_blank">http://www.bigbang.net.au</A>&gt;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; p +61 7 3311 =
2733&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; f +61 7 3311</FONT>
<BR><FONT SIZE=3D2>&gt; 2744</FONT>
<BR><FONT SIZE=3D2>&gt; =
________________________________________________________________________=
__</FONT>
<BR><FONT SIZE=3D2>&gt; __</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; =
------------------------------------------------------------------------=
--</FONT>
<BR><FONT SIZE=3D2>&gt; --</FONT>
<BR><FONT SIZE=3D2>&gt; --</FONT>
<BR><FONT SIZE=3D2>&gt; Archives: <A =
HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank">http://www.mail-archive.com/cf-talk@houseoffusion.com/=
</A></FONT>
<BR><FONT SIZE=3D2>&gt; To Unsubscribe visit</FONT>
<BR><FONT SIZE=3D2>&gt; <A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A> or</FONT>
<BR><FONT SIZE=3D2>&gt; send a message to =
[EMAIL PROTECTED] with 'unsubscribe' in</FONT>
<BR><FONT SIZE=3D2>&gt; the body.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; =
------_=3D_NextPart_001_01C0297B.7F2629C8</FONT>
<BR><FONT SIZE=3D2>&gt; Content-Type: text/html;</FONT>
<BR><FONT SIZE=3D2>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
charset=3D&quot;iso-8859-1&quot;</FONT>
<BR><FONT SIZE=3D2>&gt; Content-Transfer-Encoding: =
quoted-printable</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML =
3.2//EN&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;HTML&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;HEAD&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;META =
HTTP-EQUIV=3D3D&quot;Content-Type&quot; CONTENT=3D3D&quot;text/html; =
=3D</FONT>
<BR><FONT SIZE=3D2>&gt; charset=3D3Diso-8859-1&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;META NAME=3D3D&quot;Generator&quot; =
CONTENT=3D3D&quot;MS Exchange Server version =3D</FONT>
<BR><FONT SIZE=3D2>&gt; 5.5.2650.12&quot;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;TITLE&gt;RE: Protecting Content / content =
leeching... A CF =3D</FONT>
<BR><FONT SIZE=3D2>&gt; method?&lt;/TITLE&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/HEAD&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BODY&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;Rob, thanks for =
the feedback.&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;For PDF files I =
am using the standard MIME =3D</FONT>
<BR><FONT SIZE=3D2>&gt; types.&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;Here is my =
code.&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT =
SIZE=3D3D2&gt;&amp;lt;cfcontent =
type=3D3D&amp;quot;application/pdf&amp;quot; =3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
file=3D3D&amp;quot;F:\projectdata\1\1\test.pdf&amp;quot; =3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
deletefile=3D3D&amp;quot;No&amp;quot;&amp;gt;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;You can go to =
&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT SIZE=3D3D2&gt;&lt;A =
=3D</FONT>
<BR><FONT SIZE=3D2>&gt; HREF=3D3D&quot;<A =
HREF=3D"http://www.edificium.com/imagetest/getstuff.cfm?bob=3D3Dpdf" =
TARGET=3D"_blank">http://www.edificium.com/imagetest/getstuff.cfm?bob=3D=
3Dpdf</A>&quot; =3D</FONT>
<BR><FONT SIZE=3D2>&gt; TARGET=3D3D&quot;_blank&quot;&gt;<A =
HREF=3D"http://www.edificium.com/imagetest/getstuff.cfm?bob=3D3D=3D" =
TARGET=3D"_blank">http://www.edificium.com/imagetest/getstuff.cfm?bob=3D=
3D=3D</A></FONT>
<BR><FONT SIZE=3D2>&gt; pdf&lt;/A&gt; to see the (awful mess of a) =
result&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;On the second =
part of your message, if I do use the =3D</FONT>
<BR><FONT SIZE=3D2>&gt; CF directory mappings, aren't I suddenly unable =
to user the&amp;nbsp; =3D</FONT>
<BR><FONT SIZE=3D2>&gt; &amp;lt;img =
src=3D3D&amp;quot;...&amp;quot;&amp;gt; tag - is there a work =
=3D</FONT>
<BR><FONT SIZE=3D2>&gt; around?&lt;/FONT&gt;&lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;Thanks fo ryou =
help&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT =
SIZE=3D3D2&gt;Nadir&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;-----Original =
Message-----&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT SIZE=3D3D2&gt;From: Rob =
Keniger [&lt;A =3D</FONT>
<BR><FONT SIZE=3D2>&gt; HREF=3D3D&quot;<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>&quot;&g=
t;<A =
HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>&lt;/A&g=
t;]&lt;/FONT&gt;=3D</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT SIZE=3D3D2&gt;Sent: =
Thursday, September 28, 2000 12:48 AM&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT SIZE=3D3D2&gt;To: =
CF-Talk&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT SIZE=3D3D2&gt;Subject: Re: =
Protecting Content / content =3D</FONT>
<BR><FONT SIZE=3D2>&gt; leeching... A CF method?&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;on 9/28/00 7:28 =
AM, Nadir Ait-Laoussine at =3D</FONT>
<BR><FONT SIZE=3D2>&gt; [EMAIL PROTECTED] wrote:&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;&amp;gt; Now, =
I've been&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT SIZE=3D3D2&gt;&amp;gt; =
recommended to user CFCONTENT, the problem with =3D</FONT>
<BR><FONT SIZE=3D2>&gt; CFCONTENT is that it just&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT SIZE=3D3D2&gt;&amp;gt; spews =
out the content, so a PDF file (even if I =3D</FONT>
<BR><FONT SIZE=3D2>&gt; specify the mime type) will&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT SIZE=3D3D2&gt;&amp;gt; come =
not come out as a PDF file, but some =3D</FONT>
<BR><FONT SIZE=3D2>&gt; garbled text.&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;What MIME type =
are you using for PDFs? What you =3D</FONT>
<BR><FONT SIZE=3D2>&gt; describe works perfectly =
for&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT =
SIZE=3D3D2&gt;me.&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;You could also =
try using CF directory mappings - =3D</FONT>
<BR><FONT SIZE=3D2>&gt; these will prevent anyone&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT SIZE=3D3D2&gt;directly =
accessing the files if you point them =3D</FONT>
<BR><FONT SIZE=3D2>&gt; outside the Web root&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT SIZE=3D3D2&gt;directory.&lt;/=
FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;Rob =3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
Keniger&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;=
nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp=3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&=
amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp=3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&=
amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp=3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&=
amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =3D</FONT>
<BR><FONT SIZE=3D2>&gt; [EMAIL PROTECTED]&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT =3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
SIZE=3D3D2&gt;__________________________________________________________=
_____=3D</FONT>
<BR><FONT SIZE=3D2>&gt; _____________&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT SIZE=3D3D2&gt;big bang =
solutions&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT SIZE=3D3D2&gt;&amp;lt;&lt;A =
HREF=3D3D&quot;<A HREF=3D"http://www.bigbang.net.au" =
TARGET=3D"_blank">http://www.bigbang.net.au</A>&quot; =3D</FONT>
<BR><FONT SIZE=3D2>&gt; TARGET=3D3D&quot;_blank&quot;&gt;<A =
HREF=3D"http://www.bigbang.net.au" =
TARGET=3D"_blank">http://www.bigbang.net.au</A>&lt;/A&gt;&amp;gt;&amp;nb=
sp;&amp;nbsp;&amp;nbsp;&amp;nb=3D</FONT>
<BR><FONT SIZE=3D2>&gt; sp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p =
+61 7 3311 =3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
2733&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f +61 7 3311 =
2744&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT =3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
SIZE=3D3D2&gt;__________________________________________________________=
_____=3D</FONT>
<BR><FONT SIZE=3D2>&gt; _____________&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;P&gt;&lt;FONT =3D</FONT>
<BR><FONT SIZE=3D2>&gt; =
SIZE=3D3D2&gt;----------------------------------------------------------=
-----=3D</FONT>
<BR><FONT SIZE=3D2>&gt; ---------------&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT SIZE=3D3D2&gt;Archives: =
&lt;A =3D</FONT>
<BR><FONT SIZE=3D2>&gt; HREF=3D3D&quot;<A =
HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank">http://www.mail-archive.com/cf-talk@houseoffusion.com/=
</A>&quot; =3D</FONT>
<BR><FONT SIZE=3D2>&gt; TARGET=3D3D&quot;_blank&quot;&gt;<A =
HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/=3D" =
TARGET=3D"_blank">http://www.mail-archive.com/cf-talk@houseoffusion.com/=
=3D</A></FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/A&gt;&lt;/FONT&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;BR&gt;&lt;FONT SIZE=3D3D2&gt;To Unsubscribe =
visit &lt;A =3D</FONT>
<BR><FONT SIZE=3D2>&gt; HREF=3D3D&quot;<A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3D3Dlists&body=3D=
3Dli=3D" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3D3Dlis=
ts&body=3D3Dli=3D</A></FONT>
<BR><FONT SIZE=3D2>&gt; sts/cf_talk&quot; =3D</FONT>
<BR><FONT SIZE=3D2>&gt; TARGET=3D3D&quot;_blank&quot;&gt;<A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3D3Dlists=3D" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3D3Dlis=
ts=3D</A></FONT>
<BR><FONT SIZE=3D2>&gt; &amp;body=3D3Dlists/cf_talk&lt;/A&gt; or send a =
message to =3D</FONT>
<BR><FONT SIZE=3D2>&gt; [EMAIL PROTECTED] with =
'unsubscribe' in the =3D</FONT>
<BR><FONT SIZE=3D2>&gt; body.&lt;/FONT&gt;&lt;/P&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/BODY&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &lt;/HTML&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; =
------_=3D_NextPart_001_01C0297B.7F2629C8--</FONT>
<BR><FONT SIZE=3D2>&gt; =
------------------------------------------------------------------------=
--</FONT>
<BR><FONT SIZE=3D2>&gt; --</FONT>
<BR><FONT SIZE=3D2>&gt; --</FONT>
<BR><FONT SIZE=3D2>&gt; Archives: <A =
HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank">http://www.mail-archive.com/cf-talk@houseoffusion.com/=
</A></FONT>
<BR><FONT SIZE=3D2>&gt; To Unsubscribe visit</FONT>
<BR><FONT SIZE=3D2>&gt; <A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A> or</FONT>
<BR><FONT SIZE=3D2>&gt; send a message to =
[EMAIL PROTECTED] with 'unsubscribe' in</FONT>
<BR><FONT SIZE=3D2>&gt; the body.</FONT>
<BR><FONT SIZE=3D2>&gt; =
------------------------------------------------------------------------=
--</FONT>
<BR><FONT SIZE=3D2>&gt; ----</FONT>
<BR><FONT SIZE=3D2>&gt; Archives: <A =
HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank">http://www.mail-archive.com/cf-talk@houseoffusion.com/=
</A></FONT>
<BR><FONT SIZE=3D2>&gt; To Unsubscribe visit</FONT>
<BR><FONT SIZE=3D2>&gt; <A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A> or</FONT>
<BR><FONT SIZE=3D2>&gt; send a message to =
[EMAIL PROTECTED] with 'unsubscribe' in</FONT>
<BR><FONT SIZE=3D2>&gt; the body.</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
-------------</FONT>
<BR><FONT SIZE=3D2>--</FONT>
<BR><FONT SIZE=3D2>Archives: <A =
HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank">http://www.mail-archive.com/cf-talk@houseoffusion.com/=
</A></FONT>
<BR><FONT SIZE=3D2>To Unsubscribe visit</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A> or</FONT>
<BR><FONT SIZE=3D2>send a message to [EMAIL PROTECTED] =
with 'unsubscribe' in</FONT>
<BR><FONT SIZE=3D2>the body.</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=
---------------</FONT>
<BR><FONT SIZE=3D2>Archives: <A =
HREF=3D"http://www.mail-archive.com/cf-talk@houseoffusion.com/" =
TARGET=3D"_blank">http://www.mail-archive.com/cf-talk@houseoffusion.com/=
</A></FONT>
<BR><FONT SIZE=3D2>To Unsubscribe visit <A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk</A> or send a message to =
[EMAIL PROTECTED] with 'unsubscribe' in the =
body.</FONT></P>

</BODY>
</HTML>
------_=_NextPart_001_01C02A2A.BB0551EA--
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to