Cleanbox
Features Helpdesk Blog Pricing Contact
Sign in Start free trial

Spam symbols available in filters

When creating a filter with the Spam symbol component, you can match on specific indicators from the spam scanner. The symbol wiki in the filter editor shows all available symbols. This article highlights the most useful ones for filter rules.

Cleanbox custom symbols

These are unique to Cleanbox, based on crowd-sourced sender reputation:

SymbolScoreWhat it means
CLEANBOX_BLOCK+8.010+ users reported this sender, 90%+ marked as spam
CLEANBOX_QUARANTINE+5.05+ users reported, 70%+ spam ratio
CLEANBOX_GREYLIST+2.03+ users reported, more spam than legitimate
CLEANBOX_TRUSTED-2.05+ teams whitelisted/prioritized this sender
CLEANBOX_UNCOMMON+1.0Sender infrastructure not commonly seen across Cleanbox users
CLEANBOX_BULK_ESP+0.5Sent via bulk email service provider (Mailchimp, SendGrid, etc.)

Authentication symbols

SymbolScoreWhat it means
R_SPF_ALLOW-0.2SPF check passed — sender IP is authorized
R_SPF_FAIL+1.0SPF check failed — sender IP not authorized by domain
R_DKIM_ALLOW-0.2DKIM signature is valid
R_DKIM_REJECT+1.0DKIM signature failed verification
DMARC_POLICY_ALLOW-0.5Email passes sender's DMARC policy
DMARC_POLICY_REJECT+2.0Email fails sender's DMARC policy
FORGED_SENDER+0.3From header doesn't match the SMTP envelope sender

Content and reputation symbols

SymbolScoreWhat it means
BAYES_SPAM+5.1Bayesian classifier says message is probably spam
BAYES_HAM-3.0Bayesian classifier says message is probably legitimate
ZERO_FONT+1.0Invisible text (font-size: 0) — spam evasion technique
MANY_INVISIBLE_PARTS+1.0Many visually hidden sections in the HTML
R_WHITE_ON_WHITE+4.0Low contrast text (white on white) to hide content
RDNS_NONE+0.5Sending server has no reverse DNS record
MID_BARE_IP+2.0Message-ID contains a raw IP address instead of hostname
PHISHING+4.0Phished URL detected in the message
FUZZY_DENIED+12.0Message matches known spam fingerprint (Rspamd fuzzy hash)
SPOOF_DISPLAY_NAME+8.0Display name is used to impersonate another sender
LEAKED_PASSWORD_SCAM+7.0Contains Bitcoin wallet + scam patterns (sextortion)

Practical filter examples

GoalSymbolAction
Block emails with hidden text tricksZERO_FONTDeny
Block phishing attemptsPHISHINGDeny
Block display name spoofingSPOOF_DISPLAY_NAMEDeny
Block sextortion scamsLEAKED_PASSWORD_SCAMDeny
Flag emails that fail DMARCDMARC_POLICY_REJECTAllow, mark flagged, deliver to "Review"
Sort bulk ESP emails to folderCLEANBOX_BULK_ESPAllow, deliver to "Marketing"

To insert a symbol into your filter rule, click the symbol wiki icon in the filter editor. This opens a searchable list of all available symbols — click one to insert it as the rule value.

For the full list of Rspamd symbols, including ones not commonly used in filters, see our blog article Rspamd Spam Symbols Explained.