[PLUG] Procmail Recipe Question
Rich Shepard
rshepard at appl-ecosys.com
Sun Sep 8 13:31:18 PDT 2013
On Sun, 8 Sep 2013, Michael Rasmussen wrote:
> an `ls -l ` of the directory with the mbox files
> enough context lines of .procmailrc to see the rule for this mbox and one that works
-rw-r--r-- 1 rshepard users 174118 Nov 8 2010 GIMP
-rw-r--r-- 1 rshepard users 28683065 Sep 8 11:36 GIS
-rw-r--r-- 1 rshepard users 669262 Apr 16 12:57 INBOX
-rw-r--r-- 1 rshepard users 2895413 Sep 2 09:29 JPILOT
-rw-r--r-- 1 rshepard users 4586637 Sep 8 09:45 LYX
-rw-r--r-- 1 rshepard users 614488 Sep 5 12:38 MAILHELP
-rw-r--r-- 1 rshepard users 73749577 Sep 7 10:05 PERSONAL
-rw-r--r-- 1 rshepard users 2784435 Sep 8 11:36 PLUG
-rw-r--r-- 1 rshepard users 21011 Feb 7 2012 POSTFIX
-rw-r--r-- 1 rshepard users 786595 Sep 8 08:56 POSTGRES
-rw-r--r-- 1 rshepard users 5457957 Sep 8 11:36 PROGRAMMING
-rw-r--r-- 1 rshepard users 5626582 Sep 8 10:46 R
-rw-r--r-- 1 rshepard users 312896 Apr 12 19:07 SQL
There are more, but this is a sample of those addressed by procmail/
recipes.rc
Here're relevant recipes from that file:
# BEGIN RECIPES
# Nuke duplicate messages
#:0 Wh: msgid.lock
#| $FORMAIL -D 8192 msgid.cache
## Call SpamAssassin
:0fw: spamassassin.lock
* < 256000
| spamassassin
## Flagged as SPAM by spamassassin?
:0
* ^X-Spam-Status: Yes
/dev/null
:0:
* ^Subject: *****SPAM*****
/dev/null
:0:
* ^TO_.*rshepard at twodogs\.us
PERSONAL
:0:
* ^TO_.*RSHEPARD at TWODOGS\.US
PERSONAL
:0:
* ^TO_.*postfix-users at postfix.org
MAILHELP
:0
* ^TO_.*postfix-users at cloud9.net
MAILHELP
:0:
* ^TO_.*wxpython-users at googlegroups.com
PROGRAMMING
:0:
* ^TO_.*jpilot at jpilot.org
JPILOT
That sufficient?
Thanks,
Rich
More information about the PLUG
mailing list