|
|
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: # convert % addresses for us only.
13: ([^!]+)%([^!%]+) alias \2!\1
14:
15: # domain names meaning att or uucp
16: lc\.att\.com\.?!(.+) alias trevor!\1
17: ([^!.]+)\.lc\.att\.com\.?!(.+) alias \1!\2
18: (([^!])+\.)?garage\.att\.com!(.+) alias garage!&
19: ([^!.]+)\.(att\.com|uucp)!(.+) alias \1!\3
20: ([^!.]+)\.(mercury|astro|phone|research)(\.nj)?\.att\.com\.?!(.+) alias \1!\4
21: # tmp until mercury get their sendmails together
22: ([^!.]+)\.research\.mercury(\.nj)?\.att\.com\.?!(.+) alias \1!\3
23: ([^!.]+)\.research!(.+) alias \1!\2
24: #teni\.(.+) alias \1
25:
26: # network gateways
27: (csnet|bitnet)!(.+) alias inet!&
28: uucp!(.+) alias \1
29: uunet!(.+) alias uunet.uu.net!\1
30: mcvax!(.+) alias uunet.uu.net!&
31: [!^]+\.oz!.+ alias uunet.uu.net!&
32:
33: # real networks
34: #([^!]+wisc\.edu)!(.+) | "exec /usr/lib/upas/route.xunet '\s' '\1'" "'\2'"
35: #([^!]+uiuc\.edu)!(.+) | "exec /usr/lib/upas/route.xunet '\s' '\1'" "'\2'"
36: #(pyxis|pyxis.att.com)!(.+) | " exec /usr/lib/upas/route.pyxis '\s'" "'\2'"
37: \[([^!]+)\]!(.+) | "exec /usr/lib/upas/route.ip '\s' '\1'" "'\2'"
38: ([^!]+\.att\.com)!(.+) | "exec /usr/lib/upas/route '\s' '\1'" "'\2'"
39: [^!]+\..* | "exec /usr/lib/upas/route '\s' inet" "'&'"
40: ([^!]+)!(.+) | "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.