yep - i sent an email on this about 2 weeks ago - if you change the if/else to an if/elseif/else it will work fine
my line numbers won't match up, as I am on an older version: ____ if (is_numeric($date)) $ts = $date; else if (strlen($date)) //modified from 'else' $ts = strtotime($date); else //added $ts = ''; //added ____
I realize that it is non-standard for a timestamp to be empty and that it is an error of the MTA, but I believe that roundcube should handle it gracefully nonetheless.
HTH, josh
On Tue, 25 Oct 2005 16:48:03 -0400, "macross" macross@msyte.com wrote: