aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-04-23 13:59:43 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-04-23 13:59:43 +0000
commit673d72a4c919c4c8c8465d7207569081b9648e6d (patch)
treea98dd842ff47de1b3afdd86d15386eef59ff2b1e /NEWS
parent3158554e485e110c1d449a4c0d85c011244cd61b (diff)
downloadmailfromd-673d72a4c919c4c8c8465d7207569081b9648e6d.tar.gz
mailfromd-673d72a4c919c4c8c8465d7207569081b9648e6d.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/trunk@1375 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c842f888..6abbc79b 100644
--- a/NEWS
+++ b/NEWS
@@ -122,2 +122,5 @@ in your filter program.
+See the documentation, section `Runtime Errors', for the detailed
+description and examples.
+
* connect handler
@@ -212,2 +215,11 @@ an error message.
+* New statement #require
+
+Requires use of the named module, e.g.:
+
+#require dns
+
+See the documentation, section `Modules', for the description of MFL
+module system.
+
* Internet address manipulation functions
@@ -327,3 +339,8 @@ New built-in macro `__statedir__' expands to the name of the default
program state directory.
-
+
+* Changing state directory at run-time
+
+It is possible using `--state-directory' command line option or
+`#pragma option state-directory' statement.
+
* Bugfixes
@@ -366,3 +383,3 @@ makes function `sa_wrapper' limited for use in `prog eom' only.
prog helo
- do
+ do
set x $1

Return to:

Send suggestions and report system problems to the System administrator.