SpamAssassin: Difference between revisions
From DWIKI
No edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
*[http://wiki.apache.org/spamassassin/ SA Wiki] | *[http://wiki.apache.org/spamassassin/ SA Wiki] | ||
*[http://www.yrex.com/spam/spamconfig.php Configuration generator] | *[http://www.yrex.com/spam/spamconfig.php Configuration generator] | ||
*[http://users.own-hero.net/~decoder/fuzzyocr/ fuzzyocr plugin] to catch image spam, | *[http://users.own-hero.net/~decoder/fuzzyocr/ fuzzyocr plugin] to catch image spam, these instructions need work: it should be installed where the rest of the plugins go, | ||
/usr/lib/perl5/site_perl/5.8.4/Mail/SpamAssassin/ or so. | /usr/lib/perl5/site_perl/5.8.4/Mail/SpamAssassin/ or so. | ||
*[http://www.rulesemporium.com/ SpamAssassin Rules Emporium (SARE)] | *[http://www.rulesemporium.com/ SpamAssassin Rules Emporium (SARE)] |
Revision as of 16:55, 30 April 2007
Site
- Homepage
- SA Wiki
- Configuration generator
- fuzzyocr plugin to catch image spam, these instructions need work: it should be installed where the rest of the plugins go,
/usr/lib/perl5/site_perl/5.8.4/Mail/SpamAssassin/ or so.
Related software
Useful commands
- sa-update -D
- spamassassin -D --lint
SpamAssassin and userprefs on MySQL
Useful when using shared bayesdb and squirrelmail sasql. Read /usr/share/doc/spamassassin/sql.
mysql -u root -p mysql>grant insert,select,delete,update on sasql.* to 'sasqluser'@'localhost' identified by 'sasqlpass'; mysql>flush privileges; mysql>create database sasql; mysql>quit
mysql sasql -u root -p < /usr/share/doc/spamassassin/sql/userpref_mysql.sql
and make sure to run spamd with the options -q -x