Dean,
I'm having a similar issue. The tests are coming in as "Successful" but the bad addresses are not being removed from the list. Actually - now one of the tests is not - see below.
Let me provide you with some details about my configuration.
I'm running on a virtual private server in which I have a few domains. I am running ListMailPro v 1.8 on two domains.
This Linux setup has a main domain - spidercreations.net - and I am able to add Web sites and then set the DNS servers to point to my server.
Each of the domains I create have their own IP address. I don't have to do this, but I do since some sites have a SSL certificate that requires its own.
The way that mail is set up, I can set user ids to work across ALL domains, or target just one. With this set up I have my own mailserver to help with issues like AOL banning a server that I'm on. If I get banned - it's me.
I have bounce.cgi located in each of the proper cgi-bins for the two sites. This is one level above the public html directory.
To keep this simple, I will only provide information for one of the sites.
/ (Root Directory) > home > webadmin > divenassau.com > cgi-bin > (again bounce.cgi and signup-list1.cgi are in this folder) Note that I do not use the sign-up by e-mail feature.
I have .procmailrc located in the following folder:
/ (Root Directory) > home > webadmin > divenassau.com
I have .procmailrc as follows:
:0
* ^TO_bounce@divenassau.com
| $home/webadmin/divenassau.com/cgi-bin/bounce.cgi
:0
* ^TO_register@divenassau.com
| $home/webadmin/divenassau.com/cgi-bin/signup-list1.cgi
(I know that this file can be funky with the way it does the line breaks since it messed me up before)
I did some hunting and wget is located in the following directory:
/ (Root Directory) > usr > bin
Take note of the directory structure please... each of the sites are located in different areas, divenassau is located in / (Root Directory) > home > webadmin > divenassau.com, and scubashackct is located in / (Root Directory) > home > steve > scubashackct.com.
I am trying to put all of my sites under webadmin, but I messed up and put one in steve. I do not think that matters, but what will matter is the location of .procmailrc
There is one other issue. Although both of the sites are set up the same way, I'm getting a failure - Sending TESTBOUNCE email to bounce address.. Failed. Try manually sending an email to your bounce address with TESTBOUNCE in the subject line - on one of the sites.
Also note that when I'm sending an e-mail to a bad address I get this back. Note that the return path is spidercreations.net, even though I sent this from scubashackct.com.
Return-Path: <MAILER-DAEMON@spidercreations.net>
Received: from localhost (localhost)
by spidercreations.net (8.12.10/8.12.10) id j3E25jJJ024737;
Wed, 13 Apr 2005 21:05:45 -0500
Date: Wed, 13 Apr 2005 21:05:45 -0500
From: Mail Delivery Subsystem <MAILER-DAEMON@spidercreations.net>
Message-Id: <200504140205.j3E25jJJ024737@spidercreations.net>
To: <bounce@scubashackct.com>
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
boundary="j3E25jJJ024737.1113444345/spidercreations.net"
Subject: Returned mail: see transcript for details
Auto-Submitted: auto-generated (failure)
This is a MIME-encapsulated message
--j3E25jJJ024737.1113444345/spidercreations.net
The original message was received at Wed, 13 Apr 2005 21:05:45 -0500
from spidercreations.net [127.0.0.1]
----- The following addresses had permanent fatal errors -----
<steve@bad9988776mm.edu>
(reason: 550 Host unknown)
----- Transcript of session follows -----
550 5.1.2 <steve@bad9988776mm.edu>... Host unknown (Name server: bad9988776mm.edu: host not found)
--j3E25jJJ024737.1113444345/spidercreations.net
Content-Type: message/delivery-status
Reporting-MTA: dns; spidercreations.net
Received-From-MTA: DNS; spidercreations.net
Arrival-Date: Wed, 13 Apr 2005 21:05:45 -0500
Final-Recipient: RFC822; steve@bad9988776mm.edu
Action: failed
Status: 5.1.2
Remote-MTA: DNS; bad9988776mm.edu
Diagnostic-Code: SMTP; 550 Host unknown
Last-Attempt-Date: Wed, 13 Apr 2005 21:05:45 -0500
--j3E25jJJ024737.1113444345/spidercreations.net
Content-Type: message/rfc822
Return-Path: <bounce@scubashackct.com>
Received: from localhost (spidercreations.net [127.0.0.1])
by spidercreations.net (8.12.10/8.12.10) with ESMTP id j3E25jJN024385
for <steve@bad9988776mm.edu>; Wed, 13 Apr 2005 21:05:45 -0500
Message-Id: <200504140205.j3E25jJN024385@spidercreations.net>
Date: Wed, 13 Apr 2005 21:05:45 -0500
From: "Scuba Shack Newsletter" <news@scubashackct.com>
To: "Steve Bad Address" <steve@bad9988776mm.edu>
Subject: test6
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: ListMail v1.8
test6
--j3E25jJJ024737.1113444345/spidercreations.net--
Final note - I had originally created two e-mail addresses that I should not have done - bounce@divenassau.com and bounce@spidercreations.net.
I know this is a bunch of information - but I'm stuck and am hoping that too much info is better than not enough.
Steve