On Thu, Aug 21, 2003 at 07:24:31AM -0500, Ben Davis wrote: > I noticed you said you used Exim filters that were pulled from dbmail's > user table. Does this mean the actual filter is stored in the db?
Yes, I added a filter column to the users table. > Also, is it possible to run a message through spamassasin and sort mail > according to the spam flag? If you're using exiscan-acl, I believe you can sort by $spam_score_int in a filter, but I haven't tried that yet. You could also sort using $spam_bar if you add an X-Spam-Score header in your data acl. xn
