ThunderBayes 0.2
ThunderBayes – integrate SpamBayes into Thunderbird.
Update: works with Thunderbird 2.0.0.* as of 04/11/2007.
Download ThunderBayes 0.2.1
New features in this version:
- Improved the toolbar button to allow messages to be marked as ham or spam regardless of the actual spam status of the message.
- Added “Move on mark as ham” feature, which moves messages to Local Folders Inbox by default (the folder can be customized in the ThunderBayes extension options).
- Added two new columns to the message list (Thunderbird 2.0 only):
- Spam Status – a column that shows spam status with four icons:
- Spam – red circle with slash
- Unsure – yellow question mark
- Ham – gray dot
- Unknown – gray question mark (this means the message did not have a “X-Spambayes-Classification” header, which probably means it did not pass through the SpamBayes proxy)
- Spam Probability – a column that shows the spam probability as a percentage (0% is ham, 100% is spam). Note that this column will be blank for messages that were received before ThunderBayes 0.2 was installed.
- Spam Status – a column that shows spam status with four icons:
- Added a new “unsure” button state to the toolbar button.
- Improved spam status recognition. ThunderBayes now uses the X-SpamBayes-Classification header to determine the spam status. In the past it relied on the junk status which was set using a filter.
- Thunderbird 2.0 compatibility.
Send bug reports and feature requests to . Include the word “ThunderBayes” in the subject line.
General Overview
What does it do?
It provides a toolbar button similar to Thunderbird’s Junk button to classify email as Spam or Ham. Clicking the button causes two things to happen: (1) it sends the source of the selected messages to SpamBayes for training and (2) it optionally moves the messages to a folder of your choice (this can be configured in the extension options). It actually does one more minor thing: it sets the X-Spambayes-Classification header to the appropriate value. Give it a try, you’ll see how it works.
What it does not do:
- It does not install SpamBayes (at this point the SpamBayes proxy must be installed and configured externally from Thunderbird). A future version of ThunderBayes may install SpamBayes automatically.
- It does not filter mail classified by SpamBayes (Thunderbird’s powerful built-in filters can be configured to move spam classified by SpamBayes to whatever folder you choose and/or change the junk status of incoming email). Automatic filtering is planned for a future release.
Prerequisites for using ThunderBayes:
- Install and configure the SpamBayes proxy. Windows users can go to the Windows page and look at the section entitled Non Outlook Solutions.
- Configure your email account(s) in Thunderbird to use the proxy.
Thunderbird configuration recommendations (do this for each account that uses the proxy):
- Disable the built-in junk mail controls (uncheck “Enable adaptive junk mail detection” on Adaptive Filter tab of Junk Mail Controls dialog).
- Create a new message filter named “ThunderBayes-spam”
Match any of the following
“X-SpamBayes-Classification” is “spam” (use “Customize…” to add the new header)
Move Message to Junk on Local Folders
Mark As Read (if you’re feeling confident) - Create a new folder named “Unsure” (this is for messages classified by SpamBayes as “unsure”)
- Create a new message filter named “ThunderBayes-unsure”
Match any of the following
“X-SpamBayes-Classification” is “unsure”
Move Message to Unsure (the new folder)
Install ThunderBayes and add the “Spam” button to the toolbar. To add the button to the toolbar, right-click the toolbar and selecting “Customizeรโ” Then drag the “Spam” icon into your toolbar and click “OK” on the “Customize Toolbar” dialog.
This extension was born from my frustration with Thunderbird’s built-in spam filtering features. While I enjoyed the ability to classify email as spam/ham within Thunderbird, the built-in spam filter was not effective enough to make it usable on a long-term basis. Having past experience with SpamBayes, I immediately looked for the best way to integrate the two. Unfortunately, aside from an old rumor I found nothing. So I settled for the pop3 proxy distributed with SpamBayes. While this provided good spam classification results, it left room for improvement on the training procedure. The browser-based training mechanism, while effective, was not convenient and essentially required me to classify most spam that made it to my inbox twice: once to move it to the Junk folder within Thunderbird and once to classify it as spam in the SpamBayes web-interface. Hopefully this will put an end to the frustration.
Great add-on, but Thunderbird 2.0.0.0 (RC1) claims it is not compatible. Any fix for that?