Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: procmail recipes
- X-seq: zsh-workers 7
- From: Geoff Wing <mason@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: procmail recipes
- Date: Fri, 19 May 1995 15:44:42 +1000 (EST)
- In-reply-to: <9505182152.AA08445@xxxxxxxxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxx Hurt...Agony...Pain...LOVE-IT
Messages sorted by:
Reverse Date,
Date,
Thread,
Author