Ok. I'm lost as to what is going on here. Running TMDA 0.80, and I've noticed lately that the confirmation messages people send to get on my whitelist automatically are not resolving into TMDA correctly. For example, I did a test, and got a confirmation request that said to reply to [EMAIL PROTECTED], so I did. THAT REPLY created a confirmation request! And the origonal message was not released, and the user was not whitelisted.
I'm lost. Whats wrong? My system uses a global /etc/tmdarc, with the user customized options in ~/.tmda/config. Here's each file: /etc/tmdarc CGI_ACTIVE = 1 CGI_URL = "http://shortcircuit.dyndns.org/cgi-bin/tmda.cgi" CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/whitelist") DELIVERY = "/var/spool/mail/%s" % os.environ["USER"] FILTER_INCOMING = os.path.expanduser("~/.tmda/filters/incoming") FILTER_OUTGOING = os.path.expanduser("~/.tmda/filters/outgoing") HOSTNAME = "shortcircuit.dyndns.org" LOGFILE_DEBUG = os.path.expanduser("~/.tmda/logs/debug") LOGFILE_INCOMING = os.path.expanduser("~/.tmda/logs/incoming") LOGFILE_OUTGOING = os.path.expanduser("~/.tmda/logs/outgoing") MAIL_TRANSFER_AGENT = "exim" MYSQL_ENABLED = 1 MYSQL_DATABASE = "tmda" MYSQL_HOST = "localhost" # Username and password are assigned per user, and should be included # in your ~/.tmda/config file PENDING_BLACKLIST_APPEND = os.path.expanduser("~/.tmda/lists/blacklist") PENDING_WHITELIST_APPEND = os.path.expanduser("~/.tmda/lists/whitelist") PENDING_CLEANUP_ODDS = 0.50 PENDING_LIFETIME = "14d" # 14 days before a message is deleted from pending cache. RECIPIENT_DELIMITER = "+" USRVIRTUALDOMAINS = 0 ~/.tmda/config MYSQL_USER="<blanked>" MYSQL_PASSWORD="<blanked>" TEMPLATE_DIR="/home/dan/.tmda/template" Am I missing something somewhere? Why are auto-replys not working? OH, BTW. Can I make a feature request? It's nice to be able to read addresses from a mysql database, but newly whitelisted addresses (be it auto whitelisted, manually through tmda-pending, or manually through tmda-cgi) always go into the text file. Can we get a way to add directly to the MySQL database table? Thanks! --- Dan _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
