aboutsummaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorfrancis <francis>2008-02-22 01:58:36 +0000
committerfrancis <francis>2008-02-22 01:58:36 +0000
commit712200c7531958860e9a85ff812d1aea29d2fe77 (patch)
tree8c8c58657679eca7d0fb9d392cfea3638c1ece92 /script
parent6c8f0e9b5780b31ada206ec29a27d9ad7af0f226 (diff)
When a response is overdue, email the request creator to tell them so they can send a followup.
Diffstat (limited to 'script')
-rwxr-xr-xscript/alert-overdue-requests7
1 files changed, 7 insertions, 0 deletions
diff --git a/script/alert-overdue-requests b/script/alert-overdue-requests
new file mode 100755
index 000000000..e496c569a
--- /dev/null
+++ b/script/alert-overdue-requests
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+LOC=`dirname $0`
+
+$LOC/runner 'RequestMailer.alert_overdue_requests()'
+
+