aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/templates/transport_regexp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/postfix/templates/transport_regexp')
-rw-r--r--modules/postfix/templates/transport_regexp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postfix/templates/transport_regexp b/modules/postfix/templates/transport_regexp
index 5d005c7b..7d80cf9f 100644
--- a/modules/postfix/templates/transport_regexp
+++ b/modules/postfix/templates/transport_regexp
@@ -1,7 +1,7 @@
<%
ml_domain = 'ml\.' + domain.gsub('.','\.')
%>
-<%- if classes.include?('sympa') -%>
+<%- if classes.include?('sympa::server') -%>
/^.*+owner\@<%= ml_domain %>$/ sympabounce:
/^.*\@<%= ml_domain %>$/ sympa:
<%- end -%>