Author Topic: How to prevent Bounces triggered through SPAM?  (Read 1484 times)

wagenknecht

  • Posts: 7
    • View Profile
How to prevent Bounces triggered through SPAM?
« on: March 15, 2007, 05:05:49 am »
Since a while I had problems with people getting unsubscribed due to bounces that were in fact SPAM. As the only people affected where subscribers on the same domain name the listmailpro scripts sits on, i just gave those other adresses with different domain names.

But now it starts removing other subscribers as well!!

See the following listmail (ListMail v1.86) notification:

Is this problem adressed in a later release?

Kind regards
Joerg Wagenknecht

Code: [Select]


A user has been removed from your list: Presse V

Their information was as follows:

Email: kurdika@**subscriberserver**.de
First Name: Ingrid
Last Name: xxxx

Anrede: Sehr geehrte Frau xxxxx

IP Address: Unknown
Ref. URL: Manually Added

Unique ID: e746c3c

---------- The bouncing message follows ----------

Return-Path: <BonapartePatel's@co.pwc.com>
Delivered-To: bounce@**clientserver**.de
Received: (qmail 10016 invoked from network); 9 Feb 2007 14:12:16 -0000
Received: from unknown ([80.67.18.37])
          by halo.ispgateway.de (qmail-ldap-1.03) with QMQP; 9 Feb 2007 14:12:16 -0000
Delivered-To: CLUSTERHOST mx14.ispgateway.de bounce@**clientserver**.de
Received: (qmail 5066 invoked from network); 9 Feb 2007 14:12:16 -0000
X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on
spamfilter14.ispgateway.de
X-Spam-Level: ********
X-Spam-Status: No, hits=8.6 required=9999.0 tests=BAYES_20,DNS_FROM_RFC_ABUSE,
HELO_DYNAMIC_IPADDR2,SARE_LWSYMFMT,SARE_PROLOSTOCK_SYM4,SUBJ_ALL_CAPS
autolearn=disabled version=3.1.7
Received: from 201-255-154-52.mrse.com.ar ([201.255.154.52])
          (envelope-sender <BonapartePatel?s@co.pwc.com>)
          by mx14.ispgateway.de (qmail-ldap-1.03) with SMTP
          for <bounce@**clientserver**.de>; 9 Feb 2007 14:12:15 -0000
Return-Path: <BonapartePatel's@co.pwc.com>
Received: from uxsmpr11.pwc.com (HELO co.pwc.com) ([155.201.16.8])
  by irxq.co.pwc.com with ESMTP id ; Fri, 9 Feb 2007 14:12:19 +0180
Received: from 7d7w45.ilogsolutions.ae ([128.139.226.106])
 by t2ki3o.sdl.sri.com (Sun Java System Messaging Server 6.1 HotFix 0.07 (built
 May 18 2003)) with ESMTP id <uelr5xwabhkrn5y8@73.75.59.220.sdl.sri.com> for
 bounce@**clientserver**.de; Fri, 9 Feb 2007 14:12:19 +0180 (IST)
Date: Fri, 9 Feb 2007 14:12:19 +0180
From: "GRACE Dugas" <BonapartePatel's@co.pwc.com>
To: <bounce@**clientserver**.de>
Subject: [SPAM] INVEST YOUR MONEY EXACTLY IN OUR COMPANY
Message-ID: <DMZPE352DV5_KUJTW_ML69CU@co.pwc.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
X-List-Match: X-Spam-Level:******:subject:[SPAM]

MARSHAL HOLDINGS INC(MHII.OB) unthinkable share.

At present it occupied TOP places on market of stocks.
And now this share brings 300% of clean profit.
*deleted*



This Thread
http://listmailpro.com/forum/index.php?topic=1344.msg5605#msg5605
was started when I was getting the first mentioned bounces.

I changed in bounce.php:
Code: [Select]
if($target && $target <> $errmail) bounce($target,$em);
to
Code: [Select]
$gooddomains = array('justfx.com','fgsv-verlag.de');
foreach($gooddomains as $value){
 if(strstr($target,$value)) $gooddomain=1;
}
if(($target != '') && ($target <> $errmail) && ($gooddomain != 1))
{
bounce($target,$em);
}

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
How to prevent Bounces triggered through SPAM?
« Reply #1 on: March 17, 2007, 04:01:47 am »
Hi Joerg,

Are you on the latest ListMail files (v1.87d?)  Also are you using the mailbox method of bounce processing?  I have heard a few reports of that process reporting and/or removing the wrong users, etc.

I don't see the bouncing users' email address in the bounce notification, which is a bit strange.  You may want to try replacing your bounce.cgi (if you use it) with the one included in the most recent version, although that file normally doesn't change and hasn't in a very long time.

I will have to consider this more later today.  If you want to submit a possible bug report you can do so here - this will give me all the access I need to troubleshoot things.

If you want to attempt to gloss over the problem you might change your bounce email... ;)

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting