#!/bin/bash
# Copyright (C) 2004 Networks Associates Technology Inc. All rights reserved.
# $Header: /cvs/WebShield/wsrc/files/mgmt/Attic/uninstall_spamkiller,v 1.1 2004/04/22 08:36:52 bwhittak Exp $

if [ -f $NETAWSS/.profile.vars ]; then
 . $NETAWSS/.profile.vars
else
 . /var/NAIENV/.profile.vars
fi

$WSMGMT/spamkiller_eval_monitor.py stop
