How to stop people from using my domain to send spam? [duplicate]

Since it hasn’t been explicitly stated yet, I’ll state it. No one’s using your domain to send spam. They’re using spoofed sender data to generate an email that looks like it’s from your domain. It’s about as easy as putting a fake return address on a piece of postal mail, so no, there’s really no … Read more

Spam email sent from my [email protected] account

Assuming that your site has not been compromised, and that there are not unknown admin-level user accounts, then this could just be a case of mail spoofing. (Where a person places your email address as the ‘from’, but the email is really being sent by an external process.) I’d change all credentials (hosting, FTP, admin-level … Read more

Stop SPAM from custom form

I’ve been studying (and blocking) automated form spam for years. Most advice relates to hidden fields, CSS tricks, ‘stupid’ questions (“what is 1+3”), and others. And the reason that those tricks (and others) don’t work with automated spam bots is that they don’t ‘see’ your form, they just post to it. They scrape the form, … Read more

Make every comment go to the spam folder

I don’t know of a way the default comment status can be changed, but there’s an action ‘comment_post’ that runs after comments are inserted that you could easily hook to set every new comment to have the ‘spam’ status: function set_new_comment_to_spam($commentId) { wp_set_comment_status($commentId, ‘spam’); } add_action(‘comment_post’, ‘set_new_comment_to_spam’, 10, 1); Add that to your functions.php

CAPTCHA plugin where I can use my own images and ask my own questions? [closed]

Update: From my hard-earned painful expereince, KeyCAPTCHA is scam by professional spammers You can create your own captchas from your own images with “Personal Captcha” of KeyCAPTCHA https://www.keycaptcha.com/whatisit/?s=pc For subscribers of such service there is online designer The basic service is free but possibility of creating your own captchas is fee-based (5 USD a months, … Read more

Multisite signup spam troubles

There is a known problem as described in this ticket and this blog post The problem was identified in 2.9.2 but looks to also have been identified in 3.0. From the sounds of it, the wordpress team won’t fix this bug, because they feel spam is inevitable, and that it is the responsibility of spam … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)