|
if ($STANDALONE_MODE == false && $BOUNCE_MODE == true && !in_array($bounceRecord[PORT25_OFFSET_BOUNCE_BOUNCE_CAT], $bounceCategories)) { |
Hey, firstly thanks for sharing this script, it's helped me and I'm sure it has helped others in setting up their mailing system too.
Just thought I'd mention a bug I noticed while testing this on my setup. Maybe I'm missing something, but it seems as though the bounces which fell under the softBounceCategories array were being skipped.
I modified the referenced line to check in both category arrays, and that fixed the issue.
port25-bouncehandler/bouncehandler.php
Line 185 in a6a0b63
Hey, firstly thanks for sharing this script, it's helped me and I'm sure it has helped others in setting up their mailing system too.
Just thought I'd mention a bug I noticed while testing this on my setup. Maybe I'm missing something, but it seems as though the bounces which fell under the softBounceCategories array were being skipped.
I modified the referenced line to check in both category arrays, and that fixed the issue.