+ Reply to Thread
Page 7 of 12 FirstFirst ... 5 6 7 8 9 ... LastLast
Results 61 to 70 of 115

Thread: SpamAssassin MySQL Plugin

  1. #61
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  2. #62
    snyder is offline Roundcube Newcomer
    Join Date
    May 2010
    Location
    Poland
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default

    great, thanks!
    (I should have check GitHub first, sorry...)

  3. #63
    Crupuk is offline Roundcube Newcomer
    Join Date
    Nov 2009
    Posts
    8
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by Volnhar View Post
    Wont the SpamAssassin part work anyway?

    I don't have access from my server from work, but will have a look tonight.

    If not then having this work with amavisd-new would be great.
    Nothing about this ?

    :-D

  4. #64
    Dane is offline Roundcube Newcomer
    Join Date
    Aug 2010
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default a little issue

    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

  5. #65
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    thanks, this has been fixed in the repo version.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  6. #66
    dvdsmith is offline Roundcube Newcomer
    Join Date
    Jul 2010
    Posts
    7
    Downloads
    1
    Uploads
    0

    Default

    Quote Originally Posted by fritz001 View Post
    CREATE TABLE userpref (
    username varchar(100) NOT NULL default '',
    preference varchar(50) NOT NULL default '',
    value varchar(100) NOT NULL default '',
    prefid int(11) NOT NULL auto_increment,
    PRIMARY KEY (prefid),
    KEY username (username)
    );
    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

  7. #67
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    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…

  8. #68
    LMSSML is offline Registered User
    Join Date
    Dec 2009
    Posts
    49
    Downloads
    0
    Uploads
    0

    Default Changed Page

    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 ?

  9. #69
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    are you using the default skin and correct version of the plugin for your version of rc?
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  10. #70
    LMSSML is offline Registered User
    Join Date
    Dec 2009
    Posts
    49
    Downloads
    0
    Uploads
    0

    Default

    Hi there,

    I'.m using rc 0.4

    and the version of spam is sauserprefs.

    Version of spamassasin 3.2.3

+ Reply to Thread
Page 7 of 12 FirstFirst ... 5 6 7 8 9 ... LastLast

LinkBacks (?)

  1. 06-09-2009, 07:41 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts