Just to make sure I'm on the right track here! Here's how my
database files look...does this appear to be the quickest way to
do things? In Mutt, it's fairly slow when sending, and the files
aren't really that big...

$ \ls -l | awk '{ print $5, $9 }'
17 auto_whitelist
2088 auto_whitelist.cdb
392 blacklist
2785 blacklist.cdb
1374 whitelist
5168 whitelist.cdb
295 whiteregex

Here's how my filters are "hit"

$ cat ~/.tmda/filters/incoming
from-cdb -optional ~/.tmda/lists/blacklist.cdb drop
from-file -optional -autocdb ~/.tmda/lists/blacklist drop
from-cdb -optional ~/.tmda/lists/whitelist.cdb accept
from-cdb -optional ~/.tmda/lists/auto_whitelist.cdb accept
from-file -optional ~/.tmda/lists/whiteregex accept
from-file -optional -autocdb ~/.tmda/lists/whitelist accept
from-file -optional -autocdb ~/.tmda/lists/auto_whitelist accept

$ cat ~/.tmda/filters/outgoing
to [EMAIL PROTECTED] tag
 from [EMAIL PROTECTED]
 envelope [EMAIL PROTECTED]

to-cdb -optional ~/.tmda/lists/whitelist.cdb tag
 from [EMAIL PROTECTED]

to-cdb -optional ~/.tmda/lists/auto_whitelist.cdb tag
 from [EMAIL PROTECTED]

to-cdb -optional ~/.tmda/lists/whiteregex tag
 from [EMAIL PROTECTED]

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to