SpamAssassin uses Razor 2 for the Bayesian component.
I thought Razor and Bayes were separate, and that Razor is looking at
others' reports of spam (central database), while Bayes is looking at
your own word frequency database. I didn't think the two were related.
Also, the "Google search" browser (changes to other search engines on
request -- I just use Google mostly. Having that browser pane even
after you go visit other sites is great -- no more having to "start in
new window" to keep the search results available as you check various
hits.
Have you found the middle mouse button? I use that to open links in
background tabs, rapidly opening several search results before looking at
each one by one. You'll need to play with the tabbed browsing options to
enable that.
I wonder if Netscape does these (I am a newbie at Netscape.)
Probably, it wasn't documented, I just found them in a random post
somewhere. Here's the ones that were suggested. Just put them in prefs.js
while the program is not running (since that's rewritten on program
exit). Remember to keep a backup of the file before modifying it.
user_pref("dom.disable_window_flip", true);
user_pref("dom.disable_window_move_resize", true);
user_pref("dom.disable_window_open_feature.close", true);
user_pref("dom.disable_window_open_feature.directories", true);
user_pref("dom.disable_window_open_feature.location", true);
user_pref("dom.disable_window_open_feature.menubar", true);
user_pref("dom.disable_window_open_feature.minimizable", true);
user_pref("dom.disable_window_open_feature.personalbar", true);
user_pref("dom.disable_window_open_feature.resizable", true);
user_pref("dom.disable_window_open_feature.scrollbars", true);
user_pref("dom.disable_window_open_feature.status" , true);
user_pref("dom.disable_window_open_feature.titlebar", true);
user_pref("dom.disable_window_open_feature.toolbar", true);
user_pref("dom.disable_window_status_change", true);
user_pref("browser.block.target_new_window", true);