On Thu, Jul 19, 2007 at 03:01:31PM -0400, Patrick Shanahan wrote:
* Eugeny N Dzhurinsky <bofh(_at_)redwerk(_dot_)com> [07-19-07 07:51]:
Is it possible to configure procmail in certain way, which will allow it to
deliver e-mail messages into both pre-configured maildir folder for certain
mailing list and to my local inbox?
I would like to have a carbon copies of all e-mails posted to certain
threads
or as replies to my emails posted into mailing list, sent to my inbox as
well.
there are man files provided with the procmail package,
man procmailrc
search for "copy"
also
man procmailex
search for "copy"
Actually the main question is how to track if the message belongs to thread, I
thought in this way:
When some message arrives to mailing list and it's from address matches my
address, I extract the Message-ID from the message and remember it somewhere
(in file?). Then when there is some message posted to mailing list and it's
In-reply-to header matches the message ID remembered previously, then I copy
this e-mail message into my mailbox and remember it's Message-ID as well, so
the file will contain set of Message-ID fields to react on.
In this way I guess it should be possible to track any thread by simply
adding Message-ID of message I interested in, to the file.
And now my question is - is there some available solution for procmail or I
have to take my hands on Perl/whatever and implement it by myself?
Thank you in advance!
____________________________________________________________
procmail mailing list Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail