Ok, it's official -- I'm an idiot. The EXITCODE is set within my rc file.
Apparently, it was a code snippet I pasted in for rblcheck.
# check ip address against black list
:0
* ! ? if [ -n "$TCPREMOTEIP" ]; then $RBLCHECK -q "$TCPREMOTEIP"; fi
{
EXITCODE=100
LOGABSTRACT=all
LOG="Filter: RBL-filtered address: \"$TCPREMOTEIP\""
:0:
$FILTER_FOLDER
}
I wonder what the author of rblcheck means by exitcode 100...
On Tue, 2 May 2000, Philip Guenther wrote:
Matt Dunford <matt(_at_)stary(_dot_)zoomedia(_dot_)com> writes:
Sometimes my email returns an unknown mailer error when someone emails me.
Here is what the subject of one of those rejected emails look like:
Subject: Returned mail: unknown mailer error 100
has anyone come across an error 100 before.
I can't find that particular number anywhere -- not in the faq or the
system includes. Anyone know what this error means?
I'm running BSDi.
my .forward file:
"| IFS=' ' && exec /usr/contrib/bin/procmail -f- || exit 75 #matt"
Do you ever set EXITCODE to 100 in your .procmailrc? Given your
.forward file I would call that the only reasonable possibility.
Philip Guenther