[exim-cvs] Document acl args variables in main variables sec…

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Exim Git Commits Mailing List
Data:  
Para: exim-cvs
Assunto: [exim-cvs] Document acl args variables in main variables section
Gitweb: http://git.exim.org/exim.git/commitdiff/397060bdd3aa70eab4a01a10d0abb2481d809e0f
Commit:     397060bdd3aa70eab4a01a10d0abb2481d809e0f
Parent:     9584f42997f1c028cbc37684e9472df98a6a8b40
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Jul 26 14:28:40 2014 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sat Jul 26 14:33:48 2014 +0100


    Document acl args variables in main variables section
---
 doc/doc-docbook/spec.xfpt |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index ad21c38..6a9b43c 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -10997,6 +10997,13 @@ precedes the expansion of the string. For example, the commands available in
Exim filter files include an &%if%& command with its own regular expression
matching condition.

+.new
+.vitem "&$acl_arg1$&, &$acl_arg2$&, etc$&"
+Within an acl condition, expansion condition or expansion item
+any arguments are copied to these variables,
+any unused variables being made empty.
+.wen
+
.vitem "&$acl_c...$&"
Values can be placed in these variables by the &%set%& modifier in an ACL. They
can be given any name that starts with &$acl_c$& and is at least six characters
@@ -11018,6 +11025,12 @@ message is received, the values of these variables are saved with the message,
and can be accessed by filters, routers, and transports during subsequent
delivery.

+.new
+.vitem &$acl_narg$&
+Within an acl condition, expansion condition or expansion item
+this variable has the number of arguments.
+.wen
+
.vitem &$acl_verify_message$&
.vindex "&$acl_verify_message$&"
After an address verification has failed, this variable contains the failure