I'm having a situation where legitimate addresses are getting added to the blacklist. The only reason I could think of that this may be happening is that it is an instance where I have released a message, and the confirmation was never received. Should these addresses be getting added to the blacklist in this instance? If so, will this be getting fixed? I'm using 1.0 currently. If I have diagnosed the possible cause incorrectly, then I am lost. Any insight would be appreciated.


[EMAIL PROTECTED]:~/.tmda] more filters/incoming ### ~/.tmda/filters/incoming (first match wins) ###

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

# Accept all messages to postmistress
# to [EMAIL PROTECTED] accept

# Bounce all messages from badboy.dom
# from [EMAIL PROTECTED] bounce

# Accept all messages from mycorp.dom
# from [EMAIL PROTECTED] ok

# Include my blacklist and whitelist
# from-dbm ~/.tmda/lists/blacklist.db drop
# from-cdb ~/.tmda/lists/whitelist.cdb accept
# from-file -autodbm ~/.tmda/lists/nastygrams bounce
# from-file -autocdb ~/.tmda/lists/confirmed ok
from-file ~/.tmda/lists/blacklist bounce
from-file ~/.tmda/lists/whitelist_wildcards accept
from-file ~/.tmda/lists/whitelist ok
from-file ~/.tmda/lists/confirmed ok
from-file ~/.tmda/lists/released ok

# Mailman mailing list subscribers and digest subscribers
# from-mailman -attr=members ~mailman/lists/viewnet-news ok
# from-mailman -attr=digest_members ~mailman/lists/viewnet-news ok

[EMAIL PROTECTED]:~/.tmda] grep APPEND config
CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")
PENDING_RELEASE_APPEND = os.path.expanduser("~/.tmda/lists/released")
PENDING_BLACKLIST_APPEND = os.path.expanduser("~/.tmda/lists/blacklist")
PENDING_DELETE_APPEND = os.path.expanduser("~/.tmda/lists/blacklist")

[EMAIL PROTECTED]:~/.tmda] head /opt/tmda-1.0/ChangeLog
2003-12-19  Jason R. Mastaler  <[EMAIL PROTECTED]>

* TMDA 1.0 is released.

2003-12-10 Jason R. Mastaler <[EMAIL PROTECTED]>

* TMDA 0.92 is released.

2003-12-03 Jason R. Mastaler <[EMAIL PROTECTED]>


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

Reply via email to