> | /usr/local/bin/qmail-autoresponder ./bla ./respondrate
> ^ notice the extra space.
> It might be a parsing error in vdelivermail.c open_command() functino
no effect..
qmail-autoresponder is started correctly.. the
"_Could_not_rewind_input_message." message i a failure notice of
qmail-autoresponder
-----
void parse_headers(void)
{
char* ptr = header;
const char* headerend;
const char* start;
if(lseek(0, 0, SEEK_SET) == -1)
fail_temp("Could not rewind input message.");
...
-----
qmail-autoresponder says it must be run by qmail.
still i don't get, what this error message means.
Regards..
Justin