Jacob Yocom-Piatt wrote: > everybody who replied CC'ed me, so i got 3 duplicate replies > since i'm subscribed to [EMAIL PROTECTED] why the CC fellas?
Add a recipe to your mailfilter; something like this:
# You don't want to miss you are CC-ed after all. You just don't want
# them in your maildir.
if (/^(Cc|To).*(misc|tech|bugs|gnats|source-changes)@/) {
to $DEFAULT/cc
}
# Han

