Mail is also sent to users who block GitLab

Asked 1 years ago, Updated 1 years ago, 458 views

Users who block GitLab do not receive notification emails.
https://gitlab-docs.creationline.com/ee/user/admin_area/blocking_unblocking_users.html
※ The official GitLab 12.7.0 document I use also stated that users who blocked it would not receive notification emails.

Notification mail (push information, etc.) is sent to GitLab users even though they have blocked them.

When I looked at the production.log in https://localhost/admin/logs, I found the following log:

Sent mail to blocked user email address (192.9ms)

GitLab 12.7.0
CentOS 7.6.1810 (Core)

Prevent notification mail from flying to blocked users.

The cause of this problem is completely unknown.
If you do not have enough information to investigate the cause, please do not hesitate to let us know.
Thank you for your cooperation.

centos gitlab

2022-12-21 06:37

1 Answers

The email address listed in Recipients on the following page had the same email address as the blocked user, so the blocked user also received the email.
https://localhost/groupName/projectName/-/services/emails_on_push/edit


2022-12-22 02:28

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.