http://bugzilla.spamassassin.org/show_bug.cgi?id=3024
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2004-02-15 15:25 -------
I don't like the patch... It kluges over the issue instead of fixing the
problem, which is that forget() needs to return proper values. :| (forget()
always returns undef instead of 0 ... undef is only when there's a fatal
error,
like tie() didn't work or something. I fixed forget() to return the error
codes
correctly, it's now committed. :) r6669.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.