-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
44 lines (29 loc) · 1.04 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=== Spammer Silent Treatment ===
Contributors: jmdodd
Tags: wp_mail, mail, spammer, user_status, buddypress
Requires at least: 3.3
Tested up to: 3.3.1
Stable tag: 0.1
Remove known spammer email addresses from wp_mail()'s To, Cc, and Bcc fields.
== Description ==
BuddyPress uses the user_status field to classify users as spammers. Users who
are marked as spammers should not receive further email notifications from the
system.
This plugin filters the To, Cc, and Bcc fields that are passed to wp_mail().
This plugin is a beta release, and as such, is not suitable for deployment on
a production server.
== Installation ==
1. Upload the directory `spammer-silent-treatment` and its contents to the `/wp-content/plugins/` directory.
1. Activate the plugin through the 'Plugins' menu in WordPress.
== Changelog ==
= 0.2 =
* Fix readme.txt Markdown.
= 0.1 =
* Initial release.
== Upgrade Notice ==
= 0.2 =
* readme.txt update.
= 0.1 =
* Initial release.
== Credits ==
Development funded, in part, by Ariel Meadow Stallings and the Offbeat Empire.