Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't seem to be working with the latest T-bird. #12

Open
meeotch opened this issue Dec 11, 2013 · 0 comments
Open

Doesn't seem to be working with the latest T-bird. #12

meeotch opened this issue Dec 11, 2013 · 0 comments

Comments

@meeotch
Copy link

meeotch commented Dec 11, 2013

Noted several issues with the current version. Unfortunately, I don't have time atm to run down which of these are related to each other or do further debugging, so I'm just going to paste the review that I posted on mozilla.org:


Seems like a great idea, but isn't currently working for me. I tried applying mango's fix, but the Spam Rating column is still coming up empty. My x-spam-status headers look like this:

Yes, score=7.4

Also, I noticed that the option dialog has an Advanced tab that seems to anticipate the lower case issue:

function toLowerCase() { [native code]}

But trying to save options gives an error:

"The header you entered contains an invalid character, such as ':', a non-printable character, a non-ascii character, or an eight bit ascii character."

Presumably related to the brackets in the default value - but there's no indication how to correctly implement lowercasing.

Also, trying to use the add-on on an IMAP mailbox results in the following lines being added to your prefs.js:

user_pref("mailnews.customDBHeaders", "function toLowerCase() {\n [native code]\n} function toLowerCase() {\n [native code]\n} function toLowerCase() {\n [native code]\n}");
user_pref("mailnews.customHeaders", "X-Spam-Status: X-Spambayes-Classification: Bcc: X-PHP-Script: X-Spam-Score: Return-path: functiontoLowerCase(){[nativecode]}: functiontoLowerCase(){[nativecode]}: function toLowerCase() {\n [native code]\n}");

which breaks IMAP access! (And doesn't go away when you uninstall the add-on.) Beware of this - you'll need to revert those lines by hand to regain access to the IMAP box(es) it broke.

Finally, there are a couple options related to showing the score and rules (!) in the message that seem to have no effect for me. The latter sounds really cool. Too bad none of this is working. Here's hoping for an updated version soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant