Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (226 - 228 of 332)

Ticket Resolution Summary Owner Reporter
#300 fixed E-Mails with attachment doesn't work bas anonymous
Description

Creating tickets via email works but when an attachment is attached to the mail it will fail with following Tracebacks:

Traceback(most recent call last):
  File "C:/src4trac/email2trac/email2trac.py", line 2689, in <module>
    tktparser.save_email_for_debug(m, settings.project_name, True)
  File "C:/src4trac/email2trac/email2trac.py", line 566, in save_email_for_debug

    message_parts = self.get_message_parts(message)
  File "C:/src4trac/email2trac/email2trac.py", line 2062, in get_message_parts
    filename = self.check_filename_length(filename)
  File "C:/src4trac/email2trac/email2trac.py", line 716, in check_filename_lengt
h
    filemax_length = os.pathconf('/', os.pathconf_names['PC_NAME_MAX'])
AttributeError: 'module' object has no attribute 'pathconf'
fetchmail: MDA returned nonzero status 1
 not flushed

We use python 2.7 and trac 0.12.3 on a windows server 2k8. Can you tell me what I did wrong.

#4 fixed email sent to multiple recipients bas anonymous
Description

tickets created in trac get sent to user@… UNKNOWN@… and lastname@… bounces created by UNKNOWN@… cause a recursive ticket creation loop I don't know how to stop it but so far my 12 tickets have amounted to 50 I have turned off the mailserver to prevent anymore incoming tickets.

https://subtrac.sara.nl/oss/email2trac/changeset/61

#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.