After mor digging around I started suspecting the .forward file...or the lack of having one. I tried adding one with |/usr/bin/procmail -p to it but all that does is produce bounced email saying that procmail isn't available because of smrsh. I'm going to assume I simply don't need the .forward file unless one of you tell me otherwise.

--Tony

Tony Bibbs wrote:
RH7.3 box running procmail. Configured tmda per the instructions but just in case here are the relevant settings:

~/.tmda/config
----------------

MAIL_TRANSFER_AGENT = "sendmail"
RECIPIENT_DELIMITER = "+"
DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda"

In reading list archives i'm confused on what goes in .procmailrc and .procmailrc-tmda. Clarification is appreciated. Right now I have an empty .procmailrc-tmda. In .procmailrc I have this:

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

:0 w
| /usr/local/src/tmda-0.80/bin/tmda-filter

EXITCODE=$?
DEFAULT=/dev/null

Sending a messag to myself produces an EX_TEMPFAIL error in maillog. So I check out contents of procmail.log:

procmail: [28808] Thu Jul 10 22:07:03 2003
procmail: Assigning "LOGABSTRACT=all"
procmail: Assigning "EXTENSION="
procmail: No match on "."
procmail: Assigning "[EMAIL PROTECTED]"
procmail: Executing "formail -x Return-Path | sed 's/[<>]//g;s/^[ ]*//'"
procmail: [28808] Thu Jul 10 22:07:04 2003
procmail: Assigning "[EMAIL PROTECTED]"
procmail: Executing "/usr/local/src/tmda-0.80/bin/tmda-filter"
procmail: [28808] Thu Jul 10 22:07:05 2003
procmail: Program failure (75) of "/usr/local/src/tmda-0.80/bin/tmda-filter"
procmail: Assigning "LASTFOLDER=/usr/local/src/tmda-0.80/bin/tmda-filter"
procmail: Assigning "EXITCODE=75"
procmail: Assigning "DEFAULT=/dev/null"
procmail: Assigning "LASTFOLDER=/dev/null"
procmail: Opening "/dev/null"
procmail: Notified comsat: "[EMAIL PROTECTED]:/dev/null"
From [EMAIL PROTECTED] Thu Jul 10 22:06:46 2003
Subject: testing
Folder: /dev/null


Am I missing something obvious?

--Tony

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


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

Reply via email to