Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (115 - 117 of 332)

Ticket Resolution Summary Owner Reporter
#131 fixed AttributeError: 'module' object has no attribute 'collapse_rfc2231_value' bas otto@…
Description

Hi,

i tried to install email2trac. But while trying

email2trac < mail.txt 
TD: new_ticket
user_dict[summary] =
user_dict[reporter] =
user_dict[owner] =
user_dict[description] =
user_dict[type] = defect
user_dict[status] =
user_dict[priority] = major
user_dict[milestone] =
user_dict[component] = test
user_dict[version] = 2.00
user_dict[keywords] =
user_dict[cc] =
TD: Message part: Content-Type: text/plain
TD:               Inline body part
TD: saving email to /tmp/tmpLj7jjn.email2trac

i got the following message in syslog an no ticked has been created:

Apr  6 17:25:52 web2 email2trac: Traceback (most recent call last):
Apr  6 17:25:52 web2 email2trac:   File "/usr/local/bin/email2trac", line 1564, in ?     tktparser.parse(sys.stdin)
Apr  6 17:25:52 web2 email2trac:   File "/usr/local/bin/email2trac", line 981, in parse     self.new_ticket(m, spam_msg)
Apr  6 17:25:52 web2 email2trac:   File "/usr/local/bin/email2trac", line 799, in new_ticket     message_parts = self.get_message_parts(msg)
Apr  6 17:25:52 web2 email2trac:   File "/usr/local/bin/email2trac", line 1136, in get_message_parts     format = email.Utils.collapse_rfc2231_value(part.get_param('Format', 'fixed')).lower()
Apr  6 17:25:52 web2 email2trac: AttributeError: 'module' object has no attribute 'collapse_rfc2231_value'

/tmp/tmp2pskyA.email2trac shows the same content as the mail.

some idea on it?

#132 fixed Just keep the latest replied message in email to the description of ticket bas dsu@…
Description

There can be many replied message (replied by some members of email loop) in email, when I send this email to Trac, all the replied message will be in description of ticket. How can I just keep the latest replied message in email to the description of new / updated ticket ? By the way, when I send email to submit Trac ticket, there seems redundant attachment named "untitled-part.html" in created ticket, how can it be removed ?

#133 fixed Emails contain an incorrect ticket URL bas thomasdn@…
Description

When receiving e-mails from email2trac the footer contains a URL to the ticket. The URL however is not valid.

Here is an example:

Ticket URL: </ticket/2201>
trac.sikkerhed.org <https://trac.sikkerhed.org/>
Sikkerhed.org ApS

The correct URL in this case is: https://trac.sikkerhed.org/ticket/2201

Note: See TracQuery for help on using queries.