|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Nick Smith (nick.smith67
googlemail.com)
Date: Mon Apr 02 2007 - 14:21:22 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 4/2/07, Wietse Venema <wietse
porcupine.org> wrote:
> Nick Smith:
> > On 4/2/07, Wietse Venema <wietse
porcupine.org> wrote:
> > >
> > > Just add the braindead-shell workaround that already sits in the same file:
> > >
> > > Old:
> > > eval echo $path | (IFS=/ read prefix file;
> > >
> > > New:
> > > eval echo $path | (IFS=/ read prefix file; IFS="$BACKUP_IFS"; ...
> > >
> >
> > Thanks that fixed it too. Is it your intention that the users of
> > braindead shells should have to make this edit prior to performing
> > future upgrades, or will you consider incorporating the workaround
> > into the next officially distributed patch release?
>
> Is that a question? Perhaps I should not even reply to this.
>
> Wietse
>
Sorry to not be clear - let me try to rephrase...
Old:
eval echo $path | (IFS=/ read prefix file;
New:
eval echo $path | (IFS=/ read prefix file; IFS="$BACKUP_IFS"; ...
Will this workaround be included in Postfix 2.4.1?
Nick
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]