> ## Documentation Index
> Fetch the complete documentation index at: https://help.pipelime.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Daily limit is set to 0 during quarantine

> Why a new mailbox sends nothing, and why an established one sends fewer than you set: quarantine, ramp-up, deliverability and jitter.

export const Screenshot = ({id, alt, caption, frame = 'browser', url, marks = [], lang = 'en', workspace = 'northwind-outbound'}) => {
  const src = `/images/screenshots/${lang}/${id}.png`;
  const chrome = url ? `app.pipelime.ai/${workspace}${url}` : 'app.pipelime.ai';
  return <figure className={`pl-shot pl-shot--${frame} not-prose`}>
      <div className="pl-shot__frame">
        {frame !== 'bare' && <div className="pl-shot__bar">
            <span className="pl-shot__dots">
              <span className="pl-shot__dot" />
              <span className="pl-shot__dot" />
              <span className="pl-shot__dot" />
            </span>
            <span className="pl-shot__url">{chrome}</span>
          </div>}
        <div className="pl-shot__media">
          <img src={src} alt={alt} loading="lazy" />
          {marks.map(mark => <span key={mark.n} className="pl-shot__mark" style={{
    left: `${mark.x}%`,
    top: `${mark.y}%`
  }} aria-hidden="true">
              {mark.n}
            </span>)}
        </div>
      </div>
      {caption && <figcaption className="pl-shot__caption">{caption}</figcaption>}
    </figure>;
};

A limit of 0, or any number below the one you set, comes from Smart Daily Limit working the figure out for that email account. The panel behind the lightning icon names the step it came from.

<div className="pl-availability">
  <div className="pl-availability__row">
    <div className="pl-availability__label">Where</div>
    <div className="pl-availability__value"><span className="pl-path">Integrations<span className="pl-path__sep">→</span>Integrations<span className="pl-path__sep">→</span>Email Accounts</span></div>
  </div>

  <div className="pl-availability__row">
    <div className="pl-availability__label">Your role needs</div>
    <div className="pl-availability__value">Read access to Email Accounts <code>read-senders</code>. Admin, Member and Viewer have it by default.</div>
  </div>

  <div className="pl-availability__row">
    <div className="pl-availability__label">To create or change</div>
    <div className="pl-availability__value"><code>create-senders</code> to add one, <code>update-senders</code> to change one, on top of the permission above.</div>
  </div>

  <div className="pl-availability__note">If you cannot find this in your sidebar, your workspace may have a custom menu configuration. Contact support and we will check it for you.</div>
</div>

## Read the panel first

The **Daily Usage** column shows today's count over the account's current limit, with a small lightning icon beside it. Click the icon and **Smart Limit Status** opens: a chip naming the state the calculation ended in, and under it the figures behind that state. Hovering the icon first says whether the feature is on for that account at all: **Smart Daily Limit Active** or **Smart Daily Limit Disabled**.

## Daily limit is set to 0 during quarantine

<Screenshot id="troubleshooting/why-is-my-sending-limit-so-low--quarantine" frame="bare" alt="The Smart Limit Status panel on a quarantined email account, showing the In Quarantine chip, a progress bar reading days completed toward the quarantine period and days remaining, and a warning box reading Daily limit is set to 0 during quarantine" caption="A new mailbox in quarantine is not broken and there is nothing here to fix. The progress bar and the notice under it are the whole answer." marks={[{ n: 1, x: 50, y: 57 }, { n: 2, x: 50, y: 66 }]} />

A new email account with Smart Daily Limit on sends no campaign email while it is in quarantine. The chip reads **In Quarantine**, the body is headed **Quarantine Period**, and the description says it plainly: *"This sender is in its quarantine period. Sending is paused while the warmup process establishes deliverability."* The progress line (1) counts the days done against the length of the window, with the days remaining beside it, and the box under it (2) is the consequence: **Daily limit is set to 0 during quarantine**.

Quarantine runs 30 days. Its length is one value for the whole platform, not a per-workspace one, so nothing on your side shortens it.

Warm-up mail is not affected. The daily limit governs campaign email. A limit of 0 takes the account out of the campaign queue and leaves its warm-up traffic alone.

## The number is lower than the one you set

Once quarantine ends and a warm-up is reporting on the account, the chip reads **Active** and the panel shows its work: **Deliverability Scores** for **Gmail** and **Outlook**, the **Matched Rule** those scores landed on with its base limit, **Ramp-up Progress** as a week number and how much of that base limit has been released (reading **Ramp-up complete** once all of it has), and finally the **Calculated Limit**.

<Screenshot id="troubleshooting/why-is-my-sending-limit-so-low--calculated" frame="bare" alt="The Smart Limit Status panel on an active email account, showing Deliverability Scores of 96% Gmail and 93% Outlook, a Matched Rule with a 14 emails/day base limit, Ramp-up Progress reading Week 13 and Ramp-up complete, and a Calculated Limit of 14, next to a Current Daily Limit of 45 at the top of the panel" caption="A representative example: the two deliverability percentages are simulated, because no local warm-up network reports a live reading. The rest is the real calculation for a 120-day-old account: a stored limit of 45 against a calculated 14." marks={[{ n: 1, x: 50, y: 20 }, { n: 2, x: 50, y: 33 }, { n: 3, x: 50, y: 50 }, { n: 4, x: 50, y: 74 }]} />

Two figures sit in the same panel and they do not have to agree. **Current Daily Limit** (1) is the number the account is running on. **Calculated Limit** (4) is what Smart Daily Limit works out when you open the panel, from the deliverability scores (2) and the rule they matched (3), put through the ramp. Weak deliverability on either provider, or an early week in the ramp, lands that second figure well below whatever you typed in by hand. [Smart Daily Limit](/en/email-accounts/smart-daily-limit) covers what it means when the two disagree.

While the feature is on, the number is not yours to set. The panel says so from the other side: switch Smart Daily Limit off and its body becomes *"Daily limit is managed manually. Enable Smart Limit to automatically optimize based on warmup performance."*

One more reason a settled account is not identical two days running: a percentage variation can be applied to the daily limit, worked out fresh for each account each day so it holds steady within the day. Its size is a platform setting, and it is zero (no variation at all) unless PipeLime turns it on.

## The chip reads "No Warmup"

An email account can have Smart Daily Limit on and still have nothing calculated for it. With no warm-up linked there are no deliverability scores to work from, so the chip reads **No Warmup**, a warning box headed **Smart Limit is enabled but not taking effect** appears above the body, and the line under it is *"This sender doesn't have an active warmup. The daily limit is not being automatically managed."* The panel's own advice is the fix: start a warm-up for that mailbox.

In that state **Current Daily Limit** is not a calculation. It is the number the account is already carrying, and Smart Daily Limit does not move it while there is nothing to calculate from.

The same box has a second version, saying the warm-up is paused or expired rather than missing. That one can appear beside an **Active** chip, because the scores still came back.

## What you can change, and what you can't

The quarantine length, the ramp, and which deliverability scores map to which base limit are platform settings: one set of values for every workspace, with no override and no screen to edit them.

What you control is the switch. At the foot of the panel, **Disable Smart Limit** turns it off for that one account and **Enable Smart Limit** turns it back on. The switch is there only for a role that can change email accounts; a read-only role sees the whole breakdown with nothing under it.

For the trend rather than today's number, **View capacity timeline** at the bottom of the panel opens that account's own timeline, and the **Sending capacity timeline** card on Email Accounts (collapsed until you open it) draws sends and projected ramp-up across all of your accounts. The card ends with the caution that *"Projections assume today's deliverability rates remain stable. Daily limits will adjust automatically as deliverability evolves."*

## Related

<CardGroup cols={2}>
  <Card title="Smart Daily Limit: how your sending limit is calculated" icon="gauge" href="/en/email-accounts/smart-daily-limit">
    Every state the panel can show, not just the two most people hit.
  </Card>

  <Card title="The quarantine and ramp-up for new mailboxes" icon="hourglass" href="/en/email-accounts/quarantine-and-ramp-up">
    Why a brand-new mailbox sends no campaign email at all for its first weeks.
  </Card>

  <Card title="This mailbox is resting today" icon="activity" href="/en/troubleshooting/sender-shows-active-but-nothing-delivers">
    A non-zero limit that still sends nothing: a different set of causes.
  </Card>
</CardGroup>
