Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,26 @@ This milter verifies using the following standards.
- BIMI
- Check HELO matches it's IP address
- DKIM (including ADSP)
- DomainKeys (deprecated)
- DMARC
- IPRev
- SPF
- SenderID
- SenderID (deprecated)

Includes 3 additional modules.
Includes additional modules.

- AddID - add a header to all email (example)
- ReturnOK - Checks that return addresses have properly configured MX records
- TLS (milter protocol only) - identifies TLS protected connections
- Check alignment of RFC5322 From and Mail From addresses
- Send aggregate data to the abusix service
- Check for SMTP Authentication
- Block mail based on simple rules
- Check IP against a trusted list and/or local IP space
- Extended logging
- Reverse loopup checking
- Check against a list of RBLDNS services
- Generate metrics about message header and body sizes

Badges
------
Expand Down