Hi guys,
I've tried to add an internal custom bounce rule but don't work ,
Change in :
.../vendors/BounceHandler/rules.php
Section :
'bounceType' => BounceHandler::BOUNCE_INTERNAL,
'regex' => array(
Added 2 new rules :
'/smtp;(\s*)?451 too many messages, slow down. (.*)/i',
'/smtp;(\s*)?450 (.*) (Recipient address rejected: Policy Rejection- Troppi invii in poco tempo, si prega di ridurre i volumi.)/i',
I've tried with different regex but all bounce are saved as hard and not as internal .
Any suggestion where I wrong with my code ?
Thanks
I've tried to add an internal custom bounce rule but don't work ,
Change in :
.../vendors/BounceHandler/rules.php
Section :
'bounceType' => BounceHandler::BOUNCE_INTERNAL,
'regex' => array(
Added 2 new rules :
'/smtp;(\s*)?451 too many messages, slow down. (.*)/i',
'/smtp;(\s*)?450 (.*) (Recipient address rejected: Policy Rejection- Troppi invii in poco tempo, si prega di ridurre i volumi.)/i',
I've tried with different regex but all bounce are saved as hard and not as internal .
Any suggestion where I wrong with my code ?
Thanks