http://bugzilla.spamassassin.org/show_bug.cgi?id=3595
------- Additional Comments From [EMAIL PROTECTED] 2004-07-12 16:35 ------- Created an attachment (id=2119) --> (http://bugzilla.spamassassin.org/attachment.cgi?id=2119&action=view) test patch in digging around, the only thing I can come up with is that in spamd, sed_path_cache is backed up w/out the bayes/etc path (forcably removed via compile_now), then a message processing would set it, then the previous values are restored but since the bayes/etc wasn't there before the new version isn't overwritten. so this patch has copy_config() blow away the destination's sed_path_cache before restoring the previously backed up values. this should let us keep the benefit of the cache without not overwriting new data that gets stored after the backup. can the people seeing this issue please try out the patch? thanks. :) (btw: I've seen an occasional "autolearn=failed" on my box, which could very well be caused by this issue... I'll be trying the patch as well to see if the # of failed occurances goes down.) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
