aboutsummaryrefslogtreecommitdiffstats
path: root/script/alert-not-clarified-request
diff options
context:
space:
mode:
authorfrancis <francis>2008-05-21 22:37:32 +0000
committerfrancis <francis>2008-05-21 22:37:32 +0000
commit7fd83d90dc8b867e098b82d7c72d2d8029bfd479 (patch)
tree9db3b9d825f6f2bb75af3fb2f8b983eceaef5b01 /script/alert-not-clarified-request
parentc0951f93e5d33fd7158f433730fe535ad20182f4 (diff)
Show people tracking same query, when you are on search page.
Put name of admin user rather than import_csv. Send automated email to remind people to clarify their request. Send response overdue alerts multiple times for one request (if it becomes overdue again after a clarification etc.) Overdue response alert email click through shows how many days overdue it is near where you write your reply.
Diffstat (limited to 'script/alert-not-clarified-request')
-rwxr-xr-xscript/alert-not-clarified-request7
1 files changed, 7 insertions, 0 deletions
diff --git a/script/alert-not-clarified-request b/script/alert-not-clarified-request
new file mode 100755
index 000000000..ac6636dce
--- /dev/null
+++ b/script/alert-not-clarified-request
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+LOC=`dirname $0`
+
+$LOC/runner 'RequestMailer.alert_not_clarified_request'
+
+