great, thanks!
(I should have check GitHub first, sorry...)
its been fixed already in the repo, Commit 17dcbfb9c4d902eb8a8a28c4817cf7fac2988e9e to JohnDoh's RoundCube-Plugin-SpamAssassin-User-Prefs-SQL - GitHub
Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…
great, thanks!
(I should have check GitHub first, sorry...)
a little issue in sauserprefs.php
change this:
if (!isset($no_override['skip_rbl_checks'])) {
if ($_POST['_spamskiprblchecks'] == "1")
$new_prefs['skip_rbl_checks'] = "";
else
$new_prefs['skip_rbl_checks'] = "1";
for:
if (!isset($no_override['skip_rbl_checks'])) {
if ($_POST['_spamskiprblchecks'] == "1")
$new_prefs['skip_rbl_checks'] = "0";
else
$new_prefs['skip_rbl_checks'] = "1";
regards
thanks, this has been fixed in the repo version.
Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…
I'm pretty new mysql, so forgive me if I missed the obvious.
So far as I can tell this was the only mention I could find specifying the details of the field required for this plugin. The readme only tells you to create the table and fields, not field length or anything else. I would suggest the above should be in the readme or at least the essential details.
Dave
TBH I kind of assumed that any one who used the plugin would already have their SA setup. There are lots of guides out there for how to it with different databases, including the SA documentation itself.
But I understand what you are saying about it being hard to know where to start, may be I will add a link to the SA documentation in the readme.
Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…
Hi there,
When I installed the plugin
When i used on roundcube what happends it's the following it looses the separator and opens a total page of spam filter making roundcube icon above some options.
Is it possible to open has settings and the left options opende and see the tabs above ?
are you using the default skin and correct version of the plugin for your version of rc?
Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…
Hi there,
I'.m using rc 0.4
and the version of spam is sauserprefs.
Version of spamassasin 3.2.3
There are currently 1 users browsing this thread. (0 members and 1 guests)