Chr(9) is the TAB char. Aaron
----- Original Message ----- From: "Clifton Steve" <[EMAIL PROTECTED]> To: "CFAussie Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, June 10, 2004 12:03 PM Subject: [cfaussie] Re: CFPOP error (and then some) Thanks to Sean for this idea... Turned out we needed to configure our firewall to allow this to occur, so the telnet idea worked this out quick smart. On another note, I am popping messages with multiple attachments. According to CF help, the TAB character is the separator between attachment names in the "attachments" query field. I am trying to do a listlen() on this query field, but am unsure of the correct syntax for the TAB character? ie: listlen(queryname.attachments, "???") What do I need to replace the "???" in the above function? Thanks, Steve -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean A Corfield Sent: Wednesday, 9 June 2004 10:28 AM To: CFAussie Mailing List Subject: [cfaussie] Re: CFPOP error On Jun 8, 2004, at 5:12 PM, Clifton Steve wrote: > good morning all, > > has anyone got an clues what might be causing this? i have been > assured that the server ip address is correct and that pop access has > been granted: Try telnet'ing to the mail server on port 110 (POP) from the app server. That will confirm that you can connect successfully from the app server to the mail server. Sean A Corfield -- http://www.corfield.org/blog/ "I'm trying to ban e-mail attachments. I just want an ASCII e-mail. If you want to show me something, put it in a Web page, publish it, give me the URL, and I'll look at it. That's the new model." -- Scott McNealy, CEO of Sun Microsystems, in May 1997 Upside magazine. --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
