[dokuwiki] Re: Dokuwiki on OpenBSD

  • From: Guy Brand <gb@xxxxxxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 11 Jun 2007 22:12:11 +0200

On 11 juin at 20:04, Samuel Penn wrote:

> the To field in emails is written which causes mini_sendmail to
> reject the email as invalid (there's no space between the mail name
> and the mail address, e.g. "Bob<bob@xxxxxxxxxxxx>"). I need to
> investigate the latest release candidate at some point and see whether
> this is still a problem.

  hi,


  I confirm this is a bug in mail_encode_address(). This trivial
  change should fix it:

  {
  hunk ./inc/mail.php 141
  -    $headers .= $text.$addr;
  +    $headers .= $text.' '.$addr;
  }


-- 
  bug
-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: