[IRCServices Coding] still having smtp_readline problems

Ben Goldstein beng at nc.rr.com
Wed May 29 16:19:53 PDT 2002


from smtp_readline, modules/mail/smtp.c:202
 if (!have_eol || si->replychar != ' ')
     return;

Should that not be AND? If we dont have the end of line and the socket's
replychar isnt a space, return and read again(?).  I dont know why anyone
else isn't having problems with sendmail functions.. maybe its my mail
server.  When this code executes, si->replychar == '-'.  Change it to && or
comment it out, I get mail.

FreeBSD raider 4.4-20010827-RC2 FreeBSD 4.4-20010827-RC2 #4: Fri Nov 16
14:57:04
 EST 2001     root at raider:/usr/obj/usr/src/sys/BG1  i386

ircservices-5.0pre0 services.bstu.dhs.org build #14, compiled Wed May 29
19:12:33 EDT 2002

-- Ben Goldstein (beng at nc.rr.com)