From b5f646846624aedbd1f4fde653366131df13be3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Tue, 18 Mar 2003 09:55:06 +0000 Subject: [PATCH] 0.25 git-svn-id: https://svn.perl.org/qpsmtpd/trunk@126 958fd67b-6ff1-0310-b445-bb7760255be9 --- Changes | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/Changes b/Changes index 2e61c59..8dcb3d0 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -0.21-dev +0.25 - 2003/03/18 Use the proper RFC2822 date format in the Received headers. (Somehow I had convinced myself that ISO8601 dates were okay). Thanks to @@ -7,22 +7,36 @@ Print the date in the local timezone instead of in -0000. (Not entirely convinced this is a good idea) - The following major changes in the this release where by Rasjid - Wilcox . - - Fix error handling in queue/qmail-queue. + Lots of changes from Rasjid Wilcox : + Fix error handling in queue/qmail-queue. (Rasjid) + Add option to queue/qmail-queue to specify an alternate qmail-queue - location. + location. (Rasjid) - Add support for the QMAILQUEUE environment variable. + Add support for the QMAILQUEUE environment variable. (Rasjid) - PPerl compatibility (yay!) + PPerl compatibility (yay!) (Rasjid) - Allow mail to and to go through + Allow mail to and to go through. (Rasjid) Add "deny" hook that gets called when another hook returns DENY or - DENYSOFT. + DENYSOFT. (Rasjid) + + Add list of required modules to the README. Thanks to Skaag Argonius + . + + Fix dnsbl plugin to give us all the results. (Patch from Matt + Sergeant ) + + Disable identd lookups by passing -R to tcpserver. (Thanks to Matt) + + add plugin hooks for HELO and EHLO (Devin Carraway + ) + + check_spamhelo plugin to deny mail from claimed senders from the + list specified in F. (For example aol.com or yahoo.com) + (Devin Carraway) 0.20 - 2002/12/09