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