Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
2ebca957
Commit
2ebca957
authored
May 04, 2009
by
tbrehm
Browse files
Fixed: FS#720 - Autoresponder BUG on Debian Lenny
parent
33c6e241
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/maildrop_plugin.inc.php
View file @
2ebca957
...
...
@@ -116,6 +116,10 @@ class maildrop_plugin {
if
(
is_file
(
$file
))
unlink
(
$file
)
or
$app
->
log
(
"Unable to delete file:
$file
"
,
LOGLEVEL_WARN
);
$file
=
$this
->
mailfilter_config_dir
.
'/'
.
$email_parts
[
1
]
.
'/'
.
$email_parts
[
0
]
.
'/.vacation.lst'
;
if
(
is_file
(
$file
))
unlink
(
$file
)
or
$app
->
log
(
"Unable to delete file:
$file
"
,
LOGLEVEL_WARN
);
$file
=
$this
->
mailfilter_config_dir
.
'/'
.
$email_parts
[
1
]
.
'/'
.
$email_parts
[
0
]
.
'/.vacation.lst.gdbm'
;
if
(
is_file
(
$file
))
unlink
(
$file
)
or
$app
->
log
(
"Unable to delete file:
$file
"
,
LOGLEVEL_WARN
);
$file
=
$this
->
mailfilter_config_dir
.
'/'
.
$email_parts
[
1
]
.
'/'
.
$email_parts
[
0
]
.
'/.vacation.lst.lock'
;
if
(
is_file
(
$file
))
unlink
(
$file
)
or
$app
->
log
(
"Unable to delete file:
$file
"
,
LOGLEVEL_WARN
);
$file
=
$this
->
mailfilter_config_dir
.
'/'
.
$email_parts
[
1
]
.
'/'
.
$email_parts
[
0
]
.
'/.vacation.msg'
;
if
(
is_file
(
$file
))
unlink
(
$file
)
or
$app
->
log
(
"Unable to delete file:
$file
"
,
LOGLEVEL_WARN
);
$file
=
$this
->
mailfilter_config_dir
.
'/'
.
$email_parts
[
1
]
.
'/'
.
$email_parts
[
0
]
.
'/.autoresponder'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment