if somebody has a quick answer to this, it might save me a little time.. I use procmail, but the way I am calling it (I think), it reads the /etc/procmailrc before it looks for /home/user/.procmailrc. What I want is to read the users file first, and if it isn't there, read the global one. This is my .forward ---- "|IFS=' ' && exec /usr/local/bin/procmail -f $p&&exec $p -Yf-||exit 75 #thowe" ---- Anybody know what has to change? TimH
