thomascube
2005-12-14 749b07c78a29b03c63812c3ec3630b16db4baa8f
program/steps/mail/compose.inc
@@ -353,7 +353,7 @@
           
  // try to remove the signature
  if ($sp = strrpos($body, '--'))
  if ($sp = strrpos($body, '-- '))
    {
    if ($body{$sp+3}==' ' || $body{$sp+3}=="\n" || $body{$sp+3}=="\r")
      $body = substr($body, 0, $sp-1);