Opened 10 years ago
Closed 10 years ago
#229 closed enhancement (fixed)
Blacklist to exclude reporters from receiving a notification
Reported by: | hju@… | Owned by: | bas |
---|---|---|---|
Priority: | major | Milestone: | release 2.0.0 |
Component: | email2trac | Version: | |
Keywords: | Cc: |
Description
Some of the reporters to our trac-system are other ticket-systems.
The admins complained about receiving our confimation which causes a new ticket to be opened in their system.
Lookin for a solution I extended my code from #178 to implement a notify_black_list in email2trac.conf There I can add all the emails to be excluded from notification. (Like black-List and white_list). As we never notify the reporter (exept for reporters via email2trac) I just have to exclude the mail-reporter from beeing added to the recipients-list. A more perfect code should scan the recipients to remove the emails which are on the ´notify_black_list´...
I've added the additional modification which are working fine in our environment (Version 1.4.6)
Attachments (1)
Change History (5)
Changed 10 years ago by hju@…
comment:1 Changed 10 years ago by bas
- Status changed from new to assigned
Thanks for the patch. I will look into it
comment:2 Changed 10 years ago by bas
(In [508]) We now can override the notify function with AlwaysNotifyReport?, see #178,#229
comment:3 Changed 10 years ago by bas
- Milestone set to release 2.0.0
comment:4 Changed 10 years ago by bas
- Resolution set to fixed
- Status changed from assigned to closed
additional code based on ticket #178