#!/bin/bash
# $Header: /cvs/WebShield/wsrc/files/mgmt/systemservices.d/Attic/01_spamsanity,v 1.1 2004/04/22 08:36:52 bwhittak Exp $
#
# Copyright (C) 2004 Networks Associates Technology Inc. All Rights Reserved
#
#
if [ -f $NETAWSS/.profile.vars ]; then 
 . $NETAWSS/.profile.vars 
else 
 . /var/NAIENV/.profile.vars 
fi 
PATH=$wsPATH:$PATH

$WSMGMT/spamkiller_eval_monitor.py sanitycheck
