procmail
[Top] [All Lists]

Re: Two Incoming Folders

1999-07-14 13:19:19
On Wed, 14 Jul 1999, JT wrote:

If a message matches a recipe, how can I specify two local folders
to save it to?  (I want to archive the message, but also have it
appear in my incoming mail for me to read..)

This should be a FAQ somewhere :)


Depending on which is easier for you to understand,
-----------------------------
# make a copy to archive-folder, let processing continue
:0c:
* conditions
archive-folder

-----------------------------
# make a copy to archive-folder and explicitly save to $DEFAULT
# (typically your INBOX); see below
:0c:
* conditions
archive-folder

:0:
* conditions
$DEFAULT

-----------------------------
# make a copy, then explicitly save to $DEFAULT; better version of
# above recipe
:0c:
* conditions
archive-folder

  :0A:
  $DEFAULT

-jeff
-- 
   Burns: Hmm...who's that goat-legged fellow?  I like the cut of his jib.
Smithers: Er, Prince of Darkness, sir.  He's your eleven o'clock.

<Prev in Thread] Current Thread [Next in Thread>