For some reason processbounces isn't setting bounced emails to unconfirmed.
Bounced emails are making to their bounce@example.com address OK.
I'm using this command to process them:
- Code: Select all
/usr/local/bin/php /home/xxxxx/public_html/enewslist/admin/index.php -pprocessbounces -c/home/xxxxx/public_html/enewslist/config/config.php >/dev/null
...it appears to be processing the bounced emails OK, they are removed from the inbox and being incremented with the correct number of bounces, but they're not being set to "unconfirmed".
My set-up:
PHPList 3.0.8
Config variables:
- Code: Select all
define ("MANUALLY_PROCESS_BOUNCES",0);
$bounce_mailbox_purge = 1;
$bounce_mailbox_purge_unprocessed = 1;
$bounce_unsubscribe_threshold = 3;
fake@example.com (a test bounce address) is showing
bncs: 6
...but still hasn't been marked "unconfirm"
Could I have missed a setting somewhere?