I am getting an uncaught exception on delivery, can anybody tell me if they
have seen this before?  If not, I will dive into the source and see what I can
find.

Here is the debug info, and the message that is causing it (output from
Postfix/postcat), and finally my .tmda/config:


###
#       start debug log
###

Uncaught Python 2.3.3 Exception (Sun May 30 09:50:23 2004):
-----------------------------------------------------------
Traceback (most recent call last):
  File "/home/guy/tmda-1.0.3/bin/tmda-filter", line 53, in ?
    execfile(os.path.join(execdir, 'tmda-rfilter'))
  File "/home/guy/tmda-1.0.3/bin/tmda-rfilter", line 891, in ?
    main()
  File "/home/guy/tmda-1.0.3/bin/tmda-rfilter", line 887, in main
    do_default_action(default_action, 'action_incoming', bouncetext)
  File "/home/guy/tmda-1.0.3/bin/tmda-rfilter", line 471, in do_default_action
    bouncegen('request')
  File "/home/guy/tmda-1.0.3/bin/tmda-rfilter", line 691, in bouncegen
    recipient_local, recipient_domain = recipient_address.split('@', 1)
ValueError: unpack list of wrong size


###
#       start message
###

*** ENVELOPE RECORDS postfix/deferred/8/885215C67 ***
message_size:             614             171               1
arrival_time: Sun May 30 09:50:21 2004
named attribute: message_origin=local
sender: [EMAIL PROTECTED]
original recipient: guy
recipient: [EMAIL PROTECTED]
*** MESSAGE CONTENTS postfix/deferred/8/885215C67 ***
Received: by chaos.obstruction.com (Postfix, from userid 1000)
        id 885215C67; Sun, 30 May 2004 09:50:21 -0400 (EDT)
Received: by chaos.obstruction.com (tmda-sendmail, from uid 1000);
        Sun, 30 May 2004 09:50:20 -0400 (EDT)
Date: Sun, 30 May 2004 09:50:19 -0400
To: Guy Middleton <[EMAIL PROTECTED]>
Subject: one more test
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
From: Guy Middleton <[EMAIL PROTECTED]>
X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew)

with tmda 1.0.3
*** HEADER EXTRACTED postfix/deferred/8/885215C67 ***
return_receipt: 
errors_to: [EMAIL PROTECTED]
*** MESSAGE FILE END postfix/deferred/8/885215C67 ***


###
#       start .tmda/config
###

MAIL_TRANSFER_AGENT = "postfix"
RECIPIENT_DELIMITER = "-"
RECIPIENT_HEADER = 'x-original-to'
DELIVERY = "/var/mail/" + os.environ['USER']

LOGFILE_DEBUG = "/home/guy/.tmda/logs/debug"
LOGFILE_INCOMING = "/home/guy/.tmda/logs/incoming"
LOGFILE_OUTGOING = "/home/guy/.tmda/logs/outgoing"

ACTION_INCOMING = "confirm"
ACTION_OUTGOING = "bare"

BARE_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
PENDING_RELEASE_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/confirmed")

TIMEOUT = "30d"                 # for dated addresses
PENDING_LIFETIME = "14d"        # messages can live in the queue for 14 days
PENDING_CLEANUP_ODDS = 0.05     # 5% chance to clean up on each incoming message

# use domain name, not hostname
HOSTNAME = "obstruction.com"
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to