|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'm very keen on implementing this.
What would my best approach be? When looking through the code there is an @ExtenisonPoint called MailAddressFilter. The documentation suggest to implement that if you need to filter who recieves your emails in a seperate plugin, but seeing as there has lately been a movement to limit the number of new plugins contributed, what would you think about me just adding a DomainFilter class to the existing mailer plugin, and provide a global configuration option where the user specifies which regex all outgoing mails must match?
Is that the preferred solution? Or do i really need to create a seperate plugin for such a simple feature?