diff options
author | rsc <devnull@localhost> | 2006-02-11 23:38:55 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-02-11 23:38:55 +0000 |
commit | b5f65921f346e6b4335f77e457ac5bcae0ab9d67 (patch) | |
tree | d85d6da9def0b62b51537bf6348b43252ad69f5f /src/cmd/upas/misc/rewrite | |
parent | e4d832222ba5519db94c7512c1fb82bd32491120 (diff) | |
download | plan9port-b5f65921f346e6b4335f77e457ac5bcae0ab9d67.tar.gz plan9port-b5f65921f346e6b4335f77e457ac5bcae0ab9d67.tar.bz2 plan9port-b5f65921f346e6b4335f77e457ac5bcae0ab9d67.zip |
various cleanup
Diffstat (limited to 'src/cmd/upas/misc/rewrite')
-rw-r--r-- | src/cmd/upas/misc/rewrite | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/upas/misc/rewrite b/src/cmd/upas/misc/rewrite index fd724eb1..a4d1719d 100644 --- a/src/cmd/upas/misc/rewrite +++ b/src/cmd/upas/misc/rewrite @@ -2,8 +2,8 @@ pOsTmAsTeR alias postmaster # local mail -[^!@]+ translate "/bin/upas/aliasmail '&'" -local!(.*) >> /mail/box/\1/mbox +[^!@]+ translate "upas/aliasmail '&'" +local!(.*) >> $PLAN9/mail/box/\1/mbox \l!(.*) alias \1 (helix|helix.bell-labs.com)!(.*) alias \2 @@ -17,4 +17,4 @@ local!(.*) >> /mail/box/\1/mbox ([^@]+)@([^@]+) alias \2!\1 # /mail/lib/remotemail will take care of gating to systems we don't know -([^!]*)!(.*) | "/mail/lib/qmail '\s' 'net!\1'" "'\2'" +([^!]*)!(.*) | "$PLAN9/mail/lib/qmail '\s' 'net!\1'" "'\2'" |