Re: [Mailman-Users] Rotating Archives

2004-01-13 Thread Alan Batie
y; } $clock = $clock + ($day - 1) * $sec_per_day; $clock = $clock + $hours * $sec_per_hour; $clock = $clock + $minutes * $sec_per_minute; $clock = $clock + $seconds; # calculate in the leap year fudge factors if ($year gt 1971) { $fudge_days = 0; $fudge_day

[Mailman-Users] variable substitution

2004-01-11 Thread Alan Batie
n a personalize setting, and -i won't accept it. I think personalize might be something beyond basic variable expansion anyhow. Any clue to what I'm missing? Thanks! - -- Alan Batie __alan.batie.orgMe alan at batie.org\/

[Mailman-Users] unpack tuple of wrong size

2003-08-28 Thread Alan Batie
f.__db.items() if type == rtype] ValueError: unpack tuple of wrong size I can handle basic python, but I am lost when it comes to dealing with the objects and formats... I'm assuming these lists didn't get converted properly, but I ran "withlist convert" and it seems happy wi