• Resolved rperrett

    (@rperrett)


    One of my clients has a site that uses comments for extensive discussion and debate. This means that comments sometimes contain many links to support arguments. Currently these comments are blocked “ERROR: Your comment appears to be spam.”.

    Failed Tests: [‘1’]
    Failed Test Codes: [‘1-HT’]
    Spam Count: [‘5,712’]

    How can I change this so those comments are flagged for moderation instead of being blocked completely?

    Thanks

    https://wordpress.org/plugins/wp-spamshield/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor redsand

    (@redsand)

    Hi rperrett,

    Yes, comments with many links are blocked, as this is a common signature of spam.

    Please see the plugin’s documentation for an explanation of how it works. WP-SpamShield does not use moderation or the spam queue. It blocks spam completely, which improves your site’s security and performance, as noted in the documentation.

    It is easy to have lively and intense discussions and debate on a site and still not use excessive numbers of links in each comment. I would recommend posting commenting guidelines/policy and let users know that the number of links per comment is limited, and ask them to abide by that. Having a commenting policy is an important part of a site.

    The spam filters cannot be overridden, as they have all been placed there by design, after much research, testing, and years of experience fighting spam. You can whitelist specific users if you like, in the WP-SpamShield settings.

    I hope this helps.

    – Scott

    Thread Starter rperrett

    (@rperrett)

    What is the limit set to currently? How many comments before its blocked?

    edit;

    I’m not totally lazy after all…
    $commentdata_comment_content_num_limit = 3; /* Max number of links in comment body content */

    Is it possible to include this variable as editable in the front end?

    Thanks

    Plugin Contributor redsand

    (@redsand)

    It’s actually not as simple as that…that number can change depending on certain variables.

    2 links per comment will usually be safe.

    Being that this is one element of a larger anti-spam strategy and algorithm, we are not going to be making that number editable.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Comments with too many links’ is closed to new replies.