From db546fe91c83d430ba2accc6257e1e8192ca1f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Thu, 3 Mar 2005 02:30:16 +0000 Subject: [PATCH] prepare 0.29 git-svn-id: https://svn.perl.org/qpsmtpd/trunk@379 958fd67b-6ff1-0310-b445-bb7760255be9 --- Changes | 2 +- STATUS | 3 --- lib/Qpsmtpd.pm | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) 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 };