[exim] Automatic aliases

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Fabio Ferrero
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [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.