var fDesc=new Array(); fDesc[0] = "AntispamSniper for The Bat! provides professional antispam and anti-phishing protection for your mailbox. A combination of several methods for automatic email classification results in an excellent filtering quality with the minimum error rate. The plug-in has a built-in option allowing deleting spam from the server by headers. The good messages deleted by mistake from server by header can be restored within a certain period of time after deletion. The plug-in filters POP3 and IMAP accounts. The statistical trainable classification algorithm has unique characteristics. It analyzes your private correspondence, singles out distinguishing features from messages of different classes and uses this information for the effective analysis of incoming messages. The algorithm constantly improves its classification quality with each new processed message. It is possible to track back the history of classifying messages and training the plug-in using a filtering log. The plug-in can delete spam right on the server by headers, using a list of account settings. The accounts for filtering can be added manually or automatically. The rest of messages are downloaded to email client for filtering by full content, and the messages with high spam ratio are moved to a special folder automatically.
The plug-in supports several complementary methods in addition to statistical algorithm: black and white lists of email addresses, anti-phishing filter, blocking spam by IP address of the sender (using DNSBL services), black and white Regexp-based rules."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }