From 99930915a16a69019e9c112e172ce9f246c336bf Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 28 Mar 2011 22:15:53 +0000 Subject: - try to avoid sympa loop by redirecting them to the proper email --- modules/postfix/templates/sympa_aliases | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/postfix') diff --git a/modules/postfix/templates/sympa_aliases b/modules/postfix/templates/sympa_aliases index 14d01daf..aa18fe2f 100644 --- a/modules/postfix/templates/sympa_aliases +++ b/modules/postfix/templates/sympa_aliases @@ -2,4 +2,5 @@ # but according to http://www.sympa.org/faq/postfix, we also need this one <% escaped_domain = ( 'ml.' + domain ).sub('.','\.') %> /^(.*)-owner\@<%= escaped_domain %>$/ $1+owner@ml.<%= domain %> - +# redirect the mail from the ml domain to sysadmin +/^listmaster\@<%= escaped_domain %>$/ listmaster@<%= domain %> -- cgit v1.2.1