search for: ageold

Displaying 1 result from an estimated 1 matches for "ageold".

Did you mean: ageod
2004 May 21
0
voicemail removal script
...ith the additional /*/Old The script will only delete messages that have been listened to and not new ones. If you'd want to remove new unheard messages perhaps have 2 age variables, quickly delete old listened to messages and slowly delete - if at all - new unheard messages. $newage=31 $ageold=7 system('find '.$dir.'/'.$context.'/*/INBOX -name msg????.??? -mtime +'.$newage.' -exec rm {} \; -exec echo Deleted {} \;'); system('find '.$dir.'/'.$context.'/*/Old -name msg????.??? -mtime +'.$ageold.' -exec rm {} \; -exec echo Delete...