prepare 0.29

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@379 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Ask Bjørn Hansen 2005-03-03 02:30:16 +00:00
parent 167939748c
commit db546fe91c
3 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,5 @@
0.29
0.29 - 2005/03/03
Store entire incoming message in spool file (so that scanners can read
the complete message) and ignore old headers before adding lines and

3
STATUS
View File

@ -54,9 +54,6 @@ add whitelist support to the dnsbl plugin (and maybe to the rhsbl
plugin too). Preferably both supporting DNS based whitelists and
filebased (CDB) ones.
Use clamd so we don't have to run with a higher memory limit. Matt
has made a Perl module interfacing clamd; the clamav module should use
that if available.
plugin support;

View File

@ -5,7 +5,7 @@ use vars qw($VERSION $LogLevel);
use Sys::Hostname;
use Qpsmtpd::Constants;
$VERSION = "0.28";
$VERSION = "0.29";
sub TRACE_LEVEL { $LogLevel }
sub version { $VERSION };