[exim] Automatic aliases

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Fabio Ferrero
Datum:  
To: exim-users
Betreff: [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.