--- src/gaimrc.c.orig 2004-01-01 23:42:02.576417568 -0700 +++ src/gaimrc.c 2004-01-01 23:43:24.243002360 -0700 @@ -665,7 +665,7 @@ /* Yahoo! */ case GAIM_PROTO_YAHOO: if (*p->value[3] == '\0') - gaim_account_set_string(account, "server", "scs.yahoo.com"); + gaim_account_set_string(account, "server", "scs.msg.yahoo.com"); else gaim_account_set_string(account, "server", p->value[3]); --- src/protocols/yahoo/yahoo.c.orig 2004-01-01 23:42:35.649389712 -0700 +++ src/protocols/yahoo/yahoo.c 2004-01-01 23:43:03.828105896 -0700 @@ -52,7 +52,7 @@ #define USEROPT_MAIL 0 -#define YAHOO_PAGER_HOST "scs.yahoo.com" +#define YAHOO_PAGER_HOST "scs.msg.yahoo.com" #define YAHOO_PAGER_PORT 5050 #define YAHOO_PROFILE_URL "http://profiles.yahoo.com/"