dpc22
dpc22
Small correction. LCA plugins scripts can access the determine the current logged in user using: ``` my $param = $main::param; my $is_owner = $param->{'is_owner'}; ($is_owner) or die "Not list owner";...
Just to add: I could implement the restore feature entirely as a LCA using: ``` my $param = $main::param; my $query = $main::query; ``` If I replace "my $query" with...
Hi @ikedas If I put together a Pull Request for this feature (inline rather than as a LCA plugin) would you be likely to merge it?
Here's a graph of load average for the last 12 hours, demonstrating what happened at 09:30 this morning. The system was running flat out until I ran ```systemctl restart sympa```...
One final comment for the day: It looks like the 4 bulk.pl processes each stopped processing anything new for about 90 minutes, but not all at the same time: ```...
An address which used to be valid but which has expired, so Sympa is collecting a bounce score the subscriber address. We are a University, so almost 10,000 students arrive...
Another data point. Here is partial output from: ``` perl -ne 'print "$1 $2\n" if m&^Oct 7 (\S+) lists-1 bulk\[\d+\].+in (\d+ seconds since scheduled expedition date)&' sympa.1 ``` I infer...
Okay bulk.pl fails to start if I set: ``` bulk_max_count = 6 # Twice the default of 3 ``` I think that the cause is: ``` Oct 8 08:32:42 lists-1...
verp_rate is set to 0 on the list: that is the default value, which I have not changed. It appears that Sympa ignores verp_rate and always uses VERP for known...
https://github.com/sympa-community/sympa/issues/837 "As for Sympa, it will automatically use VERP on adresses that have produced errors already. Is it the case for you?"