From 1cdb62d8718af240172fb273f9f0226d4781cd47 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 13 Feb 2018 14:02:04 +0000 Subject: [PATCH] Blackhole messages to PWG owner alias on lists The product-wg-owner alias on lists.openstack.org has started to receive a flood of spam E-mails. Reject messages to this address with our usual response about the onslaught. Change-Id: I07ee094cd82f97323cd78fcca6895a2aafa9e347 --- modules/openstack_project/manifests/lists.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 24e37c80c1..ab3b3a222d 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -36,6 +36,7 @@ class openstack_project::lists( 'openstack-security-owner' => 'spam', 'openstack-tc-owner' => 'spam', 'openstack-vi-owner' => 'spam', + 'product-wg-owner' => 'spam', 'superuser-owner' => 'spam', 'user-committee-owner' => 'spam', 'women-of-openstack-owner' => 'spam',