tremotemail - 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
---
tremotemail (187B)
---
1 #!/usr/local/plan9/bin/rc
2 shift
3 sender=$1
4 shift
5 addr=$1
6 shift
7 fd=`{upas/aliasmail -f $sender}
8 switch($fd){
9 case *.*
10 ;
11 case *
12 fd=YOURDOMAIN.DOM
13 }
14 exec upas/smtp -h $fd $addr $sender $*