aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/postfix')
-rw-r--r--modules/postfix/templates/sympa_aliases2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/postfix/templates/sympa_aliases b/modules/postfix/templates/sympa_aliases
index aa18fe2f..e5f74c0b 100644
--- a/modules/postfix/templates/sympa_aliases
+++ b/modules/postfix/templates/sympa_aliases
@@ -4,3 +4,5 @@
/^(.*)-owner\@<%= escaped_domain %>$/ $1+owner@ml.<%= domain %>
# redirect the mail from the ml domain to sysadmin
/^listmaster\@<%= escaped_domain %>$/ listmaster@<%= domain %>
+# errors are sent there, so that should also be redirected
+/^sympa-request\@<%= escaped_domain %>$/ listmaster@<%= domain %>