var fDesc=new Array(); fDesc[0] = "SpamAssassin for Windows is an email filter, using a variety of mechanisms including text analysis, Bayesian filtering, as well as DNS requests to block known spam senders.

This tool will not integrate into other applications, as it is much more like a "service" that can be contacted to evaluate emails and thus indicates a probability whether it is an unwanted email or not. You therefore need to have an additional mail-routing program that is capable of using and interpreting the results from SpamAssassin, running in accordance with all defined procedures."; 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 = ''; } }