mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 05:37:34 +03:00
dist: Regenerate lists in vim/syntax/maddy-conf.vim
This commit is contained in:
parent
196755bc11
commit
9d0183c21f
1 changed files with 24 additions and 5 deletions
29
dist/vim/syntax/maddy-conf.vim
vendored
29
dist/vim/syntax/maddy-conf.vim
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue