You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to import addresses to list. It works but the output is creating errors and is incorrect
Issues:
error message
confirmation message is missing the list address
Errors:
$ sympa.pl --import=list@domain.example < /tmp/sympa-subscribers
Use of uninitialized value $salt in concatenation (.) or string at /usr/share/sympa/lib/Sympa/User.pm line 358, <STDIN> line 1.
Use of uninitialized value $hash_type in concatenation (.) or string at /usr/share/sympa/lib/Sympa/User.pm line 371, <STDIN> line 1.
Use of uninitialized value $salt in string eq at /usr/share/sympa/lib/Sympa/User.pm line 314, <STDIN> line 1.
Use of uninitialized value $salt in concatenation (.) or string at /usr/share/sympa/lib/Sympa/User.pm line 316, <STDIN> line 1.
Use of uninitialized value $salt in concatenation (.) or string at /usr/share/sympa/lib/Sympa/User.pm line 358, <STDIN> line 1.
Use of uninitialized value $hash_type in concatenation (.) or string at /usr/share/sympa/lib/Sympa/User.pm line 371, <STDIN> line 1.
Use of uninitialized value $salt in string eq at /usr/share/sympa/lib/Sympa/User.pm line 314, <STDIN> line 1.
Use of uninitialized value $salt in concatenation (.) or string at /usr/share/sympa/lib/Sympa/User.pm line 316, <STDIN> line 1.
Use of uninitialized value $salt in concatenation (.) or string at /usr/share/sympa/lib/Sympa/User.pm line 358, <STDIN> line 1.
Use of uninitialized value $hash_type in concatenation (.) or string at /usr/share/sympa/lib/Sympa/User.pm line 371, <STDIN> line 1.
Use of uninitialized value $salt in string eq at /usr/share/sympa/lib/Sympa/User.pm line 314, <STDIN> line 1.
Use of uninitialized value $salt in concatenation (.) or string at /usr/share/sympa/lib/Sympa/User.pm line 316, <STDIN> line 1.
Incorrect output:
add [user] L'utilisateur 'a@b.c' est déjà abonné à la liste ''.
add [notice] L'utilisateur d@e.f est maintenant abonné à la liste .
Total imported subscribers: 1
As you can see the list address is missing.
Note that it does work indeed, but this doesn't look like it is working correctly.
EDIT by ikedas: ToDo:
Spurious warnings on uninitialized value
Missing list name in the output
The text was updated successfully, but these errors were encountered:
Version 6.2.30
Installation method : yum package
Trying to import addresses to list. It works but the output is creating errors and is incorrect
Issues:
Errors:
Incorrect output:
As you can see the list address is missing.
Note that it does work indeed, but this doesn't look like it is working correctly.
EDIT by ikedas: ToDo:
The text was updated successfully, but these errors were encountered: