X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Ffilters%2Ffilters.php;h=1a04ce27520f641e641a8a0ec6b80c60cf4f02aa;hp=1f82bafa05685b0a2a5801226d8f72ae1ce182fb;hb=ace4e0d37d292f2d135364a0d8c7c6107ee9e22c;hpb=1eb6311f42876074d60dc55c7a079c15293ac6d7;ds=sidebyside diff --git a/plugins/filters/filters.php b/plugins/filters/filters.php index 1f82bafa..1a04ce27 100644 --- a/plugins/filters/filters.php +++ b/plugins/filters/filters.php @@ -579,7 +579,7 @@ function load_spam_filters() { $filters['SPAMcop']['dns'] = 'bl.spamcop.net'; $filters['SPAMcop']['result'] = '127.0.0.2'; $filters['SPAMcop']['comment'] = - _("FREE, for now - SPAMCOP - An interesting solution that lists servers that have a very high spam to legit email ratio (85 percent or more)."); + _("FREE, for now - SpamCop - An interesting solution that lists servers that have a very high spam to legit email ratio (85 percent or more)."); $filters['dev.null.dk']['prefname'] = 'filters_spam_devnull'; $filters['dev.null.dk']['name'] = 'dev.null.dk Lists'; @@ -793,4 +793,4 @@ function do_error($string) { echo $string; echo "

\n"; } -?> +?> \ No newline at end of file