Skip to content

Commit

Permalink
prepare 0.29
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@379 958fd67b-6ff1-0310-b445-bb7760255be9
  • Loading branch information
abh committed Mar 3, 2005
1 parent 1679397 commit db546fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 0 additions & 3 deletions STATUS
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion lib/Qpsmtpd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit db546fe

Please sign in to comment.