Skip to content

Commit

Permalink
Prepare 0.83
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Sep 15, 2009
1 parent a52660a commit 90b1206
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,17 +1,30 @@
plugins/queue/maildir: Allow hyphens in the maildir path

Temporary deny if clamd is not running
0.83 September 15, 2009

plugins/queue/maildir: Allow hyphens in the maildir path (Hinrik Örn Sigurðsson)

Modify plugins/virus/clamav option for ClamAV 0.95 (no-summary)

Temporary deny if clamd is not running (Shad L. Lords)

Fix spamassassin plugin log noise if spam score is 0.0

Fix spool_dir configuration documentation and README update (Tomas Lee)

Disconnect host in rhsbl (Charlie Brady)

POD cleanups (Steve Kemp)

check_badmailfrom: Fix parsing of reason messages etc (Robert Spier, Tomas Lee)

check_spamhelo disconnects after denying a 'helo' (Filippo Carletti)

Log even when aren't in a transaction (Jared Johnson)

prefork: More robust child spawning (Jared Johnson)

Add dup_body_fh method to return a dup'd body FH (Jared Johnson)


0.82 - June 2, 2009

Expand Down
2 changes: 1 addition & 1 deletion lib/Qpsmtpd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Qpsmtpd::Constants;

#use DashProfiler;

$VERSION = "0.82";
$VERSION = "0.83";

my $git;

Expand Down

0 comments on commit 90b1206

Please sign in to comment.