Long queue ID support gotcha

2011-03-12 Thread Wietse Venema
Today I was testing an option for long Postfix queue IDs (queue file names) that won't be reused for about 30+ years. The idea is to prepend the 30 least significant bits of the time in seconds to the queue ID. For the long queue IDs I chose an encoding that packs more bits in a queue ID

Re: Long queue ID support gotcha

2011-03-12 Thread Mark Martinec
The idea is to prepend the 30 least significant bits of the time in seconds to the queue ID. Btw, 6 more hours to the next 'pretty' decimal unix timestamp: 13 Mark

Re: Long queue ID support gotcha

2011-03-12 Thread Daniel Bromberg
On 3/12/2011 7:31 PM, Wietse Venema wrote: [snip] The problem is that the larger alphabet and longer queue IDs increase the possibility that existing words will appear inside queue IDs (consider that the letters C, F, K and U are in the base 32 alphabet and that a queue ID can be 12 characters