in scanout.c there is (near line 150):
if ((p=strrchr(fname,'/'))) *p='\0';
If the value in the config file is for exemple:
outbound /outb
then the result will be a null string (yes, is stupid to put the outbound
in the root, but that is another issue).
Shouldn't it be better to have:
if ((p=strrchr(fname+1,'/'))) *p='\0';
What do you think ?
--A bientôt, Pablo Saratxaga
~ ~ :wq ;-) PGP Key available, key ID: 0x8F0E4975