Certain scenarios that match subscriber custom attribute trigger this error in the sympa.log, and message is rejected.
Version
6.2.72+
Installation method
rpm
Expected behavior
Error should not be thrown and message should stored for moderation.
Actual behavior
Email to the list is rejected regardless of the proper scenario outcome.
Steps to reproduce
In my case, added the following to a scenario:
match([subscriber->allow_send],/'moderated'/) smtp,md5,smime -> editorkey
Additional information
Scenario.pm line 767 contains get_list_memner where I believe it should contain get_list_member. (fixes in my test environment)
Certain scenarios that match subscriber custom attribute trigger this error in the sympa.log, and message is rejected.
Version
6.2.72+
Installation method
rpm
Expected behavior
Error should not be thrown and message should stored for moderation.
Actual behavior
Email to the list is rejected regardless of the proper scenario outcome.
Steps to reproduce
In my case, added the following to a scenario:
match([subscriber->allow_send],/'moderated'/) smtp,md5,smime -> editorkey
Additional information
Scenario.pm line 767 contains get_list_memner where I believe it should contain get_list_member. (fixes in my test environment)