On Fri, Jul 13, 2001 at 12:00:16PM -0400, Barry A. Warsaw wrote:
> MM> How do I find which list it comes from or further debug this?
>
> Someone's got a bogus autoreply text. The syslog() calls in
> HandlerAPI.py should include the name of the list that got the
> uncaught exception. You can
The keyboard, man. Always blame it on the keyboard. ;-)
"Barry A. Warsaw" wrote:
> > "BAW" == Barry A Warsaw <[EMAIL PROTECTED]> writes:
>
> BAW> Cool. I've fixed this in the MM2.1 branch so you won't get
> BAW> more reasonable behavior.
>
> D'oh! Should read "so you will get more
> "BAW" == Barry A Warsaw <[EMAIL PROTECTED]> writes:
BAW> Cool. I've fixed this in the MM2.1 branch so you won't get
BAW> more reasonable behavior.
D'oh! Should read "so you will get more reasonable behavior".
That's what I get for trying to compose email in a XEmacs window
runn
> "MM" == Marc MERLIN <[EMAIL PROTECTED]> writes:
MM> Thankyou for emailing %listname
--^^
BTW, that's why you got the AttributeError! %l wants a Python
integer, and it was trying to coerce the SafeDict instance using int()
which (naturally) calls __int__ on
> "MM" == Marc MERLIN <[EMAIL PROTECTED]> writes:
MM> and now all is good.
Cool. I've fixed this in the MM2.1 branch so you won't get more
reasonable behavior.
-Barry
--
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.pytho
> "MM" == Marc MERLIN <[EMAIL PROTECTED]> writes:
MM> How do I find which list it comes from or further debug this?
Someone's got a bogus autoreply text. The syslog() calls in
HandlerAPI.py should include the name of the list that got the
uncaught exception. You can add this by going
My logs are being filled with:
Jul 12 12:44:02 2001 usw-sf-list1 (17423) Delivery exception: __int__
Jul 12 12:44:02 2001 usw-sf-list1 (17423) Traceback (innermost last):
File "/var/local/mailman/Mailman/Handlers/HandlerAPI.py", line 82, in do_pipel
ine
func(mlist, msg, msgdata)
File "/va