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?