From: "Aaron Stone" <[EMAIL PROTECTED]> > PS - Let's clarify definitions of 'sorting' and 'filtering' since we have > two distinct stages where we want each of these to happen... > > Sorting: > Happens within DBMail. Users store a list of rules and patterns to > match against incoming messages and determine which mailbox they > get placed into. Rules may reject messages and send vacations. > > Filtering: > Happens at the MTA. Usually reserved for anti-spam and anti-virus.
OK, I'll use the term sorting then since that is what I'm looking for. Great to hear you are still progressing on this work. I really look forward to having this in place. BTW: I'm sure this is over simplistic, but is there a reason that we can't just use triggers? I know postgres supports them, and the also have built in regex, it would seem very easy to just add a trigger that says, when a message inserted into the messages table, update the folder to X if header Y is equal to Z. What am I missing here?
