omtidyu / omtityallu
Posted: Fri Jul 08, 2005 11:59 am
So, after a few weeks of using Scalix, our users have decided to stress the storage system (tripling the space that we used under our old system). I'm trying to tidy my INBOX using the omtidyu command, as explained on page 289 of the Administration Guide. Firstly, the document incorrectly has this command listed:
Shouldn't that be "-a 30" and not "-w 30"? According to the man page, the -a flag is for the message age. Secondly, this doesn't seem to work:
However, in my inbox, I have messages dating back to August 27, 2003 (considerably older than 30 days). What am I doing wrong? I'm not exempt from tidying according to omshowu. If I leave off the age quantifier, it seems to work:
It has been less than 30 days since we imported messages into Scalix; is there some hidden date that it uses instead of the message Date header?
Code: Select all
omditdyallu -w 30 -d 2>&1 >> $MAINTLOG
Shouldn't that be "-a 30" and not "-w 30"? According to the man page, the -a flag is for the message age. Secondly, this doesn't seem to work:
Code: Select all
omtidyu -u "Joe User" -T i -a 30
Deletable items for 'Joe User /mail,blah/CN=Joe User'
InTray: 0 messages
However, in my inbox, I have messages dating back to August 27, 2003 (considerably older than 30 days). What am I doing wrong? I'm not exempt from tidying according to omshowu. If I leave off the age quantifier, it seems to work:
Code: Select all
# omtidyu -u "Joe User" -T i
Deletable items for 'Joe User /mail,blah/CN=Joe User'
InTray: 223 messages
It has been less than 30 days since we imported messages into Scalix; is there some hidden date that it uses instead of the message Date header?