File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,10 @@ function update($event_name,$data) {
116116 if (is_file ($ file )) unlink ($ file ) or $ app ->log ("Unable to delete file: $ file " ,LOGLEVEL_WARN );
117117 $ file = $ this ->mailfilter_config_dir .'/ ' .$ email_parts [1 ].'/ ' .$ email_parts [0 ].'/.vacation.lst ' ;
118118 if (is_file ($ file )) unlink ($ file ) or $ app ->log ("Unable to delete file: $ file " ,LOGLEVEL_WARN );
119+ $ file = $ this ->mailfilter_config_dir .'/ ' .$ email_parts [1 ].'/ ' .$ email_parts [0 ].'/.vacation.lst.gdbm ' ;
120+ if (is_file ($ file )) unlink ($ file ) or $ app ->log ("Unable to delete file: $ file " ,LOGLEVEL_WARN );
121+ $ file = $ this ->mailfilter_config_dir .'/ ' .$ email_parts [1 ].'/ ' .$ email_parts [0 ].'/.vacation.lst.lock ' ;
122+ if (is_file ($ file )) unlink ($ file ) or $ app ->log ("Unable to delete file: $ file " ,LOGLEVEL_WARN );
119123 $ file = $ this ->mailfilter_config_dir .'/ ' .$ email_parts [1 ].'/ ' .$ email_parts [0 ].'/.vacation.msg ' ;
120124 if (is_file ($ file )) unlink ($ file ) or $ app ->log ("Unable to delete file: $ file " ,LOGLEVEL_WARN );
121125 $ file = $ this ->mailfilter_config_dir .'/ ' .$ email_parts [1 ].'/ ' .$ email_parts [0 ].'/.autoresponder ' ;
You can’t perform that action at this time.
0 commit comments