I have a table in my admin section that displays emails send, emails bounced, emails opened, etc. So when I manually run bounce.php, it updates the bounce count.
I've also been checking my actual database tables.
But when I test bouncing an actual email, the count doesn't update, so I'm assuming that the script didn't run.
If the script runs manually, would I be save to assume that it should also run through an actual bounced email? Meaning, that the problem is somewhere between the email coming back to my inbox and the script executing?