aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 674a8578..2cea82f2 100644
--- a/NEWS
+++ b/NEWS
@@ -45,10 +45,12 @@ declarations is supported as well.
Automatic variables are defined within the function or handler. Their
scope of visibility ends with the terminating `done' statement.
-Automatic variables are defined and referenced the same way as global
-ones. To declare the variable as automatic, use `TYPE NAME'
+Automatic variables are declared and referenced the same way as global
+ones. To declare a variable as automatic, use `TYPE NAME'
notation. Variable declarations can be intermixed with executable
-statements. The following example defines two automatic variables for
+statements.
+
+The following example defines two automatic variables for
the function `foo':
func foo()
@@ -59,6 +61,10 @@ do
See the documentation for the detailed description and examples.
+** The legacy function numrcpt() has been withdrawn
+
+Use %rcpt_count instead.
+
* Fuller SMTP timeout control
In order to more fully control SMTP transactions, new timeout value

Return to:

Send suggestions and report system problems to the System administrator.