9 Jan
2006
9 Jan
'06
7:45 p.m.
On Mon, 2006-01-09 at 08:30 -0800, Marc Perkel wrote:
Here's what I'm thinking - one classification of email is "customers" and what I want to do is to drag an email into the customers server side folder and once I do that then any incoming email that comes from that person goes into the customers folder.
From Dovecot's side you could implement this with a plugin that hooks into copy and maybe append commands. I think dspam plugin's code could be used as an example:
http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration/alpha-4-...
Or I suppose quota plugin's code would work too.