summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-26 22:49:07 +0200
committerGitHub <noreply@github.com>2018-06-26 22:49:07 +0200
commit9e7f6444384c0990b89dda0ead7926b6307b960a (patch)
tree7ca1e028d176570a074912839263afaf1007b555 /Bugzilla/BugMail.pm
parent5a8de6e08bf6f2c8dbc0f17662281314ae2cfc9b (diff)
downloadbugzilla-9e7f6444384c0990b89dda0ead7926b6307b960a.tar.gz
bugzilla-9e7f6444384c0990b89dda0ead7926b6307b960a.tar.xz
Bug 1471304 - Block sending mail to hosts that end with .tld or .bugs
Diffstat (limited to 'Bugzilla/BugMail.pm')
-rw-r--r--Bugzilla/BugMail.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm
index 915405a0e..ebfc95d51 100644
--- a/Bugzilla/BugMail.pm
+++ b/Bugzilla/BugMail.pm
@@ -277,7 +277,7 @@ sub Send {
# BMO: never send emails to bugs or .tld addresses. this check needs to
# happen after the bugmail_recipients hook.
if ($user->email_enabled && $dep_ok &&
- ($user->login !~ /bugs$/) && ($user->login !~ /\.tld$/))
+ ($user->login !~ /\.(?:bugs|tld)$/))
{
# Don't show summaries for bugs the user can't access, and
# provide a hook for extensions such as SecureMail to filter