0.27.0
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@214 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
b005a303b3
commit
6e3ebe8ea3
5
Changes
5
Changes
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user