Hi guys,
I am Adobe Campaign's campaign manager. Recently i have come across a lot of bounce in my delivery, with core bounce message below.
Can any experts share with me what this code means, as i want to understand the situation led to the result of such a bounce?
Below are the details quoted from Administration > Campaign Management > Non deliverables Management > Mail rule set
Scripting for
1. Momen_Code10_InvalidRecipient
var res;
var sHeader = typeof this["x-bounce-code"] == "undefined" ? "" : this["x-bounce-code"];
if( sHeader.indexOf("10") != -1 )
res=true;
else
res=false;
Scripting for
2. Momen_Code40_GenericBounce
var res;
var sHeader = typeof this["x-bounce-code"] == "undefined" ? "" : this["x-bounce-code"];
if( sHeader.indexOf("40") != -1 )
res=true;
else
res=false;
Scripting for
3. Momen_Code54_RelayDenied
var res;
var sHeader = typeof this["x-bounce-code"] == "undefined" ? "" : this["x-bounce-code"];
if( sHeader.indexOf("54") != -1 )
res=true;
else
res=false;
Best regards,
Karen
Solved! Go to Solution.
Hi Karen,
No worries at all. Your MX/Domain management can matter with bounces though that is typically in regards to a message being throttled or being queued up as the max amount of messages per-hour for a specific domain gets hit.
That said, these configurations are typically custom and configured during the application implementation process, either by an Adobe Deliverability consultant or by our clients so they tend to vary a bit. From what I'm seeing, it doesn't look like anything entirely out of the ordinary, but I'd highly recommend pulling in an Adobe Deliverability consultant as this is their realm of expertise.
Regards,
Craig
No idea about Campaign classic or standard or even a different forum, but the Forum comments will not give much useful answers as this is for problems with the forum and not Adobe products.
Discussion successfully moved from Forum comments to Adobe Campaign Classic
Hello Karen,
For us to dive into the exact root cause, I'd suggest submitting a ticket to Adobe Campaign Support since we'll likely need to review your Campaign instance and the recipients that are bouncing.
That said allow me to provide some generic info around the messages you are experiencing below:
Regards,
Craig
Dear Craig,
Thanks so much for your reply, as it is very useful indeed. Really grateful for your kind sharing on this knowledge.
As my company has just started using Adobe campaign in the past month, I would need my IT to check whether or not the backend setting is correct. This is because the domain of those ‘affected’ records are coming from those proper/ famous one. So, it makes me feel puzzled for why so many bounce case is happening. And if necessary, i would surely raise the ticket to Adobe Support.
Thanks much.
Best regards,
Karen
Dear Craig,
Sorry for raising additional question -
Will the setup in Domain Management matter the bounce as well? It looks to me the domain management set up in my instance seems a bit weird.
Best regards,
Karen
Views
Replies
Total Likes
Hi Karen,
No worries at all. Your MX/Domain management can matter with bounces though that is typically in regards to a message being throttled or being queued up as the max amount of messages per-hour for a specific domain gets hit.
That said, these configurations are typically custom and configured during the application implementation process, either by an Adobe Deliverability consultant or by our clients so they tend to vary a bit. From what I'm seeing, it doesn't look like anything entirely out of the ordinary, but I'd highly recommend pulling in an Adobe Deliverability consultant as this is their realm of expertise.
Regards,
Craig
Views
Likes
Replies
Views
Likes
Replies