> It seems that anything that is not processed by the global procmailrc 
> file is processed by the local .procmailrc file. What I would like to 
> do is flag a few users only and send them to the their users .procmailrc
> file. Kind of the reverse of the normal.
> 
> If I had to improvise;
> 
> :0
> * [EMAIL PROTECTED]
> What to put here to send to home .procmailrc
> 
> :0
> * ^To.*anyoneelse
> /var/mail/$LOGNAME

I may have found a solution here. It is possible to direct the email
back through procmail again, using the -m  option to use the 
private rc file;

:0
* [EMAIL PROTECTED]
|/usr/local/bin/procmail -m /usr/david/.procmailrc

the man page states;

     -m   Turns procmail into a general purpose mail filter.

seems to work. 
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to