[97434] in RedHat Linux List

home help back first fref pref prev next nref lref last post

Re: Pine setup

daemon@ATHENA.MIT.EDU (Zoki)
Tue Nov 3 09:06:32 1998

Date: Tue, 3 Nov 1998 09:23:04 +0100 (CET)
From: Zoki <zokiphoto@magic.fr>
To: RedHat Mailing List <redhat-list@redhat.com>
In-Reply-To: <Pine.LNX.3.96.981103140723.3728B-100000@network2.cs.usm.my>
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com

On Tue, 3 Nov 1998, Ronnie Thum wrote:

->How can I set up Pine 3.96 to put mails from the RedHat list to a
->specified folder. eg. RedHat ?

<snip>


*** If I understand well, you want to setup some sort of filter that will
pick-out specific mail and copy it to a specific folder!?

You'll have to use procmail, a bastard of a mail filtering proggy to
understand at first but once it works you can't seem to understand how you
could've lived until now without it. Use the examples from may
.procmailrc, a text file to be created by a texteditor and to be put in
your /$HOME dir:

# Standard forwarding procmail script
PATH=:/bin:/usr/bin:/usr/sbin
LOGFILE=$HOME/.proclog

# Forward mailinglist messages to the corresponding folders

:0
* ^X-Loop.*redhat-list@redhat.com.*
/home/zokiphoto/mail/1_redhatIN

	--> The best way to filter mailinglists is to filter it on the
X-Loop. See also man procmail & man procmailrcex. The first line is the
filter rool, the second is the destination


:0:
* ^From.*tips@tipworld.com
/home/zokiphoto/mail/5_computersIN

:0:
* ^(From|Cc|To|X-Loop).*applix@suse.com.*
/home/zokiphoto/mail/applix
	--> If you're not sure what to filter on, use this one


# Use this for incidental filtering of OFF-TOPICS

# :0:
# * ^X-Loop.*name list.*
# * ^Subject<.*subject.*>
# /dev/null
	--> Change name list & subject to the info you want to filter on.

Have fun,
Zoki.
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
ZOKImage Paris
	Creation d'images est traitement numerique
			Image creation & digital tweaking
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/

Mailed with Linux and Pine.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
		http://www.redhat.com http://archive.redhat.com
         To unsubscribe: mail redhat-list-request@redhat.com with 
                       "unsubscribe" as the Subject.


home help back first fref pref prev next nref lref last post