I configured the database plugin and everything is saved in the database through the panel plugin, yet he does not reject the e-mail for which I create spam rules. Help me.
I created a database that is proposed in the settings that is:
CREATE TABLE UserPref (
username varchar (100) NOT NULL default'',
preference varchar (30) NOT NULL default'',
value varchar (100) NOT NULL default'',
prefid int (11) NOT NULL auto_increment,
PRIMARY KEY (prefid)
KEY username (username)
)
did you try the tests they suggest to make sure your SA install can read the prefs from the database? http://wiki.apache.org/spamassassin/UsingSQL