Re: qconfirm not sending challenge
"Clemens Fischer" <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
* Gerrit Pape: > On Sun, May 30, 2004 at 04:39:08PM -0400, James C. Logan wrote: >> here's the contents of my .qmail-jim_test file : >> >> | spamc | qconfirm-check -n -d /home/mydomain/users/jim_test/.qconfirm > > qconfirm-check needs standard input to be a seekable file descriptor. you might have a look at the conn-tools' seekablepipe program, which makes a pipe appear seakable for the reader, using a temp file. i think there are others whose names don't come to my mind atm. see http://www.skarnet.org/software/conn-tools/seekablepipe-io.html maybe also google for filepipe? clemens