From 7fd83d90dc8b867e098b82d7c72d2d8029bfd479 Mon Sep 17 00:00:00 2001 From: francis Date: Wed, 21 May 2008 22:37:32 +0000 Subject: 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. --- script/alert-not-clarified-request | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 script/alert-not-clarified-request (limited to 'script/alert-not-clarified-request') 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' + + -- cgit v1.2.3