[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: zmailer-2.99.48.patch3.test released ...



On Wed, 28 May 1997, Matti Aarnio wrote:

> 	Ok, I made  zmailer-2.99.48.patch3.test  available at
> 	my workstation ( ftp://mea.tmt.tele.fi/ ).  I did compile
> 	test it at my workstation both with and without HAVE_MMAP...
> 	Report on its working, and I will make official release
> 	by storeing it into  ftp.funet.fi.

I had to make the following patch to rrouter.cf:
--- cf.orig/rrouter.cf  Tue Jun 10 17:47:58 1997
+++ cf/rrouter.cf       Tue Jun 10 18:21:10 1997
@@ -48,7 +48,7 @@
 
        tsift "$address" in
        # See that it does not start with a pipe ...
-       [|].+   # Looks like a pipe... Don't mutilate it!
+       ["][|].+        # Looks like a pipe... Don't mutilate it!
                break ;;
        # Now make canonical
        (.*)<(.*)

since one of our users had a forward file with content

<"|/usr/local/procmail/bin/procmail -t"@uni-paderborn.de>

which caused the router to segfault. I'm not sure, if the patch is
correct, an of course the forward file is silly, but it worked before
(2.99.43)..., and with the patch, it does work with 2.99.48p3, too.

Greetings, Swen