mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 07:50:11 +01:00
fixed a mail restore issue
This commit is contained in:
parent
7d8fcb86b2
commit
fa1512375b
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user