diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-31 18:28:17 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-31 18:28:34 +0100 |
commit | ecc5f51aca286f528e46dade1cf50776e8e38d02 (patch) | |
tree | e457a93fcab537f98563a4b5ae4ed87d8c417a27 /doc | |
parent | 4491547465eba8a542a10e854ddd4f02030050b1 (diff) |
Disallow queue= modifier from DATA ACL
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 15491c3f1..174873d07 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -28619,6 +28619,8 @@ effect. .vitem &*queue*&&~=&~<&'text'&> This modifier specifies the use of a named queue for spool files for the message. +It can only be used before the message is received (i.e. not in +the DATA ACL). 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. |