From: Jean-Marc Pigeon (Delson) Date: Sun, 22 Jun 2025 11:18:36 +0000 (-0400) Subject: Adjusting the sorter exec procedure to start the sender X-Git-Tag: tag-0.9~37 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=5a18378d8b6729df03cd8e2322e058daa1afde16;p=jmp%2Fmailleur Adjusting the sorter exec procedure to start the sender --- diff --git a/lib/geseml.c b/lib/geseml.c index 0881761..f06f3ab 100644 --- a/lib/geseml.c +++ b/lib/geseml.c @@ -742,7 +742,7 @@ switch (fork()) { (void) snprintf(buffer,sizeof(buffer),"%s%s",SBINDIR,SENDER); execpath=rou_apppath(buffer); (void) snprintf(buffer,sizeof(buffer),"%s.%s",todo,EXTODO); - argv[0]=SENDER; + argv[0]=execpath; //The FULL SENDER name argv[1]="-c"; argv[2]=config; argv[3]="-d";