diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-07 21:01:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-07 21:01:11 -0300 |
commit | ea04126f62796c6a8d21aeda4a9c2db4b11ae659 (patch) | |
tree | 3d1606e872e0364785c3c082b69b303479e56808 /templates/postfix/mlmmj/virtual_regexp.erb | |
parent | 15a98e434860aa5211447c6b0f4dbabed287c65c (diff) | |
download | puppet-mail-ea04126f62796c6a8d21aeda4a9c2db4b11ae659.tar.gz puppet-mail-ea04126f62796c6a8d21aeda4a9c2db4b11ae659.tar.bz2 |
Adding mail::mlmmj::list
Diffstat (limited to 'templates/postfix/mlmmj/virtual_regexp.erb')
-rw-r--r-- | templates/postfix/mlmmj/virtual_regexp.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/postfix/mlmmj/virtual_regexp.erb b/templates/postfix/mlmmj/virtual_regexp.erb index a500819..77811dd 100644 --- a/templates/postfix/mlmmj/virtual_regexp.erb +++ b/templates/postfix/mlmmj/virtual_regexp.erb @@ -1 +1 @@ -/^(.*)\@<%= mlmmj_subdomain.gsub(/\./, '\.') %>\.(.*)$/ $1@$2 +/^(.*)\@<%= mlmmj_subdomain.gsub(/\./, '\.') %>\.(.*)$/ ${1} |