Skip to Content.
Sympa Menu

en - Re: [sympa-users] Renames via command line failing in 6.2.68

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "S. Ikeda" <address@concealed>
  • To: address@concealed,address@concealed
  • Subject: Re: [sympa-users] Renames via command line failing in 6.2.68

Stefano, thanks for reporting another bug!

I'll review the changes on 6.2.68 again but, for the immediate problem,
please try following patch:

```
diff --git a/src/lib/Sympa/CLI/rebuildarc.pm b/src/lib/Sympa/CLI/rebuildarc.pm
index a2bba7c..27566e0 100644
--- a/src/lib/Sympa/CLI/rebuildarc.pm
+++ b/src/lib/Sympa/CLI/rebuildarc.pm
@@ -33,7 +33,7 @@ use Sympa::Spool::Archive;
use parent qw(Sympa::CLI);

use constant _options => qw();
-use constant _args => qw();
+use constant _args => qw(list);

sub _run {
my $class = shift;
```

Regards,
-- Soji



Archive powered by MHonArc 2.6.19+.

Top of Page