Subject: Re: CVS commit: pkgsrc/mail/mimedefang
To: None <markd@NetBSD.org, pkgsrc-changes@NetBSD.org>
From: John Nemeth <jnemeth@victoria.tc.ca>
List: pkgsrc-changes
Date: 08/14/2007 21:56:31
On Nov 30,  4:58pm, Mark Davies wrote:
} 
} Module Name:	pkgsrc
} Committed By:	markd
} Date:		Wed Aug 15 04:50:40 UTC 2007
} 
} Modified Files:
} 	pkgsrc/mail/mimedefang: Makefile distinfo
} 	pkgsrc/mail/mimedefang/patches: patch-ab patch-ac
} 
} Log Message:
} Update mimedefang to 2.63

     There was a patch for this posted to the MIMEDefang mailing list
today:

diff --git a/examples/init-script.in b/examples/init-script.in
index 1c52641..9fdf4e1 100755
--- a/examples/init-script.in
+++ b/examples/init-script.in
@@ -243,7 +243,7 @@ start_it() {
 	`[ "$MX_RECIPIENT_CHECK" = "yes" ] && echo "-t"` \
 	`[ "$KEEP_FAILED_DIRECTORIES" = "yes" ] && echo "-k"` \
 	`[ "$MD_EXTRA" != "" ] && echo $MD_EXTRA` \
-	`[ "$MD_SKIP_BAD_RCPTS" = "yes" ] && echo "-N" \
+	`[ "$MD_SKIP_BAD_RCPTS" = "yes" ] && echo "-N"` \
 	`[ "$ALLOW_NEW_CONNECTIONS_TO_QUEUE" = "yes" ] && echo "-q"` \
 	-p $SOCKET
     RETVAL=$?
diff --git a/redhat/mimedefang-init.in b/redhat/mimedefang-init.in
index b496001..82a139d 100644
--- a/redhat/mimedefang-init.in
+++ b/redhat/mimedefang-init.in
@@ -160,7 +160,7 @@ start() {
 
 configtest () {
     echo -n "Checking filter syntax: "
-    mimedefang.pl $([ -n "$SUBFILTER" ] && echo "-f $SUBFILTER") -test > @SPOOLDIR@/configtest.out 2>&1
+    $PROGDIR/mimedefang.pl $([ -n "$SUBFILTER" ] && echo "-f $SUBFILTER") -test > @SPOOLDIR@/configtest.out 2>&1
     if [ $? != 0 ] ; then
 	echo "FAILED."
 	echo ""

Also, any thoughts on adding graphdefang?

}-- End of excerpt from Mark Davies