aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-09 15:49:36 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-09 15:49:36 +0000
commite933bf81dc28c6355248fabaa80b42aee62feaec (patch)
tree6651e2b133bd83fc84f98e5be490c830e0aa3936 /modules/postfix
parentc6ce12f8c4e965effd75678ba6f8d1a832303a38 (diff)
downloadpuppet-e933bf81dc28c6355248fabaa80b42aee62feaec.tar
puppet-e933bf81dc28c6355248fabaa80b42aee62feaec.tar.gz
puppet-e933bf81dc28c6355248fabaa80b42aee62feaec.tar.bz2
puppet-e933bf81dc28c6355248fabaa80b42aee62feaec.tar.xz
puppet-e933bf81dc28c6355248fabaa80b42aee62feaec.zip
sympa/transport_regexp: remove temporary workaround for zarb MLs
(thanks to leuhmanu for noticing this)
Diffstat (limited to 'modules/postfix')
-rw-r--r--modules/postfix/templates/transport_regexp9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/postfix/templates/transport_regexp b/modules/postfix/templates/transport_regexp
index ceb8e2fb..7d80cf9f 100644
--- a/modules/postfix/templates/transport_regexp
+++ b/modules/postfix/templates/transport_regexp
@@ -6,12 +6,3 @@ ml_domain = 'ml\.' + domain.gsub('.','\.')
/^.*\@<%= ml_domain %>$/ sympa:
<%- end -%>
-# temporary work around for bugzilla being unable to send mail to webteam
-#
-# the current setup ( 13/02/2011 ) is that most active mls are on zarb.org,
-# using @mageia domain. But we want to start hosting aliases on the current
-# ml server ( and main smtp, ie alamut ). So we need to dispatch old mls
-# to zarb, and the rest on alamut. Old mls are all prefixed by mageia-*@mageia
-# this hack should be removed once all mls are migrated from zarb.org
-#
-/^mageia-.*\@<%= domain %>$/ smtp:ryu.zarb.org