Commit Diff


commit - 06217430cc7a370b64f8aa9b55eff77cf0c587e4
commit + 5885bf4c91b47af9d0cb5074c1873c20ccf11fed
blob - 837d28a28697d3f82cf2850fca3a4eec2cd37f6d
blob + 7b3510ac2f2bfbc48c4d157e0aa4f87503bcab8a
--- mail/lib/rewrite
+++ 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'"