Hello,
We want to specify a specific bounce-text via a message-filter.
If the filter matches our conditions we use these actions:
log-entry("custom filter test bounce the message");
bounce-profile ('CustomBounce');
bounce();
In our test the filter conditions do all match and we can see the custom log-entry, but the bounced message that we receive does not contain the text from the bounce notification template that we select in the bounce profile "CustomBounce".
Instead the text of the default bounce profile is applied.
Do you have any suggestions how we can apply a specific bounce text via message-filters?
Thanks in advance!