I *can* successfully sort and forward incoming email to others.
I *can* successfully sort and forward incoming email to folders.
I *cannot* reply to an incoming email with a prepared file AT ALL.
Here is my .forward file:
"|IFS=' ' && exec /usr/local/bin/procmail -f- || exit 75 #kipstips"
Here is my .procmailrc file:
PATH=/usr/sbin:/usr/lib:/usr/bin:/usr/local/bin:/usr/contrib/bin
MAILDIR=$HOME/mail
LOGFILE=$HOME/.procmail/log
FILEDIR=$HOME/fserve
:0 w c
* ^Subject:.*1250
* !^FROM_DAEMON
| ( formail -rI"Subject: EON 2000 Info" \
-I"From: J.R. Stone <kipstips(_at_)io(_dot_)com>" ; cat $FILEDIR/info.txt ) \
| $SENDMAIL -t
Here is what gets reported in my .procmail/log file:
From eon2000(_at_)io(_dot_)com Tue Sep 17 22:39:38 1996
Subject: 1250
Folder: ( formail -rI"Subject: EON 2000 Info" \ -I"From: J.R. Stone 747
And *nothing* ** ever ** gets delivered to the requestor!
Oh, yes, and my 'home' directory is permissioned 'world-readable' and my
.forward and .procmailrc files are likewise permissioned 'world-readable.'