#!/bin/sh

if [ -d /proc/`cat /var/run/popauth.watcher.pid` ]; then 
	exit 0
else
    /usr/local/scripts/hc/sendmail/popauthor.pl &
    exit 0
fi

