|
|
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: (_822_)!((.+)!)?([^!]+)[%@]([^!%@]+) alias \1!\2\5!\4
11: ([^!]+)[%@]([^!@%]+) alias _822_!\2!\1
12: _822_!(.+) alias \1
13:
14: # real networks
15: ([^!]+)!(.+) | "smtproute '\s' '\1'" "'\2'"
16:
17: # anything else goes to research (the default)
18: .* alias research!&
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.