Quoting Spiro Trikaliotis:
> local_part_suffix = -2006 : -2007 : -${run{/bin/date +%Y}}
Wie bereits festgestellt, wird local_part_suffix nicht expanded. Dafür
aber "condition", und da das die letzte precondition ist, ist dort
$local_part_suffix gesetzt. Also z.B. (ungetestet):
local_part_suffix = -*
condition = ${if forany {-2006 : -2007 : -${substr_0_4:$tod_logfile}}
{eq{$item}{$local_part_suffix}}}
Ob forany in 4.63 schon drin war, weiß ich nicht, kannst du aber ja
einfach mit or{eq{.... nachbauen.