diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2010-07-08 00:05:35 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2010-07-08 00:05:35 +0200 |
| commit | c3072cca6271849cebbe5d23bcff91af956159ea (patch) | |
| tree | 0e1c980c49e584cd169c93f13056f9a37c13423b | |
| parent | 248cbc59d6cb32af51ce210c2a945eaeea96bd6e (diff) | |
Temporarily disable REDIRECT_OK check in localkannel-dispatch.
| -rwxr-xr-x | localkannel-dispatch | 5 |
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 |
