• Hi there! I’m using the latest WordPress with WooCommerce together with a plugin called The Newsletter Plugin. The plugin uses URI calls for users to subscribe, unsubscribe and make changes to their subscriber profiles. Subscribers may also be people who are not logged in. The WP Cerber Anti Spam engine blocks such requests from not-logged-in subscribers as spam bots. When I switch off using antispam on other forms all works well but I don’t want to do this. Therefore I wanted to use whitelisting for those specific URIs. My entries in the queries whitelist are:

    /newsletter/
    /?na=
    /?nk=

    However, when testing the following referrer URI, the query got blocked anyway:

    https://www.fleurdekoer.de/?na=uc&nk=39-9d40e02deb&nek=12-

    I checked the traffic inspector to understand the problem and I see there the following picture:

    Can you tell me what I’m doing wrong here?

    The page I need help with: [log in to see the link]

  • The topic ‘AntiSpam Whitelisting not working as expected’ is closed to new replies.