3 # Run at the beginning of the month via cron, out of katie's crontab.
6 export SCRIPTVARS=/org/ftp.debian.org/katie/vars
9 ################################################################################
11 DATE=`date -d yesterday +%y%m`
13 cd /org/ftp.debian.org/mail/archive
14 for m in mail bxamail; do
19 chgrp debadmin ${m}-$DATE.gz
20 chmod 660 ${m}-$DATE.gz
24 ################################################################################