newsmailfromd -- a general-purpose milter - News: Version 4.3

 
 
Show feedback again
Latest News
Version 9.0 posted by gray, Mon Jan 8 21:05:21 2024 - 0 replies
Version 8.17.1 posted by gray, Thu Jul 20 09:46:22 2023 - 0 replies
Version 8.17 posted by gray, Fri Jul 7 11:04:32 2023 - 0 replies
Version 8.16 posted by gray, Mon May 1 12:58:15 2023 - 0 replies
Version 8.15 posted by gray, Sun Dec 11 09:36:34 2022 - 0 replies
[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

 

Show feedback again

Back to the top


Powered by Savane 3.1-cleanup+gray