Darrell
As follows:
PROCMAIL
# --------------------------------------
# .procmailrc
# by e-smith-procmail; it(@|.)dungog.net
# --------------------------------------
# Default Shell, Program & file locations
SHELL=/bin/bash
DEFAULT=$HOME/Maildir/
FORMAIL=/usr/bin/formail
SENDMAIL=/usr/sbin/sendmail
#some logging
VERBOSE=no
LOGFILE=$HOME/procmail.log
# BEGIN RECIPES
#start of user recipies
# ---------------------
:0
* ^TO_.*mike@edtgeit.com.au
{
:0 c
$HOME/Mail/Mike/
:0
$HOME/Mail/Mike/
}
# --------------------------
# all else goes to the inbox
:0
$DEFAULT
QMAIL
#------------------------------------------------------------
# DO NOT MODIFY THIS FILE! It is updated automatically by the
# e-smith server and gateway software. Instead, modify the source
# template in the /etc/e-smith/templates directory. For more
# information, see
http://www.e-smith.org.
#
# copyright (C) 1999-2001 e-smith, inc.
#------------------------------------------------------------
#stephen@dungog.net for e-smith-procmail
| /usr/bin/procmail ~/.procmailrc
# Vacation Message Disabled
#------------------------------------------------------------
# TEMPLATE END
#------------------------------------------------------------