summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-01-10 21:39:44 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-02-19 00:19:06 +0000
commit04403ab0b5778126d98d5c9dc8064405688129e0 (patch)
tree6d4b7c9f4b969726e8c1a5d1af682b2a42540f9b /doc
parent4c2efd7a1bc5b018f2e05a0d739fd856967e3de7 (diff)
Add queue_size variable. Bug 1406
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-docbook/spec.xfpt7
-rw-r--r--doc/doc-txt/NewStuff3
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 888eb7f60..bba71b76d 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -12854,6 +12854,13 @@ or if not set, the value of &$qualify_domain$&.
.cindex queues named
The name of the spool queue in use; empty for the default queue.
+.vitem &$queue_size$&
+.vindex "&$queue_size$&"
+.cindex "queue" "size of"
+.cindex "spool" "number of messages"
+This variable contains the number of messages queued.
+It is evaluated on demand, but no more often than once every minute.
+
.vitem &$r_...$&
.vindex &$r_...$&
.cindex router variables
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 919a56ea5..3cef43c32 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -35,9 +35,11 @@ Version 4.94
9. The ACL control "queue_only" can also be spelled "queue", and now takes an
option "first_pass_route" to do the same as a "-odqs" on the command line.
+
9. Items specified for the router and transport headers_remove option can use
a trailing asterisk to specify globbing.
+10. New "queue_size" variable.
@@ -371,7 +373,6 @@ Version 4.86
14. Main option "dns_trust_aa" for trusting your local nameserver at the
same level as DNSSEC.
-
Version 4.85
------------