mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:57:03 +02:00
fixed a mail restore issue
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user