Re: [courier-users] Oooops (minor bug in rw_local_filter)

2006-08-08 Thread Alessandro Vesely
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.0 +0200 +++

[courier-users] Oooops (minor bug in rw_local_filter)

2006-08-07 Thread Alessandro Vesely
Sorry, I meant --- courier/module.local/local.original.c 2006-05-28 17:29:52.0 +0200 +++ courier/module.local/local.c2006-08-07 16:08:02.727499591 +0200 @@ -693,13 +693,16 @@ if (pid == 0) { char*argv[11]; + int fd0 = fd;

Re: [courier-users] Oooops (minor bug in rw_local_filter)

2006-08-07 Thread Sam Varshavchik
Alessandro Vesely writes: Sorry, I meant Nope, I don't think you meant this either. --- courier/module.local/local.original.c 2006-05-28 17:29:52.0 +0200 +++ courier/module.local/local.c2006-08-07 16:08:02.727499591 +0200 @@ -693,13 +693,16 @@ if (pid == 0)