stekkel 23 years ago
parent
commit
26f2fd0cf2
1 changed files with 1 additions and 1 deletions
  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]);
 	    }
             
         }