richard(_at_)aosoft(_dot_)com writes:
The problem that i am having with procmail is that when
i send a message to a user with .forward and .procmailrc
in the home directory, and i send a message to that user
from another user with pine. I get the following message
scrolling out on my screen when i send the message, even
before i exit pine. Why does procmail issue these assignments
to the screen?? I have another system which doesn't do it
and I can't see why! what am i missing. ANY help will be
greatly appreciated :)
It looks like your procmail was compiled with "console" defined. Here's
the blurb in config.h:
/*#define console "/dev/console" /* uncomment if you want procmail to
use the console (or any other
terminal or file) to print any error messages that could not be dumped
in the "logfile"; only recommended for debugging purposes, if you have
trouble creating a "logfile" or suspect that the trouble starts before
procmail can interpret any rcfile or arguments. */
You'll need to recompile procmail with that commented out again to fix
this.
Philip Guenther