Re: ASCII Pfiles breaks MUD Mail?

From: Jim (realm@citlink.net)
Date: 01/23/03


I got mud to crash when sending mudmail..this was the problem...correct?
My friend and I seemed to have fixed it...please let me know if it works
for you all as well...
in mail.c in the mail_recip_ok  function...remove all current lines and
replace with this:
int mail_recip_ok(const char *name);
{
   if (get_id_by_name(name) >= 0)

       return TRUE;

     return FALSE;
}

Hope this helps.....

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/26/03 PDT