Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 04:30:13 -0700 (PDT)
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:    Re: ports/50984: [PATCH] port mail/exim bug fixes, support for db4.1
Message-ID:  <200304281130.h3SBUDDH054118@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/50984; it has been noted by GNATS.

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/50984: [PATCH] port mail/exim bug fixes, support for db4.1
Date: Mon, 28 Apr 2003 13:24:32 +0200

 another one:
 
 - fix for unqualified redirection addresses prefixed with '\'
 
 <http://www.exim.org/pipermail/exim-users/Week-of-Mon-20030421/052745.html>;
 
 cd /usr/ports/mail
 patch < ~/exim-fixes2.patch
 rm exim/files/patch-src::rda.c.orig
 
 --- exim-fixes2.patch begins here ---
 diff -Nur exim/files/patch-src::rda.c.orig exim/files/patch-src::rda.c
 --- exim/files/patch-src::rda.c.orig	Thu Jan  1 01:00:00 1970
 +++ exim/files/patch-src::rda.c	Tue Apr 22 13:53:47 2003
 @@ -0,0 +1,11 @@
 +--- src/rda.c.orig	Tue Mar 11 13:20:22 2003
 ++++ src/rda.c	Tue Apr 22 13:53:10 2003
 +@@ -376,7 +376,7 @@
 +   options,                           /* specials that are allowed */
 +   generated,                         /* where to hang them */
 +   error,                             /* for errors */
 +-  qualify_domain_recipient,          /* to qualify \name */
 ++  deliver_domain,                    /* to qualify \name */
 +   include_directory,                 /* restrain to directory */
 +   eblockp);                          /* for skipped syntax errors */
 + }
 --- exim-fixes2.patch ends here ---
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304281130.h3SBUDDH054118>