Follow-up Comment #3, sr #108243 (project administration):

Here is a first stab at thie problem.  I have patched
savane/frontend/php/include/sendmail.php from  

http://git.savannah.gnu.org/cgit/administration/savane.git/

That is where the PHP code appears to be constructing the headers of the
email.  Below is my diff (also, the patch is attached to this ticket).  I
would like some feedback before I commit to the savane repo.



diff sendmail.php sendmail_patch.php 
69,74c69
<   # If $from is a login name, write nice From: field
<   $fromuid = user_getid($from);
<   if (user_exists($fromuid))
<     {
<       $from = user_getrealname($fromuid, 1)."
<".user_getemail($fromuid).">";
<     }
---
>   $from = "[email protected]"


(file #28825)
    _______________________________________________________

Additional Item Attachment:

File name: sendmail_patch.php             Size:16 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?108243>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Reply via email to