Commands issued from open message window: ESC-m (select
text), r
excerpt and reply, fills in wrong TO address (should be
replying to the FROM address...)
and segfaults on sending message, backtrace follows.
#0 0x80633d8 in ssearch (S=0x0, k=0xbfffee9c) at
skip-list.c:54
54 skipnode *x = S->header;
(gdb) bt
#0 0x80633d8 in ssearch (S=0x0, k=0xbfffee9c) at
skip-list.c:54
#1 0x8063b72 in alias_lookup (al=0x810be68,
name=0xbfffef55 "") at alias.c:182
#2 0x805b90c in parseaddr (s=0xbfffef54 "",
next=0xbfffeee0) at smtp.c:511
#3 0x805b977 in parse_recipients_line (line=0xbfffef54
"", ret=0x8150930,
numret=0, end=0xbfffef1c) at smtp.c:536
#4 0x8051696 in verify_recipients (tbuf=0x81465e8,
header=0x80d1314 "Cc:")
at document.c:654
#5 0x80517be in DOC_VerifyMsg (tview=0x81465d8) at
document.c:691
#6 0x8062436 in TXT_DoMenuCommand (m_id=2100, str=0x0)
at text.c:1004
#7 0x80570ed in do_remote_command (aCmdNumber=2100) at
ezmail.c:555
#8 0x8057086 in DoMenuCommand (menuid=2100) at
ezmail.c:533
#9 0x804fb44 in MNU_ReturnControl (do_cmd=2100) at
menus.c:926
#10 0x804fc48 in MNU_MenuMode (keycode=317) at menus.c:964
#11 0x8055f92 in mainloop () at and_mach.c:109
#12 0x8056a55 in main (argc=1, argv=0xbffffa44,
envp=0xbffffa4c)
at ezmail.c:354
(gdb) print al
$6 = (alias_t *) 0x810be68
(gdb) print *al
$7 = {list = 0x0, filename = '\000' <repeats 4095
times>, lastmodified = 0}
Logged In: YES
user_id=385914
The segfault part of this should be fixed in CVS. The
"from" address is not necessarily a bug.