* A line-feed character is not right except the Windows environment.
I analyzed the C source of PHP.
Although the line-feed character of the Windows environment is "\r\n", in the other environment, it needs to be "\n."
see: php/ext/standard/mail.c php/win32/sendmail.c
* Missing Date field.
By RFC2822, it is defined as the Date field being indispensable.
* UseBB is not supporting a MIME header and MIME encoding.
This can be easily solved, when a mbstring module can be used.
* Solution.
I created the patch which solves these.
Please consider adoption.
http://elf.no-ip.org/~elf/contribute/usebb/2005-07-26/mail.patch
_______________
--
Tadashi "ELF" Jokagi http://poyo.jp/
HotPHPPER News: http://news.hotphpper.net/
Japan PHP Users group BBS: http://bbs.php.gr.jp/
Sorry, all contents are Japanese;-(
Tadashi "ELF" Jokagi http://poyo.jp/
HotPHPPER News: http://news.hotphpper.net/
Japan PHP Users group BBS: http://bbs.php.gr.jp/
Sorry, all contents are Japanese;-(
« Last edit by Dietrich on Tue Jul 26, 2005 3:34 pm. »

