Subj : Re: mail not tossing To : Oli From : Wilfred van Velzen Date : Sun Jan 08 2023 01:36 pm Hi Oli, On 2023-01-08 12:30:12, you wrote to Rick Smith: RS>> 05 Jan 06:42:59 [46710] Running nice -n 19 /usr/local/bin/hpt toss RS>> afix 05 Jan 06:42:59 [46710] executing `nice -n 19 /usr/local/bin/hpt RS>> toss afix' 05 Jan 06:42:59 [46710] rc=17664 Ol> Btw, how does this exit code happen? Is the script / hpt really returning Ol> this value or is it some weirdness in binkd? (I don't know if values > 255 Ol> can be returned at all). It seems not possible to return values over 255 with bash, a little experimenting shows: # bash -c 'exit 256'; echo $? 0 # bash -c 'exit 17664'; echo $? 0 # bash -c 'exit 0'; echo $? 0 # bash -c 'exit 1'; echo $? 1 # bash -c 'exit 3'; echo $? 3 # bash -c 'exit 255'; echo $? 255 Bye, Wilfred. --- FMail-lnx64 2.1.5.1-B20230107 * Origin: FMail development HQ (2:280/464) .