Jason R. Mastaler wrote: > I've been staring at this bug report, and don't have any ideas. Does > anyone have any input on how to fix this problem? > >> Passing a list of pending messages on STDIN to tmda-pending results in >> a EOFError in the interactive mode. It looks like the problem is >> caused by the fact that tmda-pending tries to read interactive input >> from STDIN, while STDIN is used to pass in a list of messages.
Aside from documenting that '-' only works with '-b' and/or enforcing that with code in tmda-pending, I don't think there's any way to do it portably. The problem is that I don't think there's a portable way to say "give me the fd that would have been STDIN if I hadn't redirected it". Ed _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
