From mboxrd@z Thu Jan 1 00:00:00 1970 From: marcus-sup@bar-coded.net (Marcus Williams) Date: Tue, 13 Nov 2007 11:58:27 +0000 Subject: [sup-talk] [PATCH] Pipe message/attachement to shell command In-Reply-To: <1194905067-sup-4236@tomsk> References: <1194622205-sup-2949@tomsk> <1194889791-sup-3292@south> <1194905067-sup-4236@tomsk> Message-ID: <1194955037-sup-614@tomsk> On 12.11.2007, Marcus Williams wrote: > Attached is a patch for the shell/pipe code so that it uses open3. > Just realised I've not moved shell method into sup in this patch, but > its a start! Mmmm. Seem to be having some buffering problems with open3 on slightly longer messages. The pipe stuff blocks because of it. Will have to resubmit when I figure it out. Marcus