I have TMDA 0.84, Python 2.2.2 running on freebsd 5.0 release.

I am using sendmail and procmail as a delivery agent.

Everything is up and it works fine.  The only problem is that I can not seem to get my 
old entries in my .procmailrc file to execute.

******************************************************

THIS IS MY .PROCMAILRC FILE:

MAILDIR=$HOME/mail
LOGFILE=$MAILDIR/fromlog
DOMAIN=sig226.com

EXTENSION="$1"
:0
* EXTENSION ?? .
{
DELIMITER="+"
}
RECIPIENT="[EMAIL PROTECTED]"
SENDER=`formail -x Return-Path | sed 's/[<>]//g;s/^[ ]*//'`

# Uncomment this for users without valid shells.
# SHELL=/bin/sh

# Run the message through tmda-filter.
:0 w
| /usr/home/sean/tmda-0.84/bin/tmda-filter

# Take the exit code from TMDA.
EXITCODE=$?

# TMDA takes care of final delivery
# DEFAULT=/dev/null

:0c
* TO: sean@
{
        ! [EMAIL PROTECTED], [EMAIL PROTECTED]
}

***********************************************

I can't seem to get it to deliver to the other two email addresses.  It only delivers 
the message to the place listed in my DElIVERY variable.

Please help a newbie out...
Thanks.

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to