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.
- Host: GitHub
- URL: https://github.com/toolstack/spamassassin-preferences
- Owner: toolstack
- License: gpl-2.0
- Created: 2023-01-07T03:06:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T03:07:21.000Z (over 3 years ago)
- Last Synced: 2025-02-06T04:41:20.536Z (about 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: http://toolstack.com/sa-prefs
- Size: 269 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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. ###

### 2. User preferences screen. ###

## 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.