[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[pbmserv-dev] Never mind
After a bunch more looking around, and a few incorrect attempts, I 
finally got the sendmail part right.
That means the SGF code for the game of Go is now ready, and the only 
files that I had to modify were go.h and go.cpp, thanks to all your 
suggestions.
Now, how do I submit them for "official" inspection and approval?
Robert Barrell wrote:
Okay.  Finally got back to this, and it's almost ready to go.  Just 
one thing is missing: how to make the output go through sendmail.  I 
just realized my output is only printing, but not going through 
sendmail.  I tried borrowing mailopen() from pbmcmds.c, but it seems I 
have to keep borrowing more and more.