SpamAssassin

  • So.. It seems that it works.
    Log in to phpmyadmin and select the database of spamassasin. There you run this 2 queries

    Code
    1. ALTER TABLE `userpref` DROP INDEX `user_pref`;
    2. ALTER TABLE `userpref` ADD UNIQUE `user_pref` ( `username`, `preference`, `value`);


    After this it is possible to add more than an entry

  • So.. It seems that it works.
    Log in to phpmyadmin and select the database of spamassasin. There you run this 2 queries

    Code
    1. ALTER TABLE `userpref` DROP INDEX `user_pref`;
    2. ALTER TABLE `userpref` ADD UNIQUE `user_pref` ( `username`, `preference`, `value`);


    After this it is possible to add more than an entry


    It works also for me :)


    Thanks

  • Will it be also possible to define the "required_score" in the configuration file of this plugin? Atm I need to change it in the local.cf :D

  • Check your config.php of the plugin.


    On my installation it works

  • Check your config.php of the plugin.


    On my installation it works


    It's the same as mine.. ?(