aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2025-02-14 14:37:10 -0800
committerDan Fandrich <danf@mageia.org>2025-02-14 14:39:13 -0800
commitfd96230378db349437bd6ae6f17870c125bf06cf (patch)
tree89a7685ee9ded3a77761843cc2044f2c55c0ac2a
parent20e7024f471d165ec210f510357c31ae15058a97 (diff)
downloadpuppet-fd96230378db349437bd6ae6f17870c125bf06cf.tar
puppet-fd96230378db349437bd6ae6f17870c125bf06cf.tar.gz
puppet-fd96230378db349437bd6ae6f17870c125bf06cf.tar.bz2
puppet-fd96230378db349437bd6ae6f17870c125bf06cf.tar.xz
puppet-fd96230378db349437bd6ae6f17870c125bf06cf.zip
Allow Bugzilla messages to a number of mailing lists (mga#33748)
Bugzilla mails stopped being delivered to these in February 2024 when the Bugzilla From: address changed. This list comes from Sympa logs over the past 2 weeks, so there may be others.
-rwxr-xr-xdeployment/lists/manifests/init.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp
index 4a190ea9..3f06aa1f 100755
--- a/deployment/lists/manifests/init.pp
+++ b/deployment/lists/manifests/init.pp
@@ -34,6 +34,7 @@ class lists {
sympa::list::public {'basesystem':
subject => 'Development discussion list about mageia basesystem',
+ sender_email => [ "bugzilla_noreply@ml.${::domain}" ],
topics => 'developers',
}
@@ -61,6 +62,7 @@ class lists {
sympa::list::public {'gnome':
subject => 'Development discussion list about mageia Gnome integration',
+ sender_email => [ "bugzilla_noreply@ml.${::domain}" ],
topics => 'developers',
}
@@ -183,11 +185,13 @@ class lists {
sympa::list::public {'java':
subject => 'Development discussion list about Java',
+ sender_email => [ "bugzilla_noreply@ml.${::domain}" ],
topics => 'developers',
}
sympa::list::public {'kde':
subject => 'Development discussion list about KDE',
+ sender_email => [ "bugzilla_noreply@ml.${::domain}" ],
topics => 'developers',
}
@@ -199,21 +203,25 @@ class lists {
sympa::list::public {'mageiatools':
subject => 'Development discussion list about Mageiatools',
+ sender_email => [ "bugzilla_noreply@ml.${::domain}" ],
topics => 'developers',
}
sympa::list::public {'perl':
subject => 'Development discussion list about Perl',
+ sender_email => [ "bugzilla_noreply@ml.${::domain}" ],
topics => 'developers',
}
sympa::list::public {'php':
subject => 'Development discussion list about Php',
+ sender_email => [ "bugzilla_noreply@ml.${::domain}" ],
topics => 'developers',
}
sympa::list::public {'python':
subject => 'Development discussion list about Python',
+ sender_email => [ "bugzilla_noreply@ml.${::domain}" ],
topics => 'developers',
}