[exim] Automatic aliases

Top Pagina
Delete this message
Reply to this message
Auteur: Fabio Ferrero
Datum:  
Aan: exim-users
Onderwerp: [exim] Automatic aliases
In a router I've tried this:

local_part_suffix= +${substr{6}{2}{$tod_logfile}}
local_part_suffix_optional

to accept email addressed to user+currentdayofmonth@domain
but doesn't work. The suffix never matches.

What's wrong?

Thanks.