Michael Bell <[EMAIL PROTECTED]> writes: > Is there any difference in code between the final and the RC6 release?
Yes. bug 2489: check_num_received checks one less than it should bug 2491: 1) the learn_to_journal option was only good for autolearning and using sa-learn, but "spamassassin -r" just went r/w all the time. 2) when running from spamassassin, caller_will_untie was false. so when learn() called forget(), forget() would untie, thereby leaving learn() screwed. this was generating the undefined warnings since the untie() cleared db_version. so we kluge around that by saving/setting caller_will_untie, then restoring after the forget(). 3) forget() didn't know it could "learn to journal", so it always went r/w. added a debug statement for bayes expiry if estimation is available Daniel ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk