From 8dca48d48fa9d225178c19a1aaec4960bb5e9b61 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 28 Mar 2011 23:52:47 +0000 Subject: - also redirect sympa error to the listmaster --- modules/postfix/templates/sympa_aliases | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/postfix/templates/sympa_aliases') 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 %> -- cgit v1.2.1