mirror of
https://github.com/webmin/webmin.git
synced 2026-05-05 06:40:28 +01:00
Delete autoreply file
This commit is contained in:
@@ -22,3 +22,5 @@ Autoreply messages containing non-ASCII characters are now properly quoted-print
|
||||
---- Changes since 1.400 ----
|
||||
Filters that deliver to mbox-format folders now have locking enabled.
|
||||
Creation of filters that match headers is now less error-prone, due to a new menu for selecting if it should match the start, end or any part of the header.
|
||||
---- Changes since 1.410 ----
|
||||
When an autoreply is deleted, the underlying message file is deleted too.
|
||||
|
||||
@@ -282,6 +282,9 @@ sub delete_filter
|
||||
local ($filter) = @_;
|
||||
&procmail::delete_recipe($filter->{'recipe'});
|
||||
&setup_forward_procmail();
|
||||
if ($filter->{'actionreply'} && !-d $filter->{'actionreply'}) {
|
||||
&unlink_file($filter->{'actionreply'});
|
||||
}
|
||||
}
|
||||
|
||||
# swap_filters(&filter1, &filter2)
|
||||
|
||||
Reference in New Issue
Block a user