diff --git a/Changes b/Changes index c928f09..d426b0d 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/STATUS b/STATUS index 28ce7f8..1084407 100644 --- a/STATUS +++ b/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 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; diff --git a/lib/Qpsmtpd.pm b/lib/Qpsmtpd.pm index 225b2ab..d3b855e 100644 --- a/lib/Qpsmtpd.pm +++ b/lib/Qpsmtpd.pm @@ -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 };