Is is just me, or is this a typo ? :
filter.c:2246
*error_pointer = string_sprintf("Bad time value for \"once_repeat" "
in mail or vacation command: %s\n",
commands->args[mailarg_index_once_repeat]);
Unless I'm being stupid, shouldn't it look like this ?
*error_pointer = string_sprintf("Bad time value for \"once_repeat\" "
"in mail or vacation command: %s\n",
commands->args[mailarg_index_once_repeat]);
Compilation fails with the first block and succeeds with the second one...
--
j.
James FitzGibbon (JF647) james@???
EHLO Solutions Voice/Fax +1 416 410-0100
--
*** Exim information can be found at
http://www.exim.org/ ***