Author: coar
Date: Tue Mar  9 17:07:15 2010
New Revision: 920983

URL: http://svn.apache.org/viewvc?rev=920983&view=rev
Log:
Add this so we can have the right access..

Added:
    labs/pulse/email-query/remail.sh

Added: labs/pulse/email-query/remail.sh
URL: 
http://svn.apache.org/viewvc/labs/pulse/email-query/remail.sh?rev=920983&view=auto
==============================================================================
--- labs/pulse/email-query/remail.sh (added)
+++ labs/pulse/email-query/remail.sh Tue Mar  9 17:07:15 2010
@@ -0,0 +1,16 @@
+#! /bin/bash
+#
+# Respond to a request for email list statistics.
+# Intended to be an alias target for the mail processor.
+#
+# N.B.: This script must be 6774 to the pulsestat user in order to
+# access the setup information!
+#
+RCFILE=/usr/local/labs/pulse/.pulserc
+if [ -x $RCFILE ] ; then
+    . $RCFILE
+else
+    export PULSE_DIR=/usr/local/labs/pulse
+fi
+
+$PULSE_DIR/email-query/listex-report.pl



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to