]> git.pld-linux.org Git - packages/cyrus-imapd.git/blame - cyrus-user-procmailrc.template
- up to 2.4.13
[packages/cyrus-imapd.git] / cyrus-user-procmailrc.template
CommitLineData
21160fd9
AF
1##############################
2# Begin procmailrc.joe file
3#
4# This is Joe's specific set of procmail
5# recipes. It assumes that Joe has a
6# number of specific folders created
7# to which these recipes refer. Otherwise
8# the mail cannot be sorted properly.
9#
10# First, let's define some high-level
11# folder macros to save typing later on.
12# The ALERTSBOX points to the
13# folder where we'll sort out various
14# incoming news alerts.
15# The LISTSBOX will point to a
16# folder where we'll sort out various
17# list services to which we're subscribed.
18#
19# Both ALERTSBOX and LISTSBOX
20# are subfolders of a generic folder called,
21# duh, Folders, which is right off the
22# user's INBOX.
23#
24# So if a Linux-kernel message comes in
25# it gets deposited in the folder
26# Folders/Lists/Linux_Kernel which is
27# represented in Cyrus IMAP terms as
28# user.Joe.Folders.Lists.Linux_kernel
29#
30
31############################
32# Put anchordesk alerts in news alerts folder
33
34:0:$LOGNAME.lock
35* ^From:.*anchordesk
36| $DELIVERTO $ALERTSBOX.News-Alerts
37
38# Put NC World alerts in their own folder
39
40:0:$LOGNAME.lock
41* ^From:.*NCWorld@FDDS.com
42| $DELIVERTO $ALERTSBOX.NCWorld-Alerts
43
44#############################
45# List processing & Misc Alerts
46
47:0:$LOGNAME.lock
48* (^Cc:|^CC:|^To:|^Sender:).*linux-kernel@vger.rutgers.edu
49| $DELIVERTO $LISTSBOX.Linux_Kernel
50
51:0:$LOGNAME.lock
52* (^Cc:|^CC:|^To:|^Sender:).*linux-net@vger.rutgers.edu
53| $DELIVERTO $LISTSBOX.Linux_Net
54
55#
56# End of procmailrc.joe file
57##############################
58
This page took 0.0939680000000001 seconds and 4 git commands to generate.