SpamAssassin
- TheCry
- Closed
- Thread is marked as Resolved.
-
-
sorry, but the comment from Nuxwin sounded like he would do something:
nevertheless: then a big "thank you" to you an mrpink -
-
So.. It seems that it works.
Log in to phpmyadmin and select the database of spamassasin. There you run this 2 queries
After this it is possible to add more than an entry -
thanks a lot: it works!
-
-
So.. It seems that it works.
Log in to phpmyadmin and select the database of spamassasin. There you run this 2 queries
After this it is possible to add more than an entryIt 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
-
-
-
Hi
I've upgraded to the last 0.0.9 version but don't appears the SPAM options in roundcube as before...
Thanks
-
-
Check your config.php of the plugin.
Code- /*
- * Roundcube Plugins
- */
- // Adds a new button to the mailbox toolbar to mark the selected messages as Junk/Not Junk,
- // optionally detaching original messages from spam reports if the message is not junk and
- // learning the bayesian database with junk/not junk.
- 'markasjunk2' => 'yes', // YES (default), NO
- // Adds a 'Spam' tab to the 'Settings' in Roundcube to allow the users to change
- // their SpamAssassin preferences which are stored in the imscp_spamassassin database.
- 'sauserprefs' => 'yes', // YES (default), NO
On my installation it works -
Check your config.php of the plugin.
Code- /*
- * Roundcube Plugins
- */
- // Adds a new button to the mailbox toolbar to mark the selected messages as Junk/Not Junk,
- // optionally detaching original messages from spam reports if the message is not junk and
- // learning the bayesian database with junk/not junk.
- 'markasjunk2' => 'yes', // YES (default), NO
- // Adds a 'Spam' tab to the 'Settings' in Roundcube to allow the users to change
- // their SpamAssassin preferences which are stored in the imscp_spamassassin database.
- 'sauserprefs' => 'yes', // YES (default), NO
On my installation it worksIt's the same as mine..
-