We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certain scenarios that match subscriber custom attribute trigger this error in the sympa.log, and message is rejected.
6.2.72+
rpm
Error should not be thrown and message should stored for moderation.
Email to the list is rejected regardless of the proper scenario outcome.
In my case, added the following to a scenario: match([subscriber->allow_send],/'moderated'/) smtp,md5,smime -> editorkey
Scenario.pm line 767 contains get_list_memner where I believe it should contain get_list_member. (fixes in my test environment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: