View | Details | Raw Unified | Return to bug 37530
Collapse All | Expand All

(-)460.status-mail-rejects Sun Apr 28 16:28:03 2002 (+3 lines)
Lines 43-48 Link Here
43
                   elif [ -f /var/log/maillog.$n.gz ]
43
                   elif [ -f /var/log/maillog.$n.gz ]
44
                   then
44
                   then
45
                       zcat -fc /var/log/maillog.$n.gz
45
                       zcat -fc /var/log/maillog.$n.gz
46
                   elif [ -f /var/log/maillog.$n.bz2 ]
47
                   then
48
                       bzcat -fc /var/log/maillog.$n.bz2
46
                   fi
49
                   fi
47
                   n=$(($n - 1))
50
                   n=$(($n - 1))
48
               done
51
               done

Return to bug 37530