diff options
author | francis <francis> | 2007-10-26 18:00:26 +0000 |
---|---|---|
committer | francis <francis> | 2007-10-26 18:00:26 +0000 |
commit | 60056be5c6e600880a7ee577cbc24a470f3f1119 (patch) | |
tree | 4cfcc3d898dcf084e8a73bde9027379266d2928c /script/mailin | |
parent | 7da967edae91e591d08315a386953520647440eb (diff) |
Framework for incoming messages.
Email address for public body to respond to, with hash.
Take incoming messages and route to correct info request.
Diffstat (limited to 'script/mailin')
-rwxr-xr-x | script/mailin | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/script/mailin b/script/mailin new file mode 100755 index 000000000..6411af615 --- /dev/null +++ b/script/mailin @@ -0,0 +1,7 @@ +#!/bin/bash + +LOC=`dirname $0` + +$LOC/runner 'RequestMailer.receive(STDIN.read)' + + |