Spam Analysis with SpamAssassin
Master email deliverability with MailLinter's integrated SpamAssassin analysis. Understand spam scores, identify issues, and optimize your emails for maximum inbox delivery rates.
Understanding Spam Scores
Score Thresholds
Score Examples
Clean Email
This email passes all major spam tests and should deliver successfully.
Triggered Rules:
DKIM_VALID
Valid DKIM signature
SPF_PASS
SPF record validates
HTML_MESSAGE
Contains HTML content
SpamAssassin Rule Categories
Bayes
Statistical analysis based on content patterns and machine learning
Analyzes email content against a database of known spam and ham emails to calculate probability scores.
BAYES_50
BAYES_95
BAYES_99
Authentication
Email authentication protocols (DKIM, SPF, DMARC)
Validates that emails are legitimately sent from the claimed domain using cryptographic signatures and DNS records.
DKIM_VALID
SPF_PASS
DMARC_PASS
DNS/RBL
Domain and IP reputation checks against blacklists
Checks sender IPs and domains against real-time blacklists maintained by anti-spam organizations.
URIBL_BLOCKED
SURBL_MULTI
DNS_FROM_RFC_DSN
Content
Analysis of email body content and structure
Examines email content for suspicious patterns, encoding issues, and structural problems.
HTML_MESSAGE
SUBJECT_NEEDS_ENCODING
MIME_HTML_ONLY
Headers
Email header validation and analysis
Validates email headers for completeness, formatting, and compliance with email standards.
FROM_MISSING
INVALID_DATE
MISSING_MID
Network
Network-based tests and relay validation
Analyzes the network path the email took and validates sending infrastructure.
RCVD_IN_DNSWL
RELAY_IS_GMAIL
RDNS_NONE
Improving Your Spam Score
Authentication
- Set up DKIM signing for your domain
- Configure SPF records in DNS
- Implement DMARC policy
- Use consistent From addresses
Content
- Balance HTML with plain text version
- Avoid spam trigger words in subject
- Use proper HTML structure
- Include alt text for images
Infrastructure
- Use reputable email service providers
- Maintain good sender reputation
- Monitor IP/domain blacklists
- Implement proper bounce handling
Advanced Analysis Features
Real-time Processing
- Automatic analysis on email arrival
- Sub-100ms processing time
- Detailed rule breakdown
Performance Metrics
- Rule execution timing
- Network test results
- Error handling and fallbacks
What's Next?
Pro Tips for Email Deliverability
Authentication Setup
- • Always implement DKIM, SPF, and DMARC
- • Use consistent From addresses
- • Monitor authentication failures
Content Best Practices
- • Include both HTML and plain text versions
- • Avoid excessive capitalization and exclamation marks
- • Test with real content, not placeholders