[obs-commits] [openSUSE/open-build-service] 949f3c: Don't send emails to groups without an email
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 949f3c30f232a090387eecd53970b87c7fc62648 https://github.com/openSUSE/open-build-service/commit/949f3c30f232a090387eec... Author: Eduardo Navarro <enavarro@suse.com> Date: 2020-03-31 (Tue, 31 Mar 2020) Changed paths: M src/api/app/mailers/event_mailer.rb M src/api/spec/mailers/event_mailer_spec.rb Log Message: ----------- Don't send emails to groups without an email The corner case of sending a mail to only a group, that hasn't an email defined, was not taken into account. This patch makes the code not to send an email in this case. Fixes #9114. Co-authored-by: David Kang <dkang@suse.com> Commit: 72b1c864ee2692c2fa12107f50b121ba03c75991 https://github.com/openSUSE/open-build-service/commit/72b1c864ee2692c2fa1210... Author: Dani Donisa <dani.doni@gmail.com> Date: 2020-03-31 (Tue, 31 Mar 2020) Changed paths: M src/api/app/mailers/event_mailer.rb M src/api/spec/mailers/event_mailer_spec.rb Log Message: ----------- Merge pull request #9301 from eduardoj/fix-smtp-to-address Don't send emails to groups without an email Compare: https://github.com/openSUSE/open-build-service/compare/4fe5c9626b5a...72b1c8...
participants (1)
-
Dani Donisa