Le lundi 16 avril 2007 à 10:31 -0600, Jim Ramsay a écrit :

> 
> Actually, there was a bug in the code.  This should have displayed
> a nicer looking error than a big ugly stacktrace.
> 
> 0.16.3 (releasing shortly) will have this issue fixed.

solve it nicely thanks. 

One more thing. When releasing a valid email by url i can count up
to ... 7 until i have a reply (try it by sending mail to
[EMAIL PROTECTED]). Top say its processor bound. My cpu is a 3
GHz xeon. Looking at the code i can't seems to see what would take so
long. I have try to do hmac calculation in python interpreter and it
takes no time. I fear that if it take 7 seconds people will lose faith.
Browsing the account with the cgi is normaly fast. 

Here is my config

 # -*- python -*-

# ~/.tmda/config
#
MAIL_TRANSFER_AGENT = "postfix"
RECIPIENT_DELIMITER = "+"
DELIVERY = "[EMAIL PROTECTED]"


BARE_APPEND = "~/.tmda/lists/whitelist"
CONFIRM_APPEND = "~/.tmda/lists/confirmed"
LOGFILE_INCOMING = "~/.tmda/incoming.log"
LOGFILE_OUTGOING = "~/.tmda/outgoing.log"

CGI_SETTINGS = "/home/tmda/.tmda/MyCGISettings"
CGI_URL = "http://filter.ohappymail.net/tmda/tmda.cgi";
TEMPLATE_DIR = "~/.tmda/templates/"

-- 
Marcel de Riedmatten

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

_____________________________________________
tmda-users mailing list (tmda-users@tmda.net)
http://tmda.net/lists/listinfo/tmda-users

Reply via email to