Gnus development mailing list
 help / color / mirror / Atom feed
From: Jorge Godoy <godoy@conectiva.com>
Subject: Re: Sending some messages to /dev/null
Date: 15 Jun 2000 16:43:39 -0300	[thread overview]
Message-ID: <m3g0qebuhg.fsf@dagon.conectiva> (raw)
In-Reply-To: Raymond Scholz's message of "15 Jun 2000 21:06:54 +0200"

Raymond Scholz <rscholz@tzi.de> writes:

> Jorge Godoy <godoy@conectiva.com> writes:
> 
> > While using procmail to filter my messages, I've had some addresses
> > redirected to /dev/null. How can I get the same with nnmail-split?
> 
> With nnfolder, I tried the following:
> 
> Simply establish a symbolic link from /dev/null to ~/Mail/mail.null
> (or whatever) and add this group with `G m' in the Group buffer.  
> 
> Not perfect because this gives me the message
> 
> ,----
> | File exists, but cannot be read.
> `----
> 
> on fetching new mail.  Any better solution? Hm, maybe split to a group
> with instant expiry?

Following Kai's instructions, I've converted my nnmail-split-methods
to nnmail-split-fancy and added this:


;; Message splitting
(setq nnmail-split-methods 'nnmail-split-fancy)
(setq nnmail-split-fancy 
      '(| (:nnmail-split-fancy-with-parent)
          ;; Junk mail...
          (to "ldp-br-subscribe" junk)
          (to "ldp-br-unsubscribe" junk)
          (to "ldp-br-uc" junk)
          (to "ldp-br-sc" junk)
          (to "prog-br-subscribe" junk)
          (to "prog-br-unsubscribe" junk)
          (to "prog-br-uc" junk)
          (to "prog-br-sc" junk)
          ;; Mailing lists
          ("sender" "admin-linux-br" "admin-linux-br")
                                .
                                .
                                .

          ("sender" "tex-br-owner" "tex")
          ("sender" "owner-xsl-list@mulberrytech" "xsl")
          "Default"
          )
      )


It seems to be working... ;-)


Regards,
-- 
Godoy.	<godoy@conectiva.com> 

Departamento de Publicações
Publishing Department                   Conectiva S.A.



  reply	other threads:[~2000-06-15 19:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-15 13:06 Jorge Godoy
2000-06-15 14:31 ` Kai Großjohann
2000-06-15 17:55   ` Jorge Godoy
2000-06-15 21:40     ` Kai Großjohann
2000-06-15 19:06 ` Raymond Scholz
2000-06-15 19:43   ` Jorge Godoy [this message]
2000-06-16 11:17   ` Christopher Splinter
2000-06-16 19:40     ` Raymond Scholz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3g0qebuhg.fsf@dagon.conectiva \
    --to=godoy@conectiva.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).