#!/bin/bash
# $Header: /cvs/WebShield/wsrc/files/mgmt/update_spam_now,v 1.2 2004/02/02 14:19:15 bwhittak Exp $
#
# (C) Copyright Network Associates Inc. 2001
#
if [ -f $NETAWSS/.profile.vars ]; then
    . $NETAWSS/.profile.vars
else
    . /var/NAIENV/.profile.vars
fi
[[ "$PATH" == "$wsPATH":* || -z "$wsPATH" ]] || PATH=$wsPATH:$PATH

shopt -s extglob

# Kick off the update in background
kick-spam-update "$@" </dev/null >/dev/null 2>&1 &
exit
