Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-09 Thread Raymond Camden
Unfortunately, afaik, you can't do anything. You can delete the message however.


On Tue, 09 Nov 2004 01:02:47 -0500, Anders Green <[EMAIL PROTECTED]> wrote:
> >Raymond Camden wrote:
> > > You can, however, get one msg at a time wrapped in cftry.
> 
> And when it craps out, do what with the message? Still
> can't read it. :(
> 
> At 12:26 AM 11/9/2004, Paul Hastings wrote:
> >if i recall correctly unicode-1-1-utf-7 is obsolete so don't expect much
> >action from anybody on this.
> 
> Ahhh. Sounds about right.
> 
> I bought the CFX_POP3 tag as mentioned. It handled the
> problem email without any problems. Also it managed
> the .eml attachments, which CF_POP didn't. So I'm
> back in business. :)
> 
> Anders
> +===+
> |Anders Green Email: [EMAIL PROTECTED]   |
> |  Home: 919.303.0218   |
> |Off Road Rally Racing Team: http://LinaRacing.com/ |
> +===+
> 
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183690
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-09 Thread Paul Vernon
> if i recall correctly unicode-1-1-utf-7 is obsolete

Obsolete maybe, but still one of the most prevalent character set encodings
for bounce messages :( MS mail servers produce mails encoded with this
character set for instance... 

Overall about 70% of bounce messages I deal with are encoded with
unicode-1-1-utf-7 followed up with a mix of US-ASCII, WINDOWS-1252 and very
rarely utf-8. If I didn't handle them (utf-7 encoded mails) by choosing to
skip or delete them, the effectiveness of tracking bounce messages would be
pretty much killed.

Paul


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183689
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-08 Thread Anders Green
>Raymond Camden wrote:
> > You can, however, get one msg at a time wrapped in cftry.

And when it craps out, do what with the message? Still
can't read it. :(

At 12:26 AM 11/9/2004, Paul Hastings wrote:
>if i recall correctly unicode-1-1-utf-7 is obsolete so don't expect much
>action from anybody on this.

Ahhh. Sounds about right.

I bought the CFX_POP3 tag as mentioned. It handled the
problem email without any problems. Also it managed
the .eml attachments, which CF_POP didn't. So I'm
back in business. :)

Anders
+===+
|Anders Green Email: [EMAIL PROTECTED]   |
|  Home: 919.303.0218   |
|Off Road Rally Racing Team: http://LinaRacing.com/ |
+===+


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183684
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-08 Thread Paul Hastings
Raymond Camden wrote:
> This is a bug with the underlying Java code, not really CF per se.
> Unfortunately, it means you simply cannot use CFPOP/GetAll. You can,
> however, get one msg at a time wrapped in cftry.

if i recall correctly unicode-1-1-utf-7 is obsolete so don't expect much 
action from anybody on this. beyond that, utf-7 (might as well be an 
alias for unicode-1-1-utf-7) was once described years ago on the unicode 
mailing list as "...a silly charset that has no real reason to exist any 
more". further sun doesn't think this is a "bug" and so probably won't 
"fix" it. and in case, you're wondering this has been an issue for *years*:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4304013

there is an interesting comment in that bug parade about using icu to 
handle utf-7. if there were some way to actually return the mail body i 
suppose converting to some other encoding wouldn't be that hard.

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183683
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-08 Thread Raymond Camden
This is a bug with the underlying Java code, not really CF per se.
Unfortunately, it means you simply cannot use CFPOP/GetAll. You can,
however, get one msg at a time wrapped in cftry.


On Mon, 08 Nov 2004 09:17:18 -0500, Anders Green <[EMAIL PROTECTED]> wrote:
> There I am, CFPOPing along, when suddenly, BAM!
> 
> >The cause of this exception was:
> >java.io.UnsupportedEncodingException: unicode-1-1-utf-7.
> >
> >The error occurred in C:\...\task-checkforbouncedemail.cfm: line 80
> >
> >79 :  >80 : server="#gBounceEmailServer#"
> >81 : name="popHeaderReading"
> >82 : username="#gBounceEmailUsername#"
> 



-- 


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183613
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-08 Thread Anders Green
At 09:22 AM 11/8/2004, you wrote:
>Windows only though. 8-((

I apologize, I was telling myself to include this
information but like an idiot got caught
up in the cut'n'paste.

System:
Win2000
CFMX 6.1

I'll take a look at the CFX_pop. So is there
a list of known limitations in CFPOP? Are there
other alternatives as well?

Cheers all,
Anders
+===+
|Anders Green Email: [EMAIL PROTECTED]   |
|  Home: 919.303.0218   |
|Off Road Rally Racing Team: http://LinaRacing.com/ |
+===+


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183612
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-08 Thread Allan Cliff - CFUG Spain
Try http://store.newmediadevelopment.net/cfdevelopment.cfm (CFX_POP)

Windows only though. 8-((
If you are on Linux you are f*cked

Allan

- Original Message - 
From: "Anders Green" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, November 08, 2004 3:17 PM
Subject: CFPOP fails on unicode-1-1-utf-7 


> There I am, CFPOPing along, when suddenly, BAM!
>
>
> >The cause of this exception was:
> >java.io.UnsupportedEncodingException: unicode-1-1-utf-7.
> >
> >The error occurred in C:\...\task-checkforbouncedemail.cfm: line 80
> >
> >79 :  >80 : server="#gBounceEmailServer#"
> >81 : name="popHeaderReading"
> >82 : username="#gBounceEmailUsername#"
>
>
> Now, what would cause something like that? Other
> emails are getting processed... So I downloaded
> the suspected offender. Any ideas?
>
> Here's the header, and body start:
>
> >X-Persona: 
> >Received: from mc3-s8.hotmail.com ([65.54.163.207]) by RSVPtracker.com ;
Sun, 07 Nov 2004 20:31:10 -0500
> >Received: from mc3-f31.hotmail.com ([64.4.50.167]) by mc3-s8.hotmail.com
with Microsoft SMTPSVC(5.0.2195.6824);
> > Sun, 7 Nov 2004 17:31:10 -0800
> >From: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Date: Sun, 7 Nov 2004 17:31:04 -0800
> >MIME-Version: 1.0
> >Content-Type: multipart/report; report-type=delivery-status;
> >boundary="9B095B5ADSN=_01C4C4DF42975D864D06mc3?f31.hotmail."
> >Message-ID: <[EMAIL PROTECTED]>
> >Subject: Delivery Status Notification (Failure)
> >Return-Path: <>
> >X-OriginalArrivalTime: 08 Nov 2004 01:31:10.0231 (UTC)
FILETIME=[A0570270:01C4C532]
> >X-Rcpt-To: <[EMAIL PROTECTED]>
> >X-DPOP: Version number supressed
> >X-UIDL: 1099877835.22015
> >Status: RO
> >
> >This is an automatically generated Delivery Status Notification.
> >
> >Delivery to the following recipients failed.
> >
> >   [EMAIL PROTECTED]
> >
> >
> >
> >Reporting-MTA: dns;mc3-f31.hotmail.com
> >Received-From-MTA: dns;RSVPtracker.com
> >Arrival-Date: Sun, 7 Nov 2004 17:31:04 -0800
> >
> >Final-Recipient: rfc822;[EMAIL PROTECTED]
> >Action: failed
>
>
>
> and some more stuff followed.
>
> +===+
> |Anders Green Email: [EMAIL PROTECTED]   |
> |  Home: 919.303.0218   |
> |Off Road Rally Racing Team: http://LinaRacing.com/ |
> +===+
>
>
> 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183610
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54