Thanks for the reply on my first mail. Here's a few more notes.

SMAILUtils.cpp
The function USmlExtractToAddress() is not used at all.

SMTPSvr.cpp
In the function SMTPFilterMessage() a fflush() is performed before 
the fclose(). I think this is unncessary as fclose() implies a 
fflush() according to the manpage:
"The  fclose()  function will flush the stream pointed to by fp 
(writing any buffered output data using fflush(3)) and close the 
underlying file descriptor."

SvrUtils.cpp
The declaration of SvrAllocConfig() is lacking the pszProfilePath 
parameter.

SMTPSvr.cp
The default value for "DefaultSmtpPerms" differs between the source 
("MR") and the exmaple configuration ("MRVZ").
_______________________________________________
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

Reply via email to