diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/firma/transport_regexp.erb | 4 | ||||
-rw-r--r-- | templates/firma/virtual_regexp.erb | 2 | ||||
-rw-r--r-- | templates/mlmmj/virtual_regexp.erb | 2 | ||||
-rw-r--r-- | templates/sympa/transport_regexp.erb | 4 | ||||
-rw-r--r-- | templates/sympa/virtual_regexp.erb | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/templates/firma/transport_regexp.erb b/templates/firma/transport_regexp.erb index 27c65af..fb715f5 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: diff --git a/templates/firma/virtual_regexp.erb b/templates/firma/virtual_regexp.erb index 767f3c1..310cacd 100644 --- a/templates/firma/virtual_regexp.erb +++ b/templates/firma/virtual_regexp.erb @@ -1 +1 @@ -/^(.*)-request\@<%= subdomain.gsub(/\./, '\.') %>\.(.*)$/ $1+request@<%= subdomain %>.$2 +/^(.*)-request\@<%= subdomain.gsub(/\./, '\.') %>$/ $1+request@<%= subdomain %> 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} diff --git a/templates/sympa/transport_regexp.erb b/templates/sympa/transport_regexp.erb index 1e32e2a..6323836 100644 --- a/templates/sympa/transport_regexp.erb +++ b/templates/sympa/transport_regexp.erb @@ -1,2 +1,2 @@ -/^.*+owner\@<%= subdomain.gsub(/\./, '\.') %>\.(.*)$/ sympabounce: -/^.*\@<%= subdomain.gsub(/\./, '\.') %>\.(.*)$/ sympa: +/^.*+owner\@<%= subdomain.gsub(/\./, '\.') %>$/ sympabounce: +/^.*\@<%= subdomain.gsub(/\./, '\.') %>$/ sympa: diff --git a/templates/sympa/virtual_regexp.erb b/templates/sympa/virtual_regexp.erb index f5883d7..b82b9df 100644 --- a/templates/sympa/virtual_regexp.erb +++ b/templates/sympa/virtual_regexp.erb @@ -1 +1 @@ -/^(.*)-owner\@<%= subdomain.gsub(/\./, '\.') %>\.(.*)$/ $1+owner@<%= subdomain %>.$2 +/^(.*)-owner\@<%= subdomain.gsub(/\./, '\.') %>$/ $1+owner@<%= subdomain %> |