An open API service indexing awesome lists of open source software.

https://github.com/toolstack/spamassassin-preferences

Set your SpamAssassin preferences from your WordPress user profile.
https://github.com/toolstack/spamassassin-preferences

wordpress wordpress-plugin

Last synced: 3 days ago
JSON representation

Set your SpamAssassin preferences from your WordPress user profile.

Awesome Lists containing this project

README

          

# SpamAssassin Preferences #
**Contributors:** [gregross](https://profiles.wordpress.org/gregross/)
**Plugin URI:** http://toolstack.com/sa-prefs
**Author URI:** http://toolstack.com
**Tags:** spamassassin
**Requires at least:** 3.5.0
**Tested up to:** 6.1.1
**Stable tag:** 1.0

Set your SpamAssassin preferences from your WordPress user profile.

## Description ##

Set your SpamAssassin preferences from your WordPress user profile.

This code is released under the GPL v2, see license.txt for details.

## Installation ##

1. Configure SpamAssassin to use SQL (see https://wiki.apache.org/spamassassin/UsingSQL)
2. Extract the archive file into your plugins directory in the sa-prefs folder.
3. Activate the plugin in the Plugin options.
4. Configure the plugin options under settings.
5. Login to WordPress and go to your profile page, update the options at the bottom.

## Frequently Asked Questions ##

### The user preferences are not show up ###

Make sure you have configured your sa_prefs table correctly and set your user field preference as well.

### Can I select a different database then the WordPress database? ###

Yes, use the database.table notation in the settings page.

### Can I select a different SQL server then the one WordPress uses? ###

No.

## Screenshots ##

### 1. Admin seetings screen. ###
![Admin seetings screen.](assets/screenshot-1.png)

### 2. User preferences screen. ###
![User preferences screen.](assets/screenshot-2.png)

## Changelog ##

### 1.0 ###
* Release date: October 3, 2014
* No changes other than an offical 1.0 release.

### 0.1 ###
* Release date: July 10, 2014
* Initial release.

## Upgrade Notice ##

None.