[ulppd-devel] ulppd-0.0.6-alpha now available
Status: Alpha
Brought to you by:
userlame
|
From: Brad <br...@mi...> - 2009-02-07 06:42:25
|
Hello,
I am pleased to announce that the 0.0.6-alpha release of the UniversaL
Postfix Policy Daemon is now available[0] for your downloading pleasure.
This will be the last alpha release as the code is stabilizing, and will be
moved to beta status with the next release. Please treat this release as
BACKWARDS INCOMPATIBLE. There are numerous incompatible changes to
functionality and interfaces, which from here on out will not occur in minor
version releases. I've little fear that anyone has code out there which will
break. :)
Updates to this version:
v0.0.6-alpha Brad Barden <br...@mi...>
* Config files now support multiline parameters. A line beginning with
whitespace is a continuation of the previous line.
* Global and per-filter magic fail_open and reject_open config param.
* No longer needed to call any SUPER functions from individual filters.
* Filters now use magic package variables instead of setting $self->{item}
directly.
* Resolved bug #1. Woo!
* New magic database management. See:
https://wiki.mifflinet.org/Using_Databases
* Updated configuration documentation.
* Request hashes are timestamped in request_time.
* Global and per-filter automagic configurable whitelists.
* Added missing DEFER Filter method.
* New included Filter Greylist. Can function as a drop-in replacement for
postgrey.
* Filters now have an automatically included config file. Include is no
longer supported in config files.
* Previously unnoticed bug squashed which was killing of child processes
after each request.
* Filters' new() function has been renamed startup_hook(). It no longer acts
as a constructor.
* New included filter SPFCheck.
Thanks!
--
Brad <br...@mi...>
[0]
https://sourceforge.net/project/platformdownload.php?group_id=243959
|