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