mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
oops
This commit is contained in:
parent
06217430cc
commit
5885bf4c91
1 changed files with 1 additions and 4 deletions
|
@ -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'"
|
||||
|
|
Loading…
Reference in a new issue