summaryrefslogtreecommitdiff
path: root/templates/mlmmj
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-27 16:47:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-27 16:47:54 -0300
commitf9f925230cee5c41f77357b7b1c8925e4a0caf7c (patch)
tree9232c96296e191905e494b99eeb378b2dd5b7503 /templates/mlmmj
parentba0c856f111abcb0120a5b77ecf3b137d0152100 (diff)
downloadpuppet-mail-f9f925230cee5c41f77357b7b1c8925e4a0caf7c.tar.gz
puppet-mail-f9f925230cee5c41f77357b7b1c8925e4a0caf7c.tar.bz2
Be more explicit on virtual and transport regexps and allow more virtual domains to be defined
Diffstat (limited to 'templates/mlmmj')
-rw-r--r--templates/mlmmj/virtual_regexp.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mlmmj/virtual_regexp.erb b/templates/mlmmj/virtual_regexp.erb
index 57f1a72..e93ebcd 100644
--- a/templates/mlmmj/virtual_regexp.erb
+++ b/templates/mlmmj/virtual_regexp.erb
@@ -1 +1 @@
-/^(.*)\@<%= subdomain.gsub(/\./, '\.') %>\.(.*)$/ ${1}
+/^(.*)\@<%= subdomain.gsub(/\./, '\.') %>$/ ${1}