Modify ↓
#296 closed defect (fixed)
Email from OWA doesn't create ticket
Reported by: | Owned by: | Bas van der Vlies | |
---|---|---|---|
Priority: | normal | Component: | EmailtoTracScript |
Severity: | normal | Keywords: | OWA |
Cc: | Trac Release: | 0.9 |
Description
When emailing the address on my trac machine that then runs run_email2trac, I get the following error below. This error only occurs when emailing from Outlook Web Access 2003. I've tried this from two seperate OWA systems. The run_email2trac works fine when emailed from the outlook client
< luigi.etapestry.com #5.0.0 X-Postfix; Command died with status 1: "/usr/local/bin/run_email2trac". Command output: TD: saving email to /var/tmp/msg.txt TD: part1: Content-Type: text/html TD: part1: filename: None TD: this part is not multipart TD: writing part1 (/var/tmp/part1) Traceback (most recent call last): File "/usr/local/bin/email2trac", line 644, in ? tktparser.parse(sys.stdin) File "/usr/local/bin/email2trac", line 354, in parse self.description(msg,tkt, head, author, email_addr) File "/usr/local/bin/email2trac", line 420, in description mailto = self.html_mailto_link(author, email, self.to_unicode(msg['subject']), ubody_text) UnboundLocalError: local variable 'ubody_text' referenced before assignment>
Attachments (2)
Change History (6)
Changed 19 years ago by
Changed 19 years ago by
comment:1 Changed 19 years ago by
Status: | new → assigned |
---|
comment:2 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Checked out new trunk version with applied patch above and it worked.
comment:3 Changed 19 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I reopen it till i release a new version that fixes the problem. Thanks for testing
comment:4 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Is fixed in new version and trunk
Note: See
TracTickets for help on using
tickets.
This a bug, here is a small patch, fixed in trunk version: