summaryrefslogtreecommitdiff
path: root/localkannel-dispatch
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-08 00:05:35 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-08 00:05:35 +0200
commitc3072cca6271849cebbe5d23bcff91af956159ea (patch)
tree0e1c980c49e584cd169c93f13056f9a37c13423b /localkannel-dispatch
parent248cbc59d6cb32af51ce210c2a945eaeea96bd6e (diff)
Temporarily disable REDIRECT_OK check in localkannel-dispatch.
Diffstat (limited to 'localkannel-dispatch')
-rwxr-xr-xlocalkannel-dispatch5
1 files changed, 3 insertions, 2 deletions
diff --git a/localkannel-dispatch b/localkannel-dispatch
index 7b43ff4..d478170 100755
--- a/localkannel-dispatch
+++ b/localkannel-dispatch
@@ -136,7 +136,8 @@ case "$provider" in
;;
esac
-if [ -n "$REDIRECT_OK" ]; then
+# FIXME: some safety net against abusing this imposter feature
+#if [ -n "$REDIRECT_OK" ]; then
case "$app" in
@*)
to="$(echo "$app" | perl -pe 's/^@//;' -e 's/^([^+])/+45\1/')"
@@ -145,7 +146,7 @@ case "$app" in
exit 0
;;
esac
-fi
+#fi
if [ -n "$GROUP_OK" ]; then
case "$app" in