[Dovecot] PC-Pine "Junk in end of group"

Timo Sirainen tss at iki.fi
Tue Sep 9 21:52:51 EEST 2003


On Tuesday, Sep 9, 2003, at 21:02 Europe/Helsinki, Paul Adams wrote:

> I am running PC-Pine under Windows XP, connecting via SSL to a Dovecot
> IMAP server (0.99.10-2 under Debian woody). When I open a mail folder
> (mbox format) in Pine I get the following non-fatal error:
>
> [Junk in end of group: pn=undisclosed-recipients al= dn=]

I think this patch fixes it:

diff -u -r1.6 message-address.c
--- src/lib-mail/message-address.c      17 Jul 2003 14:50:45 -0000      
1.6
+++ src/lib-mail/message-address.c      9 Sep 2003 18:51:52 -0000
@@ -196,7 +196,7 @@
                         /* beginning of group */
                         addr = new_address(pool, &next_addr);
                         max_addresses--;
-                       addr->name = p_strdup(pool, str_c(mailbox));
+                       addr->mailbox = p_strdup(pool, str_c(mailbox));

                         str_truncate(mailbox, 0);
                         str_truncate(comment, 0);



More information about the dovecot mailing list