Commit:    16a0d2a6696e75498a94f4aef180541109c13905
Author:    Niklas Keller <[email protected]>         Fri, 22 Dec 2017 11:47:42 
+0100
Parents:   caf60a74a8e76bf7ddd57dc09e6e5cc3e198d45a
Branches:  master

Link:       
http://git.php.net/?p=web/master.git;a=commitdiff;h=16a0d2a6696e75498a94f4aef180541109c13905

Log:
Add bitcoin, earning and mining to spam list

Related to http://news.php.net/php.internals/101407.

Changed paths:
  M  include/spam-lib.inc


Diff:
diff --git a/include/spam-lib.inc b/include/spam-lib.inc
index e2da66c..dd2d3a7 100644
--- a/include/spam-lib.inc
+++ b/include/spam-lib.inc
@@ -11,6 +11,7 @@ $words_blacklist = array(
        'alprazolam',
        'arimidex',
        'ativan',
+       'bitcoin',
        'bontril',
        'carisoprodol',
        'coralclub24',
@@ -20,6 +21,7 @@ $words_blacklist = array(
        'ciprofloxacin',
        'clonazepam',
        'digoxin',
+       'earning',
        'ephedra',
        'esomeprazole',
        'firearms',
@@ -32,6 +34,7 @@ $words_blacklist = array(
        'lorazepam',
        'meridia',
        'metronidazole',
+       'mining',
        'naproxen',
        'nexium',
        'paroxetine',


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to