Document DMARC support and it enable it by default

Despite being incomplete, it can be still be useful and provide
protection for users.

The missing part is the report generation, which is defined as a part of
a minimal implementation by RFC 7489, though.
This commit is contained in:
fox.cpp 2019-11-18 18:56:21 +03:00
parent 5ea9fa78df
commit fbe99652b1
No known key found for this signature in database
GPG key ID: E76D97CCEDE90B6C
4 changed files with 22 additions and 2 deletions

View file

@ -78,6 +78,7 @@ syn keyword maddyDispatchDir
\ reject
\ deliver_to
\ reroute
\ dmarc
" grep --no-file -E 'cfg..+\(".+", ' **.go | sed -E 's/.+cfg..+\("([^"]+)", .+/\1/' | sort -u
syn keyword maddyModDir