[spambayes-bugs] [ spambayes-Bugs-933473 ] Unnecessary spam folder
hook
SourceForge.net
noreply at sourceforge.net
Sun Apr 11 21:23:46 EDT 2004
Bugs item #933473, was opened at 2004-04-12 13:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=933473&group_id=61702
Category: Outlook
Group: Source code - CVS
Status: Open
Resolution: None
Priority: 1
Submitted By: Tony Meyer (anadelonbrin)
Assigned to: Tony Meyer (anadelonbrin)
Summary: Unnecessary spam folder hook
Initial Comment:
[From discussion on spambayes-dev]
The spam folder gets hooked for incremental training,
even if the train_manual_spam option is False. In the
hooked event, it checks for the train_manual_spam
option and quits if it's False.
I asked:
"""
Would it not be better to only add the hook if the
train_manual_spam option is True? Or is there some
other reason that the spam folder has to be hooked?
"""
Mark replied:
"""I think you are correct - we could avoid the hook
alltogether. However, I'm still reluctant to change
this, as it does risk breakage. We can fix it post 1.0.
"""
Opening this so that I remember that this needs to be
done. Attaching a patch that does the job, and I'll
run with this in my own day-to-day plug-in so there's
some limited testing at least before it gets checked in.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=933473&group_id=61702
More information about the Spambayes-bugs
mailing list