SOLVED

Re: Assistance with Smart List for Identifying Blacklisted Emails

Go to solution
SophieGast
Level 2

Assistance with Smart List for Identifying Blacklisted Emails

Hi there, 

We’re looking for guidance on refining our smart list to identify emails blacklisted by companies due to their policies. Currently, we’ve included filters such as "Email Bounced" with details containing "refused" or "DNS blacklist." However, we want to ensure we capture all potentially blacklisted addresses.

Could you advise on the best approach to optimize our smart list for comprehensive identification? Your insights would be greatly appreciated.

thank you in advance, 

Best regards,

SophieScreenshot 2025-03-12 at 12.23.33.png

2 ACCEPTED SOLUTIONS

Accepted Solutions
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Assistance with Smart List for Identifying Blacklisted Emails

Well, below is not an exhaustive list, but you can include those in your filter constraint. Also, you don't need a separate filter for each reason; you can just add all the reasons in a single filter's "Details" constraint (they're in OR by default - so you need to have them individually in filters separated by OR).

  • "550 permanent failure"
  • "554 message rejected"
  • "blacklist"
  • "denied"
  • "access denied"
  • "rejected due to policy"
  • "not allowed"
  • "spam"

Also, review Deatils parameter of the Email Bounce activity in your DB to include them in your SL.

 

Additionally, you could also take a look at the "Email Suspended = True" and "Email Invalid = True" filters, as Marketo flags policy-based hard bounces. You may also monitor sender reputation using tools like Google Postmaster to identofy and mitigate blacklisting related issues. Refer to this ExL documentation: Hard and Soft Bounces in Email.

View solution in original post

SanfordWhiteman
Level 10 - Community Moderator

Re: Assistance with Smart List for Identifying Blacklisted Emails

Something to bear in mind: mailservers aren’t under any obligation to tell you the real reason your email was rejected, because in these cases you’re considered a hostile sender.

 

When configuring SMTP servers, admins may group multiple reasons for rejection under a generic 5xx error, so you wouldn’t see a reference to anything like “DNS”. They don’t want to make it easy for senders to figure out how to be delisted (which you can sometimes pay for)!

View solution in original post

4 REPLIES 4
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Assistance with Smart List for Identifying Blacklisted Emails

Well, below is not an exhaustive list, but you can include those in your filter constraint. Also, you don't need a separate filter for each reason; you can just add all the reasons in a single filter's "Details" constraint (they're in OR by default - so you need to have them individually in filters separated by OR).

  • "550 permanent failure"
  • "554 message rejected"
  • "blacklist"
  • "denied"
  • "access denied"
  • "rejected due to policy"
  • "not allowed"
  • "spam"

Also, review Deatils parameter of the Email Bounce activity in your DB to include them in your SL.

 

Additionally, you could also take a look at the "Email Suspended = True" and "Email Invalid = True" filters, as Marketo flags policy-based hard bounces. You may also monitor sender reputation using tools like Google Postmaster to identofy and mitigate blacklisting related issues. Refer to this ExL documentation: Hard and Soft Bounces in Email.

SophieGast
Level 2

Re: Assistance with Smart List for Identifying Blacklisted Emails

Really helpul! Thank you so much Darshil_Shah1 🙏

SanfordWhiteman
Level 10 - Community Moderator

Re: Assistance with Smart List for Identifying Blacklisted Emails

Something to bear in mind: mailservers aren’t under any obligation to tell you the real reason your email was rejected, because in these cases you’re considered a hostile sender.

 

When configuring SMTP servers, admins may group multiple reasons for rejection under a generic 5xx error, so you wouldn’t see a reference to anything like “DNS”. They don’t want to make it easy for senders to figure out how to be delisted (which you can sometimes pay for)!

SophieGast
Level 2

Re: Assistance with Smart List for Identifying Blacklisted Emails

Good point! Thanks a lot SandfordWhiteMan 🤗