Repaired mailer spool files
This commit is contained in:
parent
f30d5dc3dc
commit
4675383b9d
@ -243,13 +243,13 @@ file_list *create_filelist(fa_list *al, char *fl, int create)
|
|||||||
/*
|
/*
|
||||||
* Check spool files.
|
* Check spool files.
|
||||||
*/
|
*/
|
||||||
// if (strchr(fl, 'o')) {
|
if (strchr(fl, 'o')) {
|
||||||
// nm=splname(tmpa->addr);
|
nm=splname(tmpa->addr);
|
||||||
// if ((fp=fopen(nm,"w")))
|
if ((fp=fopen(nm,"w")))
|
||||||
// fclose(fp);
|
fclose(fp);
|
||||||
// if ((nm != NULL) && (stat(nm,&stbuf) == 0))
|
if ((nm != NULL) && (stat(nm,&stbuf) == 0))
|
||||||
// add_list(&st,nm,NULL,DSF,0L,NULL,1);
|
add_list(&st,nm,NULL,DSF,0L,NULL,1);
|
||||||
// }
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check .pol files
|
* Check .pol files
|
||||||
|
Reference in New Issue
Block a user