dist: Regenerate lists in vim/syntax/maddy-conf.vim

This commit is contained in:
fox.cpp 2019-12-02 21:05:45 +03:00
parent 196755bc11
commit 9d0183c21f
No known key found for this signature in database
GPG key ID: E76D97CCEDE90B6C

View file

@ -44,7 +44,7 @@ hi def link maddyReferenceSign Special
" grep --no-file -E 'Register.*\(".+", ' **.go | sed -E 's/.+Register.*\("([^"]+)", .+/\1/' | sort -u
syn keyword maddyModule
\ apply_spf
\ dnsbl
\ dummy
\ extauth
\ imap
@ -66,7 +66,6 @@ syn keyword maddyModule
\ test_check
\ test_modifier
\ verify_dkim
\ aliases_file
syn keyword maddyDispatchDir
\ check
@ -87,20 +86,27 @@ syn keyword maddyModDir
\ appendlimit
\ attempt_starttls
\ auth
\ auth_domains
\ authenticate_mx
\ auth_perdomain
\ autogenerated_msg_domain
\ body_canon
\ bounce
\ broken_sig_action
\ check_early
\ client_ipv4
\ client_ipv6
\ compression
\ concurrency
\ debug
\ defer_sender_reject
\ domain
\ domains
\ driver
\ dsn
\ ehlo
\ enforce_early
\ fail_action
\ fail_open
\ files
\ fsstore
\ hash
\ header_canon
@ -108,34 +114,47 @@ syn keyword maddyModDir
\ hostname
\ insecure_auth
\ io_debug
\ io_errors
\ junk_mailbox
\ key_path
\ listed_action
\ location
\ mailfrom
\ max_logged_rcpt_errors
\ max_message_size
\ max_parallelism
\ max_recipients
\ max_tries
\ mtasts_cache
\ neutral_action
\ newkey_algo
\ none_action
\ no_sig_action
\ oversign_fields
\ perdomain
\ permerr_action
\ ratelimit
\ read_timeout
\ required_fields
\ require_sender_match
\ require_tls
\ responses
\ run_on
\ selector
\ sig_expiry
\ sign_fields
\ softfail_action
\ sqlite3_busy_timeout
\ sqlite3_cache_size
\ sqlite3_exclusive_lock
\ storage
\ storage_perdomain
\ target
\ targets
\ temperr_action
\ tls
\ tls_client
\ use_helper
\ whitelist
\ write_timeout
hi def link maddyModDir Identifier