if    spell_ok  apache;  then
  LOC="/usr/share/httpd/htdocs/squirrelmail/plugins/"
elif  spell_ok  apache-mod_ssl;  then
  LOC="/usr/share/httpsd/htdocs/squirrelmail/plugins/"
elif  spell_ok  apache2;  then
  LOC="/usr/share/apache2/htdocs/squirrelmail/plugins/"
fi  &&

if [ "$LOC" == "" ]; then
  message  "${MESSAGE_COLOR}Unable to find apache or apache2 installed"  \
           "version...$SPELL cast aborded.${DEFAULT_COLOR}"              &&
  return 1
fi  &&

cd  ..                                   &&
chown  -R  nobody.nogroup  block_sender  &&
mv  block_sender  $LOC
