zsh-workers
 help / color / mirror / code / Atom feed
From: Geoff Wing <mason@werple.mira.net.au>
To: zsh-workers@math.gatech.edu
Subject: Re: procmail recipes
Date: Fri, 19 May 1995 15:44:42 +1000 (EST)	[thread overview]
Message-ID: <199505190544.PAA16613@werple03.mira.net.au> (raw)
In-Reply-To: <9505182152.AA08445@redwood.skiles.gatech.edu> from "Richard Coleman" at May 18, 95 05:52:49 pm

:> RC> :0 w: zsh-announce/$LOCKEXT
:> RC> * ^Resent-from: *zsh-announce
:> RC> | rcvstore +zsh-announce              <<<<----
:> I gather you're filtering the mail through some external program (rcvstore)
:> we don't have. Why? If you have time, can you explain a bit more what the
:> above recipe accomplishes?
:Rcvstore is a program that comes with the mh mail system.  This is only 
:necessary if you are using the mh mail system.  Mh and procmail work very
[...deleted...]
:In mh, a folder is actually a directory and mail messages are keep in 
:individual
:files, rather than concatenating them together.  Sometimes this is a problem
[...deleted...]

If you want store in individual files, but not use the rcvstore program, you
might try the following procmailrc recipes, which store the lists in
3 different directories. Each message is stored as its message number.

:0: 				# Zsh announce mailing list
* ^Resent-Sender: zsh
* ^X-Mailing-List: <zsh-announce.*\/[0-9]+
zsh-announce/$MATCH

:0: 				# Zsh users mailing list
* ^Resent-Sender: zsh
* ^X-Mailing-List: <zsh-users.*\/[0-9]+
zsh-users/$MATCH

:0: 				# Zsh workers mailing list
* ^Resent-Sender: zsh
* ^X-Mailing-List: <zsh-workers.*\/[0-9]+
zsh-workers/$MATCH

-- 
Mason [G.C.W]  mason@werple.mira.net.au     Hurt...Agony...Pain...LOVE-IT


  reply	other threads:[~1995-05-19  5:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <9505180204.AA00391@redwood.skiles.gatech.edu>
1995-05-18 16:30 ` new zsh mailing list up and running Mark Borges
1995-05-18 21:52   ` Richard Coleman
1995-05-19  5:44     ` Geoff Wing [this message]
1995-05-20 16:49       ` Deliver script (was Re: procmail) Chip Salzenberg
1995-12-04 15:01       ` problems with $WATCH / $WATCHFMT Matt Chidambaram
1995-12-04 16:53         ` Zoltan Hidvegi
1995-12-04 17:12         ` Peter Stephenson
1995-05-19  7:07     ` new zsh mailing list up and running Samuel Tardieu
1995-05-19  9:51     ` Martin Hamilton

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=199505190544.PAA16613@werple03.mira.net.au \
    --to=mason@werple.mira.net.au \
    --cc=zsh-workers@math.gatech.edu \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).