From 9aafac35f1221659d909dda8126be97a0945c95e Mon Sep 17 00:00:00 2001 From: Marc Bradshaw Date: Mon, 23 Aug 2021 01:00:41 +0000 Subject: [PATCH] Updated README --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6e89fdc..79d076f3 100644 --- a/README.md +++ b/README.md @@ -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 ------