On Mon, Dec 10, 2012 at 02:33:56PM +0200, Nikola Petrov wrote:

> What about clients that you are doing support for?

That's so easy to handle, I'm surprised to see it asked (at least,
if you're using procmail).  You create two (or more) rc files for
procmail.  For example, I have a setup that looks something like
this:

~/.procmailrc
   .procmail/whitelist
   .procmail/definitely_spam
   .procmail/possibly_spam

Rules in the main .procmailrc are simple things like making sure the
"From " line isn't remoeved, etc., and then calling the other files
(using INCLUDERC).  Note that the whitelist is called first.....  Any
e-mail that falls through the whitelist is then subject to spam
filters, starting with definitely_spam and then moving on to
probably_spam (the way they're listed above represents the order in
which they're INCLUDERC'd in ~/.procmailrc).

If you're not using procmail, you're on your own, at least as far as
my being able to help.

Later,
   --jim

-- 
THE SCORE:  ME:  2  CANCER:  0
73 DE N5IAL (/4)          | "This 'telephone' has too many
spooky1...@gmail.com      | shortcomings to be seriously considered
< Running Mac OS X Lion > | as a means of communication.  The device
ICBM / Hurricane:         | is inherently of no value to us."
   30.44406N 86.59909W    | (Western Union internal memo, 1876)

Reply via email to