This is the last part of my .procmailrc file:

# 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

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

        :0
        ! /home/sean/mbox
}


My problem is that I would like to have the rest of the rules after the line 
DEFAULT=/dev/null to still be read.

How can I have tmda confirm an address and then complete the rest of the file?   

Idealistically there would be a flag in the .procmailrc that would either confirm or 
deny the mail... then, if it was confirmed, it would carry out the rest of the 
commands.  In this example it would deliver it to both [EMAIL PROTECTED] and the local 
mailbox for sean.

Please give me some help... I am stuck.

Thanks,
Sean

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

Reply via email to