Hi,
First of all, thanks to qpsmtpd developer and contributor. It really
simplify my mail configuration/test about anti-spam.
I want to develop a new plugin based on the queue/maildir plugin but I
have not enough (at this time) skill in perl !
I think this plugin should help somebody else...
The idea :
I have multiple maildir mailbox, I want to deliver new mail in the
mailbox containing the previous message (reply, thread, ...).
more formal :
If the new mail contain a 'Reference' or 'In-Reply-To' header then
search in all mailbox for the 'Reference' id and deliver the message
to that mailbox.
So The user get the answer in his mailbox not in the general one ...
I need a perl method to search recursively a file containing
"Reference : xxxxxxx" or "In-Reply-To : xxxxxxxxxxx" and return the
maildir basename.
I need the $transaction method to get Reference or In-Reply-To in the
new mail.
Everything else should be writable by myself ....
Thanks for your help.
Julien.