Hi,
I have noticed an increase of Yahoo Internal Bounces with the error message "dd Requested mail action aborted..."
Authoritarian sources on internet says that those are inactive addresses and must be removed from list.
To treat them as Hard Bounces, under 'bounceType' => BounceHandler::BOUNCE_HARD, I have added this expression:
'/dd Requested mail action aborted/i',
Is this expression correct? Because they are still treated as Internal bounces.
I have noticed an increase of Yahoo Internal Bounces with the error message "dd Requested mail action aborted..."
Authoritarian sources on internet says that those are inactive addresses and must be removed from list.
To treat them as Hard Bounces, under 'bounceType' => BounceHandler::BOUNCE_HARD, I have added this expression:
'/dd Requested mail action aborted/i',
Is this expression correct? Because they are still treated as Internal bounces.