aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-05-23 15:03:56 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-05-23 15:03:56 +0000
commit3da237ee90c3247d71ade6e79b501f3294049dea (patch)
tree460eb7da2b9d00cefc6b12129ec02109f2bd0229 /doc
parent3b9bd754517f16384b1e793f0654bc6b0e271d04 (diff)
downloadmailfromd-3da237ee90c3247d71ade6e79b501f3294049dea.tar.gz
mailfromd-3da237ee90c3247d71ade6e79b501f3294049dea.tar.bz2
Support for built-in functions with varying number of arguments.
Implement a limited version of sprintf. git-svn-id: file:///svnroot/mailfromd/trunk@1467 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'doc')
-rw-r--r--doc/mailfromd.texi16
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/mailfromd.texi b/doc/mailfromd.texi
index 54c6175b..0aef9c5b 100644
--- a/doc/mailfromd.texi
+++ b/doc/mailfromd.texi
@@ -122,7 +122,7 @@ Introduction to @command{mailfromd}
* Overview:: Mailfromd at a first glance
* SAV:: Principles of Sender Address Verification.
-* Rate Limit:: Configuring Mail Sending Rate.
+* Rate Limit:: Controlling Mail Sending Rate.
Sender Address Verification.
@@ -130,6 +130,7 @@ Sender Address Verification.
Building the Package
+* 400-410:: Upgrading from 4.0 to 4.1
* 31x-400:: Upgrading from 3.1.x to 4.0
* 30x-31x:: Upgrading from 3.0.x to 3.1
* 2x-30x:: Upgrading from 2.x to 3.0.x
@@ -183,6 +184,7 @@ Mail Filtering Language
* Exceptions:: Exceptional Conditions and their Handling.
* Polling:: Sender Verification Tests.
* Modules:: Modules are Collections of Useful Functions.
+* Preprocessor:: Input Text Can Be Preprocessed.
* Filter Script Example:: A Working Filter Script Explained.
* Reserved Words:: A Reference List of Reserved Words.
@@ -963,12 +965,18 @@ the corresponding section below.
@end enumerate
@menu
+* 400-410:: Upgrading from 4.0 to 4.1
* 31x-400:: Upgrading from 3.1.x to 4.0
* 30x-31x:: Upgrading from 3.0.x to 3.1
* 2x-30x:: Upgrading from 2.x to 3.0.x
* 1x-2x:: Upgrading from 1.x to 2.x
@end menu
+@node 400-410
+@section Upgrading from 4.0 to 4.1
+@cindex Upgrading from 4.0 to 4.1
+@UNREVISED{}
+
@node 31x-400
@section Upgrading from 3.1.x to 4.0
@cindex upgrading from 3.1.x to 4.0
@@ -3273,6 +3281,7 @@ amount of white-space characters (i.e. spaces, tabulations or newlines).
* Exceptions:: Exceptional Conditions and their Handling.
* Polling:: Sender Verification Tests.
* Modules:: Modules are Collections of Useful Functions.
+* Preprocessor:: Input Text Can Be Preprocessed.
* Filter Script Example:: A Working Filter Script Explained.
* Reserved Words:: A Reference List of Reserved Words.
@end menu
@@ -8946,6 +8955,11 @@ it (@pxref{require}). It is not an error to require the same module
several times. However, requiring a not existing module results in
compilation error.
+@node Preprocessor
+@section @acronym{MFL} Preprocessor
+@cindex preprocessor
+@UNREVISED{}
+
@node Filter Script Example
@section Example of a Filter Script File

Return to:

Send suggestions and report system problems to the System administrator.