On Thu, 22 Dec 2005, xavier wrote:

> the problem is that i'm trying to set VERBOSE and LOGFILE,
> so i can't use -m

You can set VERBOSE and LOGFILE on the command line.
What problem do you have with that?

Sample .procmailrc:

:0:
everything

When I do this:

$ procmail .procmailrc VERBOSE=on LOGFILE=`tty` < /tmp/mensaje

I see something like this:

procmail: [19466] Thu Dec 22 21:10:07 2005
procmail: Assigning "LOGFILE=/dev/tty6"
procmail: Opening "/dev/tty6"
procmail: Rcfile: "/home/user/.procmailrc"
procmail: Assigning "MAILDIR=/home/user"
[...]


Of course, if you set VERBOSE in .procmailrc itself, it will set a
value for such variable, and whatever value you gave on the command
line will be forgotten from that point, but that's how it is supposed
to work. A .procmailrc file is not a Makefile.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to