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: "antonelli@cnaf" <address@concealed>
  • To: "S. Ikeda" <address@concealed>, address@concealed
  • Subject: Re: [sympa-users] Renames via command line failing in 6.2.68
  • Date: Tue, 12 Apr 2022 13:55:38 +0200

Hi Soji

On 4/12/22 12:22, S. Ikeda wrote:
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:


thank you, I've modified rebuildarc.pm and it works

# sympa rebuildarc test"@"new_domain
Archive rebuild scheduled for test@new_domain.

and from wwsympa.log

2022-04-12T13:50:25.273049+02:00 lists archived[4159]: notice Sympa::Spindle::ProcessArchive::_do_rebuildarc() Rebuilding archive of Sympa::List <test@new_domain> completely
2022-04-12T13:50:25.411946+02:00 lists archived[4159]: notice Sympa::Spindle::ProcessArchive::_do_rebuildarc() Rebuild of Sympa::List <test@new_domain> archives completed

thank you too and all Sympa developers for the incredible work you do

cheers
Stefano

```
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