git-svn-id: https://svn.perl.org/qpsmtpd/trunk@214 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Ask Bjørn Hansen 2004-03-05 09:17:38 +00:00
parent b005a303b3
commit 6e3ebe8ea3
2 changed files with 5 additions and 2 deletions

View File

@ -65,7 +65,10 @@
Use dup2() instead of perl open("<&") style. POSIX seems to work better.
[.. todo, fill in older changes ..] spf changes etc?
Added SPF, sender permitted from, plugin
More minor changes and probably a few big ones that we missed adding here :-)
0.26 - 2003/06/11

View File

@ -1,7 +1,7 @@
package Qpsmtpd;
use strict;
$Qpsmtpd::VERSION = "0.27-dev";
$Qpsmtpd::VERSION = "0.27.0";
sub TRACE_LEVEL () { 6 }
use Sys::Hostname;