Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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