Re: cvs: SVNROOT / commit-email.php

[email protected] (Johannes Schlüter) Sat, 20 Dec 2008 21:54:44 +0100
Newsgroups svn.migration
Message-ID <[email protected]>
Gwynne,

On Sat, 2008-12-20 at 19:24 +0000, "Gwynne Raskind" wrote:
>      if ($username == $commit_user) {
> -        $from = "\"{$fullname}\" <$email>";
> +        $from = "\"{$fullname}\" <{$username}@php.net>";

Can you encode that quoted printable using imap_8bit() or something?
Then my name, hopefully, won't be broken at news.php.net :-p

johannes