3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Oooops (minor bug...
FromSent OnAttachments
Alessandro VeselyAug 7, 2006 7:10 am 
Sam VarshavchikAug 7, 2006 3:46 pm 
Alessandro VeselyAug 7, 2006 10:04 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Oooops (minor bug in rw_local_filter)Actions...
From:Alessandro Vesely (ves@tana.it)
Date:Aug 7, 2006 10:04:13 pm
List:net.sourceforge.lists.courier-users

Sam Varshavchik writes:

Alessandro Vesely writes:

Sorry, I meant

Nope, I don't think you meant this either.

Oh my gosh, it must have been a hot afternoon...

So I just meant

--- courier/module.local/local.original.c 2006-05-28 17:29:52.000000000 +0200 +++ courier/module.local/local.c 2006-08-08 06:40:53.500602865 +0200 @@ -698,8 +698,10 @@ if (fd < 0) open("/dev/null", O_RDONLY); else + { dup2(fd, 0); - close(fd); + close(fd); + } dup2(p[1], 1); dup2(p[1], 2); close(p[0]);