{#} Replies are directed back to [EMAIL PROTECTED]
{#} To reply to the author, write to Jason Townsend <[EMAIL PROTECTED]>
So I took a look at this again today and found that Fire was trying to
connect to cs.yahoo.com:25. I tried this in Terminal and got no response
there either.
[localhost:~/Fire/fire] admin% telnet cs.yahoo.com 25
Trying 216.136.233.129...
^C
So I took a look at what changed in the sources and it appears that using
5050 as the port instead of 25 is all I needed to fix the problem.
Index: libyahoo.c
===================================================================
RCS file: /cvsroot/fire/fire/Yahoo/libyahoo/libyahoo.c,v
retrieving revision 1.10
diff -u -r1.10 libyahoo.c
--- libyahoo.c 2002/01/25 20:03:44 1.10
+++ libyahoo.c 2002/02/05 07:06:20
@@ -105,7 +105,7 @@
/* pager server host */
#define YAHOO_PAGER_HOST "cs.yahoo.com"
-#define YAHOO_PAGER_PORT 25
+#define YAHOO_PAGER_PORT 5050
/* pager server host for http connections */
#define YAHOO_PAGER_HTTP_HOST "http.pager.yahoo.com"
-Jason
--
<http://homepage.mac.com/townsend/>
"It's clearly advantageous to evolve some intelligent communication between
the female and the male."
-John Koza
{#} ----------------------------------------------------+[ fire ]+---