Ok, I'm getting there...

Now something is wrong in my .procmailrc file

My debuglog file gets this:

Date: Sat May 31 22:04:15 PDT 2003
From: "Thomas A. Moulton" <[EMAIL PROTECTED]>
  To: [EMAIL PROTECTED]
Subj: test again
Actn: CONFIRM action_incoming
(893)

Date: Sat May 31 22:04:15 PDT 2003
From: "Thomas A. Moulton" <[EMAIL PROTECTED]>
  To: [EMAIL PROTECTED]
Subj: test again
Actn: CONFIRM pending 1054443855.14180.msg
(893)

but the messahe is bounced with this:

   ----- Transcript of session follows -----
procmail: Program failure (99) of "/usr/local/tmda/bin/tmda-filter"
554 <[EMAIL PROTECTED]>... unknown mailer error 99

and my procmailrc file has:

(cut and paste from install docs)

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

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

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

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

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

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

Reply via email to