提交 b317c824 编写于 作者: C Chris Lamb

Reject "dcut rm" components that start with a wildcard

上级 49318b3e
......@@ -1211,7 +1211,9 @@ outer_loop: while (<COMMANDS>) {
$selecteddelayed = $1;
s,^DELAYED/[0-9]+-day/,,;
}
if ( $origword eq "--searchdirs" ) {
if (m,(^|/)\*,) {
msg("mail,log", "$_: filename component cannot start with a wildcard\n");
} elsif ( $origword eq "--searchdirs" ) {
$selecteddelayed = -2;
} elsif (m,/,) {
msg(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册