Hi there!
After hours I found the problem with Exim and the vacation(1)
programm for linux:
Exim generates lines with space or tab, sendmail uses space every time.
Vacation makes somewhere a strncmp(buf, "From: ", 6), you see the space?
Here some lines that are generated by MTAs:
From: <test@???>
^2 Spaces (with exim delivering local email)
From: "Mark Seuffert (Pirates)" <captain@???>
^Tab (with exim delivering remote email)
From: "Mark Seuffert (Pirates)" <captain@???>
^Space (with sendmail delivering local or remote email)
I'm not sure what I sould do now, tell me what you think.
* For sure I could patch vacation, it's only one line to patch.
* Or is the problem inside the Exim-code?
--
M a r k S e u f f e r t captain@???
Pirates Communication http://www.pirate.de
--
*** Exim information can be found at
http://www.exim.org/ ***