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
@@ -120,6 +120,9 @@ consists of:
120The same output can be obtained by calling function stack_trace() 120The same output can be obtained by calling function stack_trace()
121in your filter program. 121in your filter program.
122 122
123See the documentation, section `Runtime Errors', for the detailed
124description and examples.
125
123* connect handler 126* connect handler
124 127
125Connect handler is implemented. 128Connect handler is implemented.
@@ -210,6 +213,15 @@ track of the included files. If the requested file has already been
210included, `#include_once' returns silently, while `#include' issues 213included, `#include_once' returns silently, while `#include' issues
211an error message. 214an error message.
212 215
216* New statement #require
217
218Requires use of the named module, e.g.:
219
220#require dns
221
222See the documentation, section `Modules', for the description of MFL
223module system.
224
213* Internet address manipulation functions 225* Internet address manipulation functions
214 226
215- number ntohl (number N) 227- number ntohl (number N)
@@ -325,7 +337,12 @@ you can write
325 337
326New built-in macro `__statedir__' expands to the name of the default 338New built-in macro `__statedir__' expands to the name of the default
327program state directory. 339program state directory.
328 340
341* Changing state directory at run-time
342
343It is possible using `--state-directory' command line option or
344`#pragma option state-directory' statement.
345
329* Bugfixes 346* Bugfixes
330** Fix incorrect packet length calculation in connect Milter handler. 347** Fix incorrect packet length calculation in connect Milter handler.
331The bug manifested itself with the following log messages: 348The bug manifested itself with the following log messages:
@@ -364,7 +381,7 @@ makes function `sa_wrapper' limited for use in `prog eom' only.
364** Fix passing of string handler arguments between handlers, as in 381** Fix passing of string handler arguments between handlers, as in
365 382
366 prog helo 383 prog helo
367 do 384 do
368 set x $1 385 set x $1
369 done 386 done
370 387

Return to:

Send suggestions and report system problems to the System administrator.