debian-sf-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Debian-sf-users] Problems sending emails to users in 2.6+13


From: Vicente Ruiz
Subject: [Debian-sf-users] Problems sending emails to users in 2.6+13
Date: 15 Oct 2002 19:50:34 +0200

Hi, 

I found that the email delivery to users with sendmessage.php didn't
work. I fixed it with a pair of quotation marks in utils.php.

Greetings,


Vicente

# diff -bc utils.php
/mnt/hope/proyectos/debian-sf/sourceforge-2.6/common/include/utils.php 
*** utils.php   Mon Oct 14 11:53:22 2002 
---
/mnt/hope/proyectos/debian-sf/sourceforge-2.6/common/include/utils.php      Thu 
Sep 19 13:52:16 2002 
*************** 
*** 75,81 **** 
                "\nSubject: $subject". 
                "\n\n$body"; 

!       exec ("/bin/echo \"". util_prep_string_for_sendmail($body) ."\"
| /usr/sbin/sendmail -f'$from' -t -i >& /dev/null &"); 
  } 

  /** 
--- 75,81 ---- 
                "\nSubject: $subject". 
                "\n\n$body"; 

!       exec ("/bin/echo \"". util_prep_string_for_sendmail($body) ."\"
| /usr/sbin/sendmail -f$from -t -i >& /dev/null &"); 
  } 

  /** 







reply via email to

[Prev in Thread] Current Thread [Next in Thread]