Author Topic: My plugin sauserprefs, don't work  (Read 4428 times)

Offline rafael_alves

  • Newbie
  • *
  • Posts: 1
My plugin sauserprefs, don't work
« on: February 05, 2013, 02:43:55 PM »
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)
)

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
Re: My plugin sauserprefs, don't work
« Reply #1 on: February 05, 2013, 02:50:01 PM »
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
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦