[imp] Reply : There was an error sending your message
Kris von Mach
dev@swishmail.com
Fri, 16 Feb 2001 02:39:09 -0500
I think this is the same issue that has been discussed a day ago..
It's a problem with PEAR RFC822.php which is normally installed in
/usr/local/lib/php/Mail/RFC822.php
just comment out the line and add a new one like this (around line 386 in
RFC822.php):
// $parts = preg_split('/[ \\x09]+/', $phrase, 0,
PREG_SPLIT_NO_EMPTY);
$parts = preg_split('/[ \\x09]+/', $phrase);
__
Kris Mach.
----- Original Message -----
From: <bob@rabi.cchem.berkeley.edu>
To: <imp@lists.horde.org>
Sent: Friday, February 16, 2001 1:25 AM
Subject: Re: [imp] Reply : There was an error sending your message
>
> OOps, sorry.
>
> I was using the imp-2.3-cvs version obtained this week.
>
>
> Quoting Chuck Hagenbuch <chuck@horde.org>:
>
> > Quoting Bob Havlin <bob@rabi.cchem.berkeley.edu>:
> >
> > > When replying to a message whose from address is like:
> > >
> > > "Firstname Lastname" <fname.lname@horde.com>
> > >
> > > the quotes are missing and the composer says there is an
> > > error sending the message(for some reason, the Message
> > > Composition window
> > > does not keep the quotes when replying). If I manually add
> > > in the quotes again, the mail sends fine. Probably an easy
> > > fix, but I dont see it at the moment.
> >
> > Please tell us what versions you are using.
> >
> > -chuck
> >
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>
>