prepare 0.29
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@379 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
167939748c
commit
db546fe91c
2
Changes
2
Changes
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
0.29
|
0.29 - 2005/03/03
|
||||||
|
|
||||||
Store entire incoming message in spool file (so that scanners can read
|
Store entire incoming message in spool file (so that scanners can read
|
||||||
the complete message) and ignore old headers before adding lines and
|
the complete message) and ignore old headers before adding lines and
|
||||||
|
3
STATUS
3
STATUS
@ -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
|
plugin too). Preferably both supporting DNS based whitelists and
|
||||||
filebased (CDB) ones.
|
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;
|
plugin support;
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ use vars qw($VERSION $LogLevel);
|
|||||||
use Sys::Hostname;
|
use Sys::Hostname;
|
||||||
use Qpsmtpd::Constants;
|
use Qpsmtpd::Constants;
|
||||||
|
|
||||||
$VERSION = "0.28";
|
$VERSION = "0.29";
|
||||||
sub TRACE_LEVEL { $LogLevel }
|
sub TRACE_LEVEL { $LogLevel }
|
||||||
|
|
||||||
sub version { $VERSION };
|
sub version { $VERSION };
|
||||||
|
Loading…
Reference in New Issue
Block a user