In ssmtp_2.61-3.diff.gz there is the following patch:

+       /*prevent blocking on pipes, we really shouldnt be using
+         stdio functions like fgets in the first place */
+       fcntl(STDIN_FILENO,F_SETFL,O_NONBLOCK);

Commenting this fcntl() call out fixes this problem. Probably not what the
developer is going to do, but I thought I'd pass it along.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to