Hi,
This must be the problem. I will do some tests with the access info you provided and get back to you soon
Please tell us you corrected this, and when it will be released?
I still have the problem, this morning my mailing stalled on someone entering a dummy address:
test5@dsds.com
obviously a bad address - but LMP chokes on it, I don't remember v. 1.84 doing that - I must have modified the code, but have looked for over an hour this AM for it and can't find what I changed - there is one thing with the bounce processing that was different but I don't think that is it...
UPDATE
======
I had a further look - I vaguely remember some problem with the '250' error? Have a look at that, also there's that problem with the 'or die' code that was added... apparently I left it commented OUT and did not use it in my vers. 1.84 - here it is - you told me to ADD THIS and it fixed the problem - which I reported to you it did, but you failed to FIX it in the new version - why do I see this happening with you? When someone reports a fix - you should immediately fix it in the PRODUCTION version, this is costing me serious time, here's the problem, line 2540 in admin.php, it needs to have the addslashes, like this:
$cmd = "select id,list,bounces from $utable where email like '".addslashes($email)."'";
$urows = mysql_query($cmd) or die('admin-45-'.mysql_error());
FURTHER UPDATE
===========
Surprise, I found this inside of one of my email texts - it must have been a problem at one time?
pipelining support enabled.
NOOPmsg=250 2.0.0 OK
PIPELINE-FROMmsg=250 2.1.0 ... Sender ok .
RCPT TO: <>
RCPTmsg=553 5.0.0 <>... User address required
DATAmsg=503 5.0.0 Need RCPT (recipient) .
Maybe that can help you DW?
PLEASE fix that in the production version! And then look for '250' errors and fsockopen problems - I know I patched up those on my own too - but can't seem to locate them at this time...
DW - do you have a fix yet?