DW,
Funny thing, have you ever ran Dailymail with ALL options checked except for Bounce Processing - it doesn't seem to run and gives me this message:
Nothing to do!
Possible bug? I think it is, I had to track down several lines in dailymail.php here is what I changed to get Bounce Processing to run by itself with all the other options turned 'Off' (checked boxes).
Line 94:
if($errchk) echo "<input type=checkbox class=chkbox name=nobounce value=1> Skip bounce via mailbox<br>";
added 'class=chkbox'
Line 154:
if($nomaint && $nosched && $nofups && $nobounce && $noscfup) echo "Nothing to do!<br>";
Replaced: ($errchk <> '1' || $nobounce) with '$nobounce'
Line 301:
if(!$nobounce){
Changed it from: if($errchk=='1' && !$nobounce){
Well that about does it, DW you'll have to go over those changes to see if it's all ok - but for now I had to do that to get Bounce Processing to run on it's own with all the other item CHECKED, I did NOT have the top two checkboxes checked (they were left with UNCHECKED): Allow LMP to Run Automoatically, and Update Last Execution Time.
mailbox processing is that with just a few bounces (~5000) it can take HOURS to process
Are you sure of this? I've processed 1,000's of bounces before and it didn't take that long - maybe 30-50 minutes - not hours, how did you come up with this number, maybe it's not like that on my server - I don't remember it taking that long... ever, but this time I apparently have a LOT of message - I'm not sure how to check how many are sitting in there - but I'd like to read the mailbox and see how many replies are there.
No - I've confirmed it DW - on my server I just processed over 7,000 messages in 20 minutes, here's the output:
Connecting to bounced message server... Connected!
Verifying username and password... Verified!
Processing bounced messages, please wait... Done!
7834 bounced messages processed.
until I rewrite bounce.cgi in 100% Perl
When will that be? Rough estimate? Maybe it's something I could do on my own - as I need this 'yesterday'