I'm trying to setup TMDA for the first time. Everything seems to be working
except the confirm feature. If someone sends me an email, TMDA will respond
back with a confirmation request. If the user responds to that confirmation
request TMDA just sends the user another confirmation request.

Attached is my config and incoming filter and log. What am I doing wrong?

Thanks
Brian

-------------------------------cut-------------------------------------
# -*- python -*-

MAIL_TRANSFER_AGENT = "sendmail"
RECIPIENT_DELIMITER = "+"

DELIVERY = "/var/mail/harvell"

######################################################################

CONFIRM_ADDRESS = "[EMAIL PROTECTED]"
USERNAME = "harvell"
CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")
PENDING_RELEASE_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")
PENDING_WHITELIST_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")
LOGFILE_DEBUG = os.path.expanduser("~/.tmda/logs/debug")
LOGFILE_INCOMING = os.path.expanduser("~/.tmda/logs/incoming")
LOGFILE_OUTGOING = os.path.expanduser("~/.tmda/logs/outgoing")
TEMPLATE_DIR = os.path.expanduser("~/.tmda/templates")

-------------------------------cut-------------------------------------

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

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

# Accept all messages to postmistress
to postmistress@* accept

# Include my blacklist and whitelist
from-file -autocdb ~/.tmda/lists/confirmed ok
from-file ~/.tmda/lists/whitelist ok
from-file ~/.tmda/lists/mailinglists ok

-------------------------------cut-------------------------------------
Date: Tue Dec 17 01:08:11 EST 2002
From: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
Subj: test 80
Actn: CONFIRM action_incoming                                            (848)

Date: Tue Dec 17 01:08:11 EST 2002
From: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
Subj: test 80
Actn: CONFIRM pending 1040105291.5379.msg                                (848)

Date: Tue Dec 17 01:09:25 EST 2002
From: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
Subj: (no subject)
Actn: CONFIRM action_incoming                                            (948)

Date: Tue Dec 17 01:09:25 EST 2002
From: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
Subj: (no subject)
Actn: CONFIRM pending 1040105365.5393.msg                                (948)

-------------------------------cut-------------------------------------

Here are the headers from the confirm response.

>From [EMAIL PROTECTED]  Tue Dec 17 00:48:19 2002
Return-Path: <[EMAIL PROTECTED]>
Received: from postman4.mx.aol.com (postman4.mx.aol.com [205.188.157.131])
        by test.office.aol.com (8.11.6/8.11.6) with ESMTP id gBH5mIk05229
        for <[EMAIL PROTECTED]>; Tue, 17 Dec 2002 00:48:18 -0500 (EST)
Received: from imo-d02.mx.aol.com (imo-d02.mail.aol.com [172.18.150.226])
        by postman4.mx.aol.com (8.9.3 (PHNE_18979)/8.9.3) with ESMTP id AAA28621
        for <[EMAIL PROTECTED]>; Tue, 17 Dec 2002 
00:48:18 -0500 (EST)
From: [EMAIL PROTECTED]
Received: from [EMAIL PROTECTED]
        by imo-d02.mx.aol.com (mail_out_v34.13.) id b.d.4c6ec15 (3972)
         for <[EMAIL PROTECTED]>; Tue, 17 Dec 2002 
00:48:16 -0500 (EST)
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 17 Dec 2002 00:48:16 EST
Subject: Re: Please confirm your message
To: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Mailer: AOL 8.0 for Windows US sub 230


-- 

Brian Harvell                [EMAIL PROTECTED]             http://ToolBoy.com/
echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq'|dc




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

Reply via email to