[exim] Automatic aliases

Pàgina inicial
Delete this message
Reply to this message
Autor: Fabio Ferrero
Data:  
A: exim-users
Assumpte: [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.