spamassassin

Preparing the SQL database in SpamAssassin

Official SQL queries Choosing the right perl DataBase Interface (DBI) module DBD::mysql (github) DBD::MariaDB (github) Depending on whether you use MySQL or MariaDB, and if you use MySQL things depend also on the version, you have to install DBD::mysql or DBD::MariaDB perl DBI module. Other connectors...

Installing and configuring SpamAssassin

Info: http://spamassassin.apache.org/ Docs: http://spamassassin.apache.org/full/4.0.x/doc/ Latest version: 4.0.2 Download: http://spamassassin.apache.org/downloads.cgi Upgrading notes: https://svn.apache.org/repos/asf/spamassassin/trunk/UPGRADE  github: https://github.com/apache/spamassassin  SpamAssassin is a mature, widely-deployed open source project that serves as a mail filter to identify Spam. SpamAssassin uses a variety of mechanisms including header and text analysis, Bayesian filtering, DNS blocklists, and...

Spamassassin's TxRep Reputation and Bayesian filters

TxRep was designed as an enhanced replacement of the AutoWhitelist plugin. TxRep, just like AWL, tracks scores of messages previously received, and adjusts the current message score, either by boosting messages from senders who send ham or penalizing senders who have...

Roundcube plugins

Official repository: http://plugins.roundcube.net/ Changelog Apr 19, 2025- sauserprefs upgraded to v. 1.20.2 Mar 23, 2025- the password plugin's vpopmaild driver is working again, as vpopmaild has been patched on vpopmail side (v. 5.6.7 and onwards).   My enabled plugins are (at the moment): Password, to change the...

Recent comments