On 3 jun 2011, at 21:07, Mike Henke wrote: > Anyone know what is wrong here? Everything seems fine and works except > after reads an email. > > running " fetchmail -vk" > > output of where error occurs: > > fetchmail: POP3> LIST 1 > fetchmail: POP3< +OK 1 545 > fetchmail: POP3> RETR 1 > fetchmail: POP3< +OK > reading message [email protected]:1 of 3 (545 octets) > #*****************Tra > ceback (most recent call last): > File "E:/Program Files/BitNami Trac Stack/python/Scripts/ > email2trac.py", line > 2380, in <module> > logger = setup_log(settings, os.path.basename(settings.project), > debug_inter > active) > File "E:/Program Files/BitNami Trac Stack/python/Scripts/ > email2trac.py", line > 2264, in setup_log > paramters.log_type = 'eventlog' > NameError: global name 'paramters' is not defined > fetchmail: MDA returned nonzero status 1 > not flushed >
Mike, This is a bug. I will fix it and release a new version.If you have problems you can always report it at: * https://subtrac.sara.nl/oss/email2trac * email it to [email protected] -- Bas van der Vlies [email protected] -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
