diff options
author | rsc <devnull@localhost> | 2006-06-30 16:03:06 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-06-30 16:03:06 +0000 |
commit | 5885bf4c91b47af9d0cb5074c1873c20ccf11fed (patch) | |
tree | b3c6c76e24098939a74cf4fcf5c7f03ee1382c66 | |
parent | 06217430cc7a370b64f8aa9b55eff77cf0c587e4 (diff) | |
download | plan9port-5885bf4c91b47af9d0cb5074c1873c20ccf11fed.tar.gz plan9port-5885bf4c91b47af9d0cb5074c1873c20ccf11fed.tar.bz2 plan9port-5885bf4c91b47af9d0cb5074c1873c20ccf11fed.zip |
oops
-rwxr-xr-x | mail/lib/rewrite | 5 |
1 files changed, 1 insertions, 4 deletions
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'" |