addition:
i'm using 4.10.14...
vdelivermail.c:
_______________
int run_command_alias(char *command)
{
char *tmpstr;
int i=0,j=0;
int file_count;
int pim[2];
unsigned long pid;
char **binargs;
char **startbin;
int status;
return(0);
______________________
err.. :) damn. i guess it's not supposed to run ANY commands then hm ?
Ken: can i remove that return(0); line safely ?? or is it so unstable,
that the return(0); line is there to prevent any damage ?
regards,
Justin
- valias: command processing ? Justin Heesemann
- Re: valias: command processing ? Justin Heesemann
- Re: valias: command processing ? Ken Jones
