Gmail Bounce Rule needed

DigitalBoy

New Member
Hi,

i've tested version 1.3.8.6 and the bounce processing was accurate for all emails but made few mistakes with some gmail errors. most gmails marked as HARD bounce rather than Internal Bounce.

Three Examples Marked as Hard Bounce:

Our system ha s detected that this message is\n550-5.7.1 likely suspicious due to the very low reputation of the sending IP\n550-5.7.1 address. To best protect our users from spam, the message has been\n550-5.7.1 blocked. Please visit\n550 5.7.1 https:/ /support.google.com/mail/answer/188131

Our system has detected that this message is\n421-4.7.0 suspicious due to the nature of the content and/or the links within.\n421-4.7.0 To best protect our users from spam, the message has been blocked.\n421-4. 7.0 Please visit\n421 4.7.0 https://support.google.com/mail/answer/188131


Our system has detected an unusual rate of\n421-4.7.0 unsolicited mail originating from your IP address. To protect our\n421-4.7.0 users from spam, mail sent from your IP address has been temporarily\n421-4.7.0 r ate limited. Please visit\n421-4.7.0 https://support.google.com/mail/?p=UnsolicitedRateLimitError



Can this be fixed? Thanks.
 
@DigitalBoy - Thanks for reporting, i will add these in the list of internal bounces so that you can have it in next release.
Just brings me to an idea...would it be possible to have a review/feedback feature for the bounces, so that one could flag those one believes to be false positives (or soft or internal or miscategorized), as these things change (also by receiving server admin changes)...so that you would see them coming in and could make the adjustments...which would then flow back into mailwizz? Probably to complex, but perhaps for the future, and idea that could save time in the end. Any thoughts how to improve this rudimentary thought are most welcome. The goal would be to have as few errors in bounce recognition/categorization as possible.
 
@DigitalBoy - find the rule:
Code:
'/smtp;(.*)Our system has detected/i',
And replace it with:
Code:
'/Our system has detected/i',
That should do it for now.

let me know how it goes, keep in mind it only applies for upcoming bounces.
 
Back
Top