TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:14716] mail filtering
Here's a chopped up version of my ~/.procmailrc
MAILDIR=$HOME/mail/
:0:
* ^TOtclug
tclug
:0:
* ^TOtclug-jobs
tclug-jobs
:0:
* ^From.*awebster@ringworld.org
FromAmy
#creative opensource
:0:
* ^TO.*@opensource.creative.com
creative-opensource
#work e-mail
:0:
* ^TO.andyzb@*
MnInterNet
# Some Spam Filters
:0:
* ^Subject.*free
SPAM
:0:
* ^Subject.*sex
SPAM
:0:
* ^Subject.*porn
SPAM
The basic form is
:0:
*^WhatToSearch.*searchString
FolderToStickIt (/dev/null works =)
Then just subscribe to those folders and you're off and running.
----- Original Message -----
From: "Mike Hicks" <hick0088@tc.umn.edu>
To: <tclug-list@mn-linux.org>
Sent: Wednesday, March 15, 2000 2:59 PM
Subject: Re: [TCLUG:14716] mail filtering
> "Andrew S. Zbikowski" wrote:
> >
> > procmail + imap = the bomb
> >
> > Nothing like accessing you e-mail from anywhere, allready sorted by
you're
> > filters into 15-20 folders.
>
> Could you point me to a HOWTO or something that describes how to do
> that? I already run IMAP, but I only have Netscape sorting things right
> now (so if I read my mail via mutt, nothing is sorted.. Not that mutt
> is the best IMAP client around...)
>
> --
> _ _ _ _ _ ___ _ _ _ ___ _ _ __ Murphy's law needs to be
> / \/ \(_)| ' // ._\ / - \(_)/ ./| ' /(__ repealed.
> \_||_/|_||_|_\\___/ \_-_/|_|\__\|_|_\ __)
> [ Mike Hicks | http://umn.edu/~hick0088/ | mailto:hick0088@umn.edu ]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> For additional commands, e-mail: tclug-list-help@mn-linux.org
>
>