On Wed, Sep 18, 2002 at 03:48:39AM +0200, Ren� Clerc wrote:
> * PeterKorman <[EMAIL PROTECTED]> [17-09-2002 19:21]:
>
> > I think I can correctly interpret what you said in more than 1 way.
> > So I wont try.
> >
> > given:
> > 1)message to Sally
> > 2)reply from Sally
> > 3)reply to reply from Sally.
>
> fcc-hook will store _any_ message to Sally in the folder which you
> specify (probably "sally").
that's not really useful for conversations ... you'd need for everybody
a new procmail rule ... and a fcc-hook ... and you'd end up with one
folder per person ...
> If you configure procmail correctly, it can deliver every message
> _from_ Sally in that same folder.
yes ... that is useful for people communicating with only 5-10 other
guys ...
I'd suggest the following:
- sort incoming mail using procmail as you'd also do normally
(everything coming to [EMAIL PROTECTED] goes to folder xyz and so on)
- use folder-hooks for setting record to the same folder you're
currently in
- example:
# default record location
folder-hook . set record="=sent"
# every mail sent from inside folder =xyz is saved to =xyz
folder-hook =xyz set record="=xyz"
- now when there comes a message to =xyz and you reply, your answer will
also be stored to =xyz. Mails sent from any other folder, not having
such a folder-hook are saved to =sent
Any further suggestions?
--
Christian Ordig
Germany