summaryrefslogtreecommitdiff
path: root/templates/postfix/sympa/virtual_regexp.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-04-11 20:52:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-04-11 20:52:24 -0300
commit95bb0df356b27ac9eebd2dab7c12ea34281eb814 (patch)
tree60109084a49faa464960d97528d912472015b81a /templates/postfix/sympa/virtual_regexp.erb
parentf5b8ec2d957259a0c8e9213d4cdea26be4c3d498 (diff)
downloadpuppet-mail-95bb0df356b27ac9eebd2dab7c12ea34281eb814.tar.gz
puppet-mail-95bb0df356b27ac9eebd2dab7c12ea34281eb814.tar.bz2
Fixing firma and sympa virtual regexps
Diffstat (limited to 'templates/postfix/sympa/virtual_regexp.erb')
-rw-r--r--templates/postfix/sympa/virtual_regexp.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/postfix/sympa/virtual_regexp.erb b/templates/postfix/sympa/virtual_regexp.erb
index b1c1245..a2ab261 100644
--- a/templates/postfix/sympa/virtual_regexp.erb
+++ b/templates/postfix/sympa/virtual_regexp.erb
@@ -1 +1 @@
-/^(.*)-owner\@<%= sympa_subdomain.gsub(/\./, '\.') %>\.(.*)$/ $1+owner@$2
+/^(.*)-owner\@<%= sympa_subdomain.gsub(/\./, '\.') %>\.(.*)$/ $1+owner@<%= sympa_subdomain %>.$2