msgpipeline: Allow to chain pipelines

This allows for some complex but useful configurations, such as making
decision on delivery target based on the result of per-destination
address rewriting. One example where that can be useful is aliasing
local address to a remote address in a way that can't make the server
an open relay.
This commit is contained in:
fox.cpp 2019-11-07 22:34:52 +03:00
parent ed2a7c28e2
commit af4f180503
No known key found for this signature in database
GPG key ID: E76D97CCEDE90B6C
6 changed files with 72 additions and 5 deletions

View file

@ -61,6 +61,7 @@ syn keyword maddyModule
\ test_check
\ test_modifier
\ verify_dkim
\ aliases_file
syn keyword maddyDispatchDir
\ check
@ -71,6 +72,7 @@ syn keyword maddyDispatchDir
\ destination
\ reject
\ deliver_to
\ reroute
" grep --no-file -E 'cfg..+\(".+", ' **.go | sed -E 's/.+cfg..+\("([^"]+)", .+/\1/' | sort -u
syn keyword maddyModDir