Chuck Campbell has this code:
:0:
* ! LISTNAME ?? ^^^^
{
LOG="
--->Listname-recipe : ($LISTNAME)
"
$LISTNAME
}
and gets these errors in his log:
procmail: Extraneous locallockfile ignored
procmail: Skipped "$LISTNAME"
Chuck, first, you're asking for a local lockfile (the colon after the
zero) on a recipe whose action is to open a left brace, which makes no
sense (unless you're cloning, which you're not doing, and then you have
to supply a name for the local lockfile), so the request for a local
lockfile is extraneous, and procmail won't do it.
Second, after the LOG= assignment, you have "$LISTNAME" just hanging
there, not part of anything, so procmail skipped it.
The first is easy to cure: get rid of the second colon. The second is
not so easy; you could put an end to the error message by just removing
"$LISTNAME", but there's something you're trying to do by having it
there. Can you tell us what that is, and maybe we can figure out the
right way to get it done?
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail