summaryrefslogtreecommitdiff
path: root/templates/firma/transport_regexp.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-18 09:52:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-18 09:52:29 -0300
commit83bdfe2e56cc8c1823a3846f7a3c276770fa65d9 (patch)
treee430248a398e93edafd7b4dea73ee1dbbbeb9f40 /templates/firma/transport_regexp.erb
parent0fae80a1a028a20bfe2b133995d60b2cb29bde4a (diff)
downloadpuppet-mail-83bdfe2e56cc8c1823a3846f7a3c276770fa65d9.tar.gz
puppet-mail-83bdfe2e56cc8c1823a3846f7a3c276770fa65d9.tar.bz2
Updates templates
Diffstat (limited to 'templates/firma/transport_regexp.erb')
-rw-r--r--templates/firma/transport_regexp.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/firma/transport_regexp.erb b/templates/firma/transport_regexp.erb
index fb715f5..0116fb5 100644
--- a/templates/firma/transport_regexp.erb
+++ b/templates/firma/transport_regexp.erb
@@ -1,2 +1,2 @@
-/^.*+request\@<%= subdomain.gsub(/\./, '\.') %>$/ firmarequest:
-/^.*\@<%= subdomain.gsub(/\./, '\.') %>$/ firma:
+/^.*+request\@<%= @subdomain.gsub(/\./, '\.') %>$/ firmarequest:
+/^.*\@<%= @subdomain.gsub(/\./, '\.') %>$/ firma: