I am trying to get tmca configured on my Solaris 8 (SPARC)
machine.  I have setup a -tmda account for testing.  I have
sent two emails to the account and they are both in the qmail
queues.  I am at a lose for what to do...  

Here is my .qmail-tmda:
-------------------------------------------------------------
!preline /usr/local/tmda-0.68/bin/tmda-filter
./Mailbox/

Here is my ~/.tmda/config
-------------------------------------------------------------
CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
BARE_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
LOGFILE_DEBUG = os.path.expanduser("~/.tmda/logs/debug")
LOGFILE_INCOMING = os.path.expanduser("~/.tmda/logs/incoming")

And here is my ~/.tmda/filters/incoming
-------------------------------------------------------------

### ~/.tmda/filters/incoming (first match wins) ###

# Accept all bounces (messages with an empty envelope sender)
from <> ok

# Include my blacklist and whitelist
from-file -autodbm ~/.tmda/lists/blacklist drop
from-file -autodbm ~/.tmda/lists/whitelist accept
from-file -autodbm ~/.tmda/lists/confirmed ok

# Examine the message content
body "viagra|ginseng" confirm
headers 'Precedence:.*junk' reject
headers -case 'MAKE MONEY FAST' drop


Any and all input will be much appreciated!!!!!

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

Reply via email to