https://github.com/webklex/thunderbird-spam-score-column
A simple Mozilla Thunderbird add-on that adds a sortable column to display the contents of SpamAssassin's X-Spam-Score header.
https://github.com/webklex/thunderbird-spam-score-column
Last synced: about 1 year ago
JSON representation
A simple Mozilla Thunderbird add-on that adds a sortable column to display the contents of SpamAssassin's X-Spam-Score header.
- Host: GitHub
- URL: https://github.com/webklex/thunderbird-spam-score-column
- Owner: Webklex
- License: mit
- Created: 2019-07-10T16:44:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T22:03:48.000Z (almost 7 years ago)
- Last Synced: 2025-01-30T19:55:47.499Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spam Score Column Thunderbird Add-On
------------------------------------
This is a simple [Mozilla Thunderbird](http://mozilla.com/thunderbird)
add-on that adds a sortable column to display the contents of
[SpamAssassin's](http://spamassassin.apache.org) `X-Spam-Score` header.
Installation
------------
You can run `make` to build an `*.xpi` file which you can install from within
Thunderbird's add-ons interface, or you can also manually zip all the files up
yourself, or you might also be able to directly clone this repository into the
`extensions` directory in your Thunderbird profile.
Limitations
-----------
Adding a new header to the columns list requires that the new header data be
added to the header database. Unfortunately, this will only take effect for
new messages. You can force a rescan of old messages by right-clicking on each
and every mail folder, selecting "Properties" and clicking the "Repair Folder"
button on the "General Information" tab. You can also go through your
Thunderbird profile folder, deleting all the `*.msf` files, and refreshing
your Thunderbird accounts.
Of course, some mail servers may not include the `X-Spam-Score` header unless
it's value is over a certain threshold, or may not include it at all.