On December 27, [EMAIL PROTECTED] said:
> If the to address is set to undisclosed-recipients:;
> I get the following traceback when attempting to view the message within gnus
>
> Debugger entered--Lisp error: (wrong-type-argument stringp nil)
> string-match("(" nil)
> bbdb-rfc822-addresses("undisclosed-recipients:;")
> bbdb/gnus-get-addresses(nil)
> bbdb/gnus-update-records(nil)
> bbdb/gnus-pop-up-bbdb-buffer()
> run-hooks(gnus-article-prepare-hook)
>
This bug has already been fixed:
revision 1.30
date: 2001/11/19 21:58:51; author: waider; state: Exp; lines: +3 -3
Catch unparseable addresses in bbdb-rfc822-addresses
The line it's failing on should read:
(if (string-match "(" (or (car parsed) "")) ;; rfc822 didn't like it.
If I'm wrong about this, let me know, and if possible forward me the
message that caused the fault.
Cheers,
Waider.
--
[EMAIL PROTECTED] / Yes, it /is/ very personal of me.
"I always thought of Reality as Diplomacy without the board, rules or
consistent players." - Dalton.
_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/