+ Reply to Thread
Page 2 of 12 FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 115

Thread: SpamAssassin MySQL Plugin

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

    Default

    I have never really considered a situation where some one would effectivly want to turn off all spam settings. I guess the problem is that removing prefs from the SQL table does not actually turn off spam filtering, it just sets it back to default. So the effect of doing that would be different on different systems. Puting a straing "on or off" on the interface would be misleading in most setups I think.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  2. #12
    patricktech is offline Registered User
    Join Date
    Mar 2008
    Posts
    6
    Downloads
    0
    Uploads
    0

    Default

    Understandable. Something I can look to mod in myself I guess.

    The one issue I see is a user that doesnt have user prefs, when the go to the spam tab, the plugin shows settings, atleast it could be misleading to an end user that doesnt know what to look for, when in fact no spam settings exist in the userprefs table for them.

    I guess depending on its application and how its presented to the users could determine a lot. Maybe I will look at adding an enable and disable button that can be turned on or off in the config file i.e. choose to have it in use or not.

    Thanks, Patrick
    Last edited by patricktech; 06-22-2009 at 06:17 PM.

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

    Default

    I have added some new options to the code (currently in the repo): In the score drop down a new option at the top called "Default Score". Also if some one has a score which is not in the drop down then a new value is added called "Other ([score])" so that a score is never lost. Then at the bottom of the screen, next to the save button there is a new "Restore Default Settings" button which does excatly what it says on the tin. It has the effect of deleteing all the user's settings since anything which matches the default is not saved to the DB.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  4. #14
    jnorth is offline Registered User
    Join Date
    Oct 2006
    Posts
    5
    Downloads
    3
    Uploads
    0

    Default

    How does one tell SpamAssassin to use these settings? I'll write a step-by-step if someone can point me in the right direction to get mine working.

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

    Default

    The offical instructions are here UsingSQL - Spamassassin Wiki If you do a search from Spamassassin and MySQL you should find some guides.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  6. #16
    techdude is offline Registered User
    Join Date
    May 2008
    Posts
    38
    Downloads
    2
    Uploads
    0

    Default

    What modifications do I need to make to this to get it to work with another Template? Such as the MobileMe Template?

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

    Default

    It depends what version of RC (and the plugin) you have. If its 0.3b then your options are limited, there is a sauserprefs.css file in the plugin folder and you can tweak that to try and match your skin, but that’s about it – unless you want to edit the code in sauserprefs.php

    If you are using SVN trunk then there is a skins folder inside the plugin dir, and default inside that – make a copy of this folder and give it the same name as your skin and you can tweak the template files, css and images.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  8. #18
    spiderling is offline Roundcube Newcomer
    Join Date
    Jul 2009
    Posts
    6
    Downloads
    0
    Uploads
    0

    Default

    I am a newbie to managing a dedicated server and to RC, and I'm having a little trouble understanding the configuration settings for this plugin.

    I'm using RC 0.3beta and uploaded the sauserprefs folder into the plugins folder. Added the sausesrprefs to the $rcmail_config['plugins'] array.

    I have RC's 'users' table which has a 'username' field and a 'preferences' field, but it does not have a 'value' field.
    Am I to create a separate table for this?

    Thanks in advance

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

    Default

    hi, i think maybe you are looking in the wrong place. you should be putting in the info from your SpamAssassin user prefs table, not the RC users table. UsingSQL - Spamassassin Wiki should get you started on setting up SpamAssassin and MySQL.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  10. #20
    spiderling is offline Roundcube Newcomer
    Join Date
    Jul 2009
    Posts
    6
    Downloads
    0
    Uploads
    0

    Default

    Thanks for the info. I'll give it try.

+ Reply to Thread
Page 2 of 12 FirstFirst 1 2 3 4 ... 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