Keplars

List Hygiene

Keep your contact list clean to protect sender reputation and maximize inbox placement

List Hygiene

A clean list is the single highest-impact thing you control as a sender. ISPs use engagement signals (opens, clicks, and absence of complaints) to decide where your email lands.

Double Opt-In

Double opt-in requires subscribers to confirm their email address before being added to your list. It eliminates typos, disposable addresses, and people who did not actually want to subscribe.

graph LR
    A[User submits form] --> B[Send confirmation email]
    B --> C{User clicks confirm?}
    C -- Yes --> D[Add to active list]
    C -- No / Timeout --> E[Discard address]

Implement this by sending a confirmation email via send-email/instant with a unique token link. Only add the contact after the token is verified.

Regular Cleaning Cadence

Run these removals on a scheduled basis (monthly recommended):

ActionFrequency
Remove hard-bounced contactsImmediately / automated
Remove unsubscribed contactsImmediately / automated
Remove 6-month inactive contactsMonthly
Remove invalid format addressesOn import

Keplars automatically suppresses bounced and unsubscribed contacts. The 6-month inactive purge is something you manage based on your engagement data.

Re-Engagement Before Removal

Before removing cold subscribers (no opens or clicks in 6 months), send a targeted re-engagement campaign:

  1. Segment contacts with no engagement in 180 days
  2. Send a single "still interested?" email with a clear CTA
  3. Wait 2 weeks
  4. Remove everyone who did not engage with that email

This recovers a small percentage of genuinely interested subscribers while keeping your list clean.

Segment by Engagement

Use Keplars audiences to separate your list into engagement tiers and adjust send frequency accordingly:

SegmentCriteriaRecommended Action
ActiveOpened or clicked in last 30 daysSend at full frequency
WarmEngaged in last 90 daysSend 2× per month max
ColdNo engagement in 90–180 daysSend re-engagement only
InactiveNo engagement > 180 daysRemove after re-engagement attempt

List quality directly affects your sender reputation score. A list of 5,000 engaged subscribers will consistently outperform a list of 50,000 cold ones. ISPs measure the ratio of engaged opens to total volume: more cold addresses means a lower engagement ratio and worse inbox placement for everyone on your list.

On this page