W. Wesley Groleau asked,
| Does this look correct?
Nope.
| The comsat line and then changing exitcode to zero is what seems peculiar
| to me.
You asked procmail to save the message to $MAILDIR/EXITCODE=67. It did, so
it notified comsat of the delivery and reported success.
| procmail: Match on "^Subject: Re: Computer Trespass"
| procmail: Assigning "LASTFOLDER=EXITCODE=67"
| procmail: Opening "EXITCODE=67"
| procmail: Acquiring kernel-lock
| procmail: Notified comsat:
"wwgrol(_at_)64416:/usr/home/wwgrol/Mail/EXITCODE=67"
| procmail: Assigning "EXITCODE=0"
|
| The recipe is
|
| :0
| * condition(s) withheld in case the bomber reads this list :-)
| EXITCODE=67
Try
:0
* conditions
{ EXITCODE=67 }
And WWesley -- welcome to the club. Just about everyone who has attempted
anything at all complex with procmail has made that mistake. [I know I
have.]