mailfromd -- a general-purpose milter - News: Version 4.3
[Submit News]
[53 news in archive]
Version 4.3
Item posted by Sergey Poznyakoff <gray> on Fri Feb 29 08:53:46 2008.
Version 4.3 of mailfromd is available from ftp://download.gnu.org.ua/pub/releases/mailfromd.
A list of user-visible changes follows:
- write built-in
The `write' built-in function takes an optional third argument, specifying the number of bytes to write. This form is particualry useful in `body' handler for writing $1, because it is not null-terminated, e.g.:
prog body
do
write(fd, $1, $2)
...
done
- sieve
New built-in function `sieve' provides an interface to Sieve interpreter.
- Restore previous meaning of --enable-syslog-async.
Unless this option is given to ./configure, asynchronous syslog implementation will not be compiled.
- Bugfixes:
- Fix compilation on Sun.
- Fix header deletion (delete action).
- Variable shadowing was broken if a rehash happened between vardcl and forget_autos.
Comments:
No messages in Version 4.3