diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-07 23:55:46 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-07 23:55:46 +0100 |
commit | b0b9dbb191f8c60bf7233338a9a0a14c72f1f7a0 (patch) | |
tree | 196c712ad2d889abe167fcd699e2c65c76bd7b76 /doc | |
parent | 28b3821f89f89670a08603c50662d468e82510ad (diff) |
ACL modifier
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 8 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 2018af992..8b615f831 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -28583,6 +28583,14 @@ all the conditions are true, wherever it appears in an ACL command, whereas effect. +.vitem &*queue*&&~=&~<&'text'&> +This modifier specifies the use of a named queue for spool files +for the message. +This could be used, for example, for known high-volume burst sources +of traffic, or for quarantine of messages. +Separate queue-runner processes will be needed for named queues. + + .vitem &*remove_header*&&~=&~<&'text'&> This modifier specifies one or more header names in a colon-separated list that are to be removed from an incoming message, assuming, of course, that diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 1207c4974..aabeff338 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -13,7 +13,8 @@ Version 4.88 interpreter in taint mode. 2. Facility for named queues. A commandline argument can specify - the queue name for a queue-runner. + the queue name for a queue-runner, and an ACL modifier can set + the queue to be used for a message. Version 4.87 |