fixed a mail restore issue

This commit is contained in:
SJ 2013-05-15 23:37:25 +02:00
parent 7d8fcb86b2
commit fa1512375b

View File

@ -34,7 +34,7 @@ class ModelMailMail extends Model {
fputs($r, $msg);
if(!preg_match("/\r\n.\r\n$/", $msg)){
if(!preg_match("/\r\n\.\r\n$/", $msg)){
fputs($r, "\r\n.\r\n");
}