toops - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 5885bf4c91b47af9d0cb5074c1873c20ccf11fed
DIR parent 06217430cc7a370b64f8aa9b55eff77cf0c587e4
HTML Author: rsc <devnull@localhost>
Date: Fri, 30 Jun 2006 16:03:06 +0000
oops
Diffstat:
M mail/lib/rewrite | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
DIR diff --git a/mail/lib/rewrite b/mail/lib/rewrite
t@@ -24,8 +24,5 @@ local!(.*) alias \1@swtch.com
([^@]+)@([^@]+)@(.+) alias \2!\1@\3
([^@]+)@([^@]+) alias \2!\1
-# send swtch.com mail separately to appease mail avenger
-(swtch.com)!(.*) | "$PLAN9/mail/lib/qmail '\s' 'swtch.com'" "'\2@\1'"
-
# send all mail to the gateway or mail server, $smtp, for delivery
-([^!]*)!(.*) | "$PLAN9/mail/lib/qmail '\s' 'holo.morphisms.net'" "'\2@\1'"
+([^!]*)!(.*) | "$PLAN9/mail/lib/qmail '\s' 'YOUR.MAIL.GATEWAY'" "'\2@\1'"