On Sun, 21 Feb 1999, Raider wrote:

> > I think you can do something like
> > :0
> > * some_id_string
> > | formail -ds +1 | procmail
> > so that the mails expanded by formail go through your procmail script and
> > can be filtered out then.  BICBW.  Y.
> 
>       Let's take a specific example.  So I mail to that list.  I receive
> the digest.  I know what I mailed to that list and I have a copy in the
> sent-mail folder.  So I want to forward the mails comming from me to
> /dev/null.  But this rule is valid _only_ to those lists.  Because some

(Disclaimer: what follows is completely untested. YMMV.)
in .procmailrc, put

:0
* list_id_string
| formail -ds +1 | procmail ~/.procmailrc.ml

and in .procmialrc.ml

:0
* ^From: your_mail_address
/dev/null

There's probably a much nicer solution than this somewhere, but this
should work.

> solution some time ago.  And it doesn't work because the digest doesn't
> have enough headers to put a rule with two conditions (from me and from
> the list).

Um.  It should have at least Sender:, To: and From: in place I would've
thought.

Y.

-- 
Mike <[EMAIL PROTECTED]>

QOTD:
        "It seems to me that your antenna doesn't bring in too many
        stations anymore."

Reply via email to