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--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c842f888..6abbc79b 100644
--- a/NEWS
+++ b/NEWS
@@ -120,6 +120,9 @@ consists of:
The same output can be obtained by calling function stack_trace()
in your filter program.
+See the documentation, section `Runtime Errors', for the detailed
+description and examples.
+
* connect handler
Connect handler is implemented.
@@ -210,6 +213,15 @@ track of the included files. If the requested file has already been
included, `#include_once' returns silently, while `#include' issues
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
- number ntohl (number N)
@@ -326,6 +338,11 @@ you can write
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
** Fix incorrect packet length calculation in connect Milter handler.
The bug manifested itself with the following log messages:

Return to:

Send suggestions and report system problems to the System administrator.