diff --git a/dist/vim/syntax/maddy-conf.vim b/dist/vim/syntax/maddy-conf.vim index 4726abe..569a87d 100644 --- a/dist/vim/syntax/maddy-conf.vim +++ b/dist/vim/syntax/maddy-conf.vim @@ -86,7 +86,6 @@ syn keyword maddyModDir \ appendlimit \ attempt_starttls \ auth - \ authenticate_mx \ autogenerated_msg_domain \ body_canon \ bounce @@ -117,7 +116,6 @@ syn keyword maddyModDir \ io_errors \ junk_mailbox \ key_path - \ listed_action \ location \ mailfrom \ max_logged_rcpt_errors @@ -125,6 +123,8 @@ syn keyword maddyModDir \ max_parallelism \ max_recipients \ max_tries + \ min_mx_level + \ min_tls_level \ mtasts_cache \ neutral_action \ newkey_algo @@ -133,13 +133,16 @@ syn keyword maddyModDir \ oversign_fields \ perdomain \ permerr_action + \ quarantine_threadhold \ ratelimit \ read_timeout + \ reject_threadhold \ required_fields \ require_sender_match \ require_tls \ responses \ run_on + \ score \ selector \ sig_expiry \ sign_fields @@ -154,7 +157,6 @@ syn keyword maddyModDir \ tls \ tls_client \ use_helper - \ whitelist \ write_timeout hi def link maddyModDir Identifier