|
|
1.1 root 1: #!/bin/sh
2: cd /usr/spool/mail
3: for i in *
4: do
5: if grep -s "^Forward to" $i
6: then
7: if /usr/lib/upas/translate $i
8: then
9: echo $i
10: fi
11: fi
12: done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.