From b1cacd64a8ab2064915c77b6ec49c53514d75bd2 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 28 Mar 2011 15:54:16 +0000 Subject: - according to the documentation ( http://www.sympa.org/faq/postfix ), the regexp do not match all address used by sympa ( see en of the pointed document ), and so sympa-bounce do not work. --- modules/postfix/templates/sympa_aliases | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/postfix/templates/sympa_aliases (limited to 'modules/postfix/templates/sympa_aliases') diff --git a/modules/postfix/templates/sympa_aliases b/modules/postfix/templates/sympa_aliases new file mode 100644 index 00000000..14d01daf --- /dev/null +++ b/modules/postfix/templates/sympa_aliases @@ -0,0 +1,5 @@ +# everything is handled with transports in postfix, +# 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 %> + -- cgit v1.2.1