diff options
author | Mitch Jackson <mitch@freeside.biz> | 2017-12-03 23:05:13 +0000 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2017-12-03 23:05:13 +0000 |
commit | f1efa648c501e910f675475c522dde7ed44c671f (patch) | |
tree | f8b30f25a47ee51ed7a48267d513a6953fc8e0e2 /rt/etc | |
parent | 48e20d8f1d1b7bccbe0f1a37786cb2c42074a5fc (diff) |
RT#76877 Add an outgoing email notification blacklist
Diffstat (limited to 'rt/etc')
-rw-r--r-- | rt/etc/RT_SiteConfig.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm index 6420d11ef..e22d202e6 100644 --- a/rt/etc/RT_SiteConfig.pm +++ b/rt/etc/RT_SiteConfig.pm @@ -58,6 +58,8 @@ Set($MessageBoxRichTextHeight, 368); #Set(@Plugins,(qw(Extension::QuickDelete RT::FM))); +# Enable blacklist for e-mail notifications (matches via case insensitive regex) +#Set(@NotifyBlacklist,(qw(reddit.com slashdot.org frank))); # Define default lifecycle to include resolved_quiet status workflow Set(%Lifecycles, |