38f2261
##############################
38f2261
# Begin procmailrc.joe file
38f2261
#
38f2261
# This is Joe's specific set of procmail
38f2261
# recipes.  It assumes that Joe has a
38f2261
# number of specific folders created
38f2261
# to which these recipes refer.  Otherwise
38f2261
# the mail cannot be sorted properly.
38f2261
#
38f2261
# First, let's define some high-level
38f2261
# folder macros to save typing later on.
38f2261
# The ALERTSBOX points to the
38f2261
# folder where we'll sort out various
38f2261
# incoming news alerts.
38f2261
# The LISTSBOX will point to a
38f2261
# folder where we'll sort out various
38f2261
# list services to which we're subscribed.
38f2261
#
38f2261
# Both ALERTSBOX and LISTSBOX
38f2261
# are subfolders of a generic folder called,
38f2261
# duh, Folders, which is right off the
38f2261
# user's INBOX.
38f2261
#
38f2261
# So if a Linux-kernel message comes in
38f2261
# it gets deposited in the folder
38f2261
# Folders/Lists/Linux_Kernel which is
38f2261
# represented in Cyrus IMAP terms as
38f2261
# user.Joe.Folders.Lists.Linux_kernel
38f2261
#
38f2261
38f2261
############################
38f2261
# Put anchordesk alerts in news alerts folder
38f2261
38f2261
:0:$LOGNAME.lock
38f2261
* ^From:.*anchordesk
38f2261
| $DELIVERTO $ALERTSBOX.News-Alerts
38f2261
38f2261
# Put NC World alerts in their own folder
38f2261
38f2261
:0:$LOGNAME.lock
38f2261
* ^From:.*NCWorld@FDDS.com
38f2261
| $DELIVERTO $ALERTSBOX.NCWorld-Alerts
38f2261
38f2261
#############################
38f2261
# List processing & Misc Alerts
38f2261
38f2261
:0:$LOGNAME.lock
38f2261
* (^Cc:|^CC:|^To:|^Sender:).*linux-kernel@vger.rutgers.edu
38f2261
| $DELIVERTO $LISTSBOX.Linux_Kernel
38f2261
38f2261
:0:$LOGNAME.lock
38f2261
* (^Cc:|^CC:|^To:|^Sender:).*linux-net@vger.rutgers.edu
38f2261
| $DELIVERTO $LISTSBOX.Linux_Net
38f2261
38f2261
#
38f2261
# End of procmailrc.joe file
38f2261
##############################
38f2261