stekkel 23 年之前
父節點
當前提交
26f2fd0cf2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/smtp.php

+ 1 - 1
functions/smtp.php

@@ -753,7 +753,7 @@ function calculate_references($refs, $inreplyto, $old_reply_to) {
                 $refer = trim($regs[1]);
             }
             else {
-               $refer .= ' ' . trim($regs[1]);
+               $refer .= ' ' . trim($refs[0][$i]);
 	    }
             
         }