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
$sudo sympa.pl --close_list=test2
/var/lib/sympa/sympa_aliases: 5 aliases, longest 58 bytes, 316 bytes total
/etc/aliases: 84 aliases, longest 16 bytes, 890 bytes total
/etc/sympa/aliases.sympa.sendmail: 6 aliases, longest 53 bytes, 293 bytes total
close_list [notice] List has been closed
$ sudo sympa.pl --close_list=test2
close_list [error] List is already closed
Or whatever output, but not an error...
Actual behavior
$sudo sympa.pl --close_list=test2
/var/lib/sympa/sympa_aliases: 5 aliases, longest 58 bytes, 316 bytes total
/etc/aliases: 84 aliases, longest 16 bytes, 890 bytes total
/etc/sympa/aliases.sympa.sendmail: 6 aliases, longest 53 bytes, 293 bytes total
close_list [notice] List has been closed
$ sudo sympa.pl --close_list=test2
Can't use string ("user") as a HASH ref while "strict refs" in use at /usr/sbin/sympa.pl line 1079.
Additional information
The sympa log correctly reports that the list was already closed:
Jul 11 15:34:12 mail sympa[19917]: info main::_load() Configuration file read, default log level 0
Jul 11 15:34:12 mail sympa[19917]: notice main:: Sympa 6.2.34 Started
Jul 11 15:34:12 mail sympa[19917]: notice Sympa::Spindle::ProcessRequest::_twist() Processing Sympa::Request <action=close_list;current_list=[email protected]>
Jul 11 15:34:12 mail sympa[19917]: err main::#543 > Sympa::Spindle::spin#95 > Sympa::Request::Handler::close_list::_twist#67 List Sympa::List [email protected] is already closed: cannot close it again
The text was updated successfully, but these errors were encountered:
On an unrelated note, it was the first time I used the bug report template. I would place "Actual behaviour" before "Expected behaviour" rather than after. It seems more natural to me to first describe what is happening now, and only then describe what should have been happening. Oh, and also, there's a different spelling between American English (behavior) and English (behaviour). I don't know which one to choose, but it appears I naturally spell it 'behaviour'.
Version
6.2.34
Installation method
rpm
Expected behavior
$sudo sympa.pl --close_list=test2
/var/lib/sympa/sympa_aliases: 5 aliases, longest 58 bytes, 316 bytes total
/etc/aliases: 84 aliases, longest 16 bytes, 890 bytes total
/etc/sympa/aliases.sympa.sendmail: 6 aliases, longest 53 bytes, 293 bytes total
close_list [notice] List has been closed
$ sudo sympa.pl --close_list=test2
close_list [error] List is already closed
Or whatever output, but not an error...
Actual behavior
$sudo sympa.pl --close_list=test2
/var/lib/sympa/sympa_aliases: 5 aliases, longest 58 bytes, 316 bytes total
/etc/aliases: 84 aliases, longest 16 bytes, 890 bytes total
/etc/sympa/aliases.sympa.sendmail: 6 aliases, longest 53 bytes, 293 bytes total
close_list [notice] List has been closed
$ sudo sympa.pl --close_list=test2
Can't use string ("user") as a HASH ref while "strict refs" in use at /usr/sbin/sympa.pl line 1079.
Additional information
The sympa log correctly reports that the list was already closed:
Jul 11 15:34:12 mail sympa[19917]: info main::_load() Configuration file read, default log level 0
Jul 11 15:34:12 mail sympa[19917]: notice main:: Sympa 6.2.34 Started
Jul 11 15:34:12 mail sympa[19917]: notice Sympa::Spindle::ProcessRequest::_twist() Processing Sympa::Request <action=close_list;current_list=[email protected]>
Jul 11 15:34:12 mail sympa[19917]: err main::#543 > Sympa::Spindle::spin#95 > Sympa::Request::Handler::close_list::_twist#67 List Sympa::List [email protected] is already closed: cannot close it again
The text was updated successfully, but these errors were encountered: