|
|
1.1 root 1: # case conversion for postmaster
2: pOsTmAsTeR alias postmaster
3:
4: # local mail
5: [^!@]+ translate "exec translate '&'"
6: local!([^!@]+) >> /usr/spool/mail/\1
7: \l!(.+) alias \1
8:
9: # convert @ format to ! format
10: ([^!]+)@([^!@]+) alias \2!\1
11:
12: # domain names meaning att or uucp
13: lc\.att\.com\.?!(.+) alias trevor!\1
14: ([^!.]+)\.lc\.att\.com\.?!(.+) alias \1!\2
15: (([^!])+\.)?garage\.att\.com!(.+) alias garage!&
16: ([^!.]+)\.(att\.com|uucp)!(.+) alias \1!\3
17: ([^!.]+)\.(mercury|astro|phone|research)(\.nj)?\.att\.com\.?!(.+) alias \1!\4
18: # tmp until mercury get their sendmails together
19: ([^!.]+)\.research\.mercury(\.nj)?\.att\.com\.?!(.+) alias \1!\3
20: ([^!.]+)\.research!(.+) alias \1!\2
21:
22: # network gateways
23: (csnet|bitnet)!(.+) alias inet!&
24: uucp!(.+) alias \1
25: uunet!(.+) alias uunet.uu.net!\1
26: mcvax!(.+) alias uunet.uu.net!&
27: [!^]+\.oz!.+ alias uunet.uu.net!&
28: (acsnet|oz)!(.+) alias uunet.uu.net!\2
29:
30: # real networks
31: #([^!]+wisc\.edu)!(.+) | "exec /usr/lib/upas/route.xunet '\s' '\1'" "'\2'"
32: #([^!]+uiuc\.edu)!(.+) | "exec /usr/lib/upas/route.xunet '\s' '\1'" "'\2'"
33: #(pyxis|pyxis.att.com)!(.+) | " exec /usr/lib/upas/route.pyxis '\s'" "'\2'"
34: \[([^!]+)\]!(.+) | "exec /usr/lib/upas/route.ip '\s' '\1'" "'\2'"
35: ([^!]+\.att\.com)!(.+) | "exec /usr/lib/upas/route '\s' '\1'" "'\2'"
36: [^!]+\..* | "exec /usr/lib/upas/route '\s' inet" "'&'"
37: ([^!]+)!(.+) | "exec /usr/lib/upas/route '\s' '\1'" "'\2'"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.