Mailing List Archive

Mj2, converting from sendmail
In the Majordomo 2 integration with sendmail, per-domain virtusertables and
alias files are used, to change
foo@lists.bar.com
into
foo-lists.bar.com
for lookup (because the namespace is non-partitioned).

Given the Exim 3 director

majordomo_aliases:
driver = aliasfile
pipe_transport = address_pipe
suffix = "+*"
suffix_optional
user = lists
group = lists
domains = lsearch;/war/lists/ALIASES/mj-domains
file = /war/lists/ALIASES/mj-alias-${domain}
search_type = lsearch

...is there any way to transform the key used in the lookup first, so I
don't need to recreate all my files yet?