aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/templates/transport_regexp
blob: d6c485f14d7e71e036b3aced6c9366d1411f4725 (plain)
1
2
3
4
5
6
7
<%
ml_domain = 'ml\.' + domain.gsub('.','\.')
%>
<%- if classes.include?('sympa::server') -%>
/^.*+owner\@<%= ml_domain %>$/ sympabounce:
/^.*\@<%= ml_domain %>$/       sympa:
<%- end -%>