[imp] Problem with character in from field (SOLVED)

Michael M Slusarz slusarz@bigworm.colorado.edu
Sun, 20 Jan 2002 22:42:54 -0700


| Could you try this patch against the cvs version and see if it silences 
| these messages?
| 
| ---snip---
| Index: mailbox.php
| ===================================================================
| RCS file: /repository/imp/mailbox.php,v
| retrieving revision 2.317
| diff -u -r2.317 mailbox.php
| --- mailbox.php 21 Jan 2002 01:10:51 -0000      2.317
| +++ mailbox.php 21 Jan 2002 01:22:24 -0000
| @@ -670,7 +670,7 @@
|      }
|      
|      if (isset($h->from)) {
| -        $tmp = imap_rfc822_parse_adrlist($h->from, '');
| +        $tmp = @imap_rfc822_parse_adrlist($h->from, '');
|          $tmp = $tmp[0];
|          $fullfrom = '';
|          
|

Jan -
it has been verified that it was a courier-imap problem.  I just upgraded 
to the newest version (1.4 something) and it works fine - no more error 
messages.

Just for your information ... this patch didn't fix the behavior (all the 
error messages were still printed to the screen) before I upgraded the imap 
server.

michael

______________________________________________
Michael Slusarz [slusarz@bigworm.colorado.edu]
The University of Colorado at Boulder