Cleanbox
Features Helpdesk Blog Pricing Contact
Sign in Start free trial

Understanding message properties

Every incoming email is analyzed for specific characteristics called properties. These appear as small badges on the message detail page and can be used as conditions in filter rules. This article explains each property and how it is detected.

All 12 message properties

PropertyWhat it meansHow it is detected
Multi-senderThe email was sent to multiple recipientsMultiple addresses in the To or CC headers
CCYou were CC'd on this emailYour alias appears in the CC header rather than the To header
BCCYou were BCC'd on this emailYour alias does not appear in either To or CC headers, but was in the SMTP envelope
ReplyThis is a reply to a previous messageThe email contains an In-Reply-To or References header
ForwardedThis message was forwardedSubject starts with "Fwd:" or contains forwarding indicators in headers
NewsletterThis is a newsletter or mailing listThe email contains a List-Unsubscribe header
AttachmentsThe message contains attachmentsMIME parts with Content-Disposition: attachment
EncryptedThe message is encryptedPGP or S/MIME content type detected in the message body
CalendarThe message contains a calendar inviteContains a text/calendar MIME part (iCalendar format)
Read confirmationThe sender requested a read receiptThe email contains a Disposition-Notification-To header
High priorityThe sender marked this as high priorityX-Priority header set to 1 or 2, or Importance header set to "high"
AutomatedThe message was sent automaticallyAuto-Submitted header is present and not "no", or precedence is "bulk" or "auto-reply"

Using properties in filters

Properties are one of the 10 filter components. When you create a filter, select Property as the component, then choose which property to match.

Useful filter examples using properties:

  • Auto-sort calendar invites — Property is "Calendar" → Allow, deliver to "Calendar" folder
  • Flag high-priority emails — Property is "High priority" → Allow, mark as flagged
  • Deny automated replies — Property is "Automated" → Deny
  • Move newsletters to a folder — Property is "Newsletter" → Allow, deliver to "Newsletters" folder

How properties are stored

Properties are detected during inbound processing and stored as a compact bitmask on each message. This means they are available instantly on the message overview — no need to re-parse the email content.

A single message can have multiple properties simultaneously. For example, a newsletter with an attachment and a calendar invite would show three property badges.