# See 'man 5 maildelivery' for instructions. # Note that everything but the zrcvalert line is commented out. # dump messages addressed to bovik+junk (and consider them "delivered") # addr bovik+junk destroy ? - # forward as-yet-undelivered messages addressed to bovik+www to harry@cs # addr bovik+www | ? /usr/local/bin/resend harry@cs.cmu.edu # send zephyr notification for all as-yet-undelivered messages default - pipe R /usr/local/bin/zrcvalert $(size) # mailnotify is similar to zrcvalert, but has a few more bells and whistles. # In particular, mail to +foo gets announced with a leading "FOO:". # You'll probably want to make your own copy and remove some of my # customizations like the special cases for "HOOPS" and "XEMACS". # default - pipe R /afs/cs/user/dkindred/bin/mailnotify $(address) # forward a *copy* of all as-yet-undelivered messages to foo@bar.com # default - pipe R /usr/local/bin/resend foo@bar.com # forward all messages to qux@asdf.edu (and consider them "delivered") # * - pipe A /usr/local/bin/resend qux@asdf.edu