# Route all mail from Jim Shankland or Laura Enz to +wordy folder;
# also tell Mark about them so he can check when he has time:
from,shank@foo.com,|,R,
   "/bin/echo \"Mail ($(size) characters!) from Jim Shankland.\" |
   /bin/mail markw"
from,shank@foo.com,^,A,"/\f(CIx\fP/\f(CIy\fP/rcvstore +wordy"
from,enz@usnd.edu,|,R,
   "/bin/echo \"Mail ($(size) characters!) from Laura Enz.\" |
   /bin/mail markw"
from,enz@usnd.edu,^,A,"/\f(CIx\fR/\f(CIy\fP/rcvstore +wordy"
# Send first 200 lines of undelivered mail to roady.
# Don't mark it delivered, so it'll also go to lines below:
default,-,|,R,
    "/\f(CIx\fP/\f(CIy\fP/mhl -form mhl.roady -nomoreproc |
    /bin/sed -e 200q |
    /\f(CIx\fP/\f(CIy\fP/rcvdist rhonda@roady.rspx.com"
# Send complete copy of all undelivered mail to my system mailbox:
default,-,>,?,/usr/mail/rhonda
