From 72a4a024fe316a444a17f937c38285826ba3eb89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Fri, 13 Feb 2004 13:11:50 +0000 Subject: [PATCH] exit calls ... git-svn-id: https://svn.perl.org/qpsmtpd/trunk@204 958fd67b-6ff1-0310-b445-bb7760255be9 --- Changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes b/Changes index 787d5e9..6b36f7b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ 0.27 + Took out the last "exit" call from the SMTP object; the "transport" + module ("TcpServer", "SelectServer") needs to do the right thing in + it's disconnect method. + Update the SPF plugin (Philip Gladstone, philip@gladstonefamily.net): * Integrated with Mail::SPF::Query 1.991 * Don't do SPF processing when you are acting as a relay system