mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-11-04 07:02:28 +01: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