|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Actually there is an implementation in the email-ext plugin (https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin) that gives the possible functionality. It is called 'pre-send script'. I did some test with that and it works. Making a global pre-send script prevents all build jobs using the plugin send mail to given addresses.
The problem was that I could not control whether or not the users enabled the email-ext-plugin in their build job.
So I had to set up a filter on the smtp server that the build master uses.
I found somewhere that i was plans to merge the mailer-plugin and the email-ext-plugin, but it does not seems to be a priotity?