/[adm]/puppet/modules/postfix/templates/transport_regexp
ViewVC logotype

Contents of /puppet/modules/postfix/templates/transport_regexp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3040 - (show annotations) (download)
Tue Apr 9 15:49:36 2013 UTC (11 years ago) by boklm
File size: 189 byte(s)
sympa/transport_regexp: remove temporary workaround for zarb MLs

(thanks to leuhmanu for noticing this)
1 <%
2 ml_domain = 'ml\.' + domain.gsub('.','\.')
3 %>
4 <%- if classes.include?('sympa::server') -%>
5 /^.*+owner\@<%= ml_domain %>$/ sympabounce:
6 /^.*\@<%= ml_domain %>$/ sympa:
7 <%- end -%>
8

  ViewVC Help
Powered by ViewVC 1.1.30