Arg numbers have changed.
This commit is contained in:
parent
e4f3434a95
commit
6d2551566e
1 changed files with 2 additions and 1 deletions
3
remove-spam-high-confidence-maildir.plx
Normal file → Executable file
3
remove-spam-high-confidence-maildir.plx
Normal file → Executable file
|
@ -25,7 +25,8 @@ use Date::Manip;
|
|||
|
||||
#use File::Copy;
|
||||
|
||||
if (@ARGV < 3 or @ARGV > 4) {
|
||||
|
||||
if (@ARGV < 4 or @ARGV > 5) {
|
||||
print STDERR "usage: $0 <MAILDIR_DIRECTORY> <DSPAM_PROBABILITY_MIN> <DSPAM_CONFIDENCE_LEVEL_MIN> <DAYS> [<COUNT_ONLY_DONT_DELETE>]\n";
|
||||
exit 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue