summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-04-07 16:58:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-04-07 16:58:21 -0300
commit7370469dcd758bb2a32a489f310d4eb3a7a72505 (patch)
treef1bec2c681f3b40511fb652ed0ff379690182da4 /templates
parentabde7b02cea3685b2bb47680c28903e4ef09d17c (diff)
downloadpuppet-mail-7370469dcd758bb2a32a489f310d4eb3a7a72505.tar.gz
puppet-mail-7370469dcd758bb2a32a489f310d4eb3a7a72505.tar.bz2
Fixing mlmmj virtual regexp
Diffstat (limited to 'templates')
-rw-r--r--templates/postfix/mlmmj/virtual_regexp.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/postfix/mlmmj/virtual_regexp.erb b/templates/postfix/mlmmj/virtual_regexp.erb
index 77811dd..a500819 100644
--- a/templates/postfix/mlmmj/virtual_regexp.erb
+++ b/templates/postfix/mlmmj/virtual_regexp.erb
@@ -1 +1 @@
-/^(.*)\@<%= mlmmj_subdomain.gsub(/\./, '\.') %>\.(.*)$/ ${1}
+/^(.*)\@<%= mlmmj_subdomain.gsub(/\./, '\.') %>\.(.*)$/ $1@$2