[exim] Automatic aliases

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Fabio Ferrero
Dátum:  
Címzett: exim-users
Tárgy: [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.