http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5720
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From [EMAIL PROTECTED] 2007-11-16 07:35 -------
this stuff is hard. :(
I noticed an error around this stanza near line 695:
# client mode is a little crazy because we need to kluge around the fact
# that the information needed to do the run is different than the
# information that goes into the results.
if ($opt_client) {
# change the format and id to the real version, make sure to remember
# the server's message number
# note: pop/push makes it work regardless of any changes to M::SA::AI
$origid = pop @{$real{$id}};
$format = $real{$id}->[2];
$id = $real{$id}->[3];
}
at one stage, $id was undef after that. I think it's probably because one of
the *earlier* entries in @{$real{$id}} was undef, maybe origid?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.