Skip to content

sibis_email To: appears broken in at least some use cases #64

New issue

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

Open
shippy opened this issue Jan 19, 2021 · 1 comment
Open

sibis_email To: appears broken in at least some use cases #64

shippy opened this issue Jan 19, 2021 · 1 comment

Comments

@shippy
Copy link
Contributor

shippy commented Jan 19, 2021

For visual QC, the e-mail string is treated as if it contained a list of recipients, so "[email protected]" gets broken into [email protected], [email protected], ..., [email protected], [email protected], [email protected], [email protected].

@shippy
Copy link
Contributor Author

shippy commented Jan 19, 2021

The culprint is here - ",".join("aaa") will result in "a,a,a". We should check to_email is an instance of basestring and enclose it in a list if so, first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant