From 5885bf4c91b47af9d0cb5074c1873c20ccf11fed Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 30 Jun 2006 16:03:06 +0000 Subject: oops --- mail/lib/rewrite | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mail') diff --git a/mail/lib/rewrite b/mail/lib/rewrite index 837d28a2..7b3510ac 100755 --- a/mail/lib/rewrite +++ b/mail/lib/rewrite @@ -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'" -- cgit v1.2.3