-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown bounce category 'Ignore' #38
Comments
After some back-and-forth with ElasticEmail about the undocumented
I asked about the missing documentation of the
So I guess they will leave it undocumented. However, I went and checked 5 of the bouncebacks that returned that category, and they were all over-quota errors. So perhaps it would be better to treat such bouncebacks as a CiviCRM "over quota" type (type = 8), rather than as NULL. Would you agree? If so, I can submit a PR. |
This is still a problem in version 2.2.4, and the one-line fix described above still fixes the problem, so I've gone ahead and submitted a PR: #60. |
I am getting bounces with an unknown bounce category. The error message in my log (coming from the CiviCRM AirMail extension) is (with some trimming):
Unrecognised Elastic Email webhook event received: Received undocumented category 'Ignore' Event data: {"reset":"1","secretcode":"***","transaction":"***","to":"***","from":"***","date":"***","status":"Error","channel":"SMTP API","account":"***","category":"Ignore","postback":"***","subject":"***","messageid":"***","q":"civicrm/airmail/webhook"}
So the bounce category is 'Ignore'. But this isn't a listed category on https://elasticemail.com/developers/api-documentation/web-api-v2#classes_BouncedCategorySummary
I see in Elastic.php that it is in the
$mapElasticCategoryToCiviBounceType
array asI've queried ElasticEmail via their support chat as to what the definition of this category should be.
The text was updated successfully, but these errors were encountered: