Release 4.3.1 (EN)
Release 4.3.1 was released in November 2023. This release includes:
configuration option to ignore unrecognized bounces
Configuration option to ignore unrecognized bounces
There is now a new configuration option for ignoring bounces for which no ticket exists. This is activated by default.
How to change this Konfiguration in the Service Desk:
var SERVICEDESK2_CONFIG = {
...
inbox: {
...
ignoreUnrecognizedBounces: false,
},
};