Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (148 - 150 of 332)

Ticket Resolution Summary Owner Reporter
#166 fixed Propose using '&' instead of comma as field separator on subject line bas Dennis McRitchie <dmcr@…>
Description

Currently, fields on subject lines are separated by commas. e.g.,

Subject: This is a test ticket#?priority=minor,cc=knight,component=component1

This poses a problem when a keyword's value is itself a comma-separated list such as the 'cc' field. e.g.,

Subject: This is a test ticket#?priority=blocker,cc=knight,dmcr,component=component2

However, using '&' instead of comma as a field separator allows such specifications, and is consistent with standard web usage. e.g.,

This is a test ticket#?priority=blocker&cc=knight,dmcr&component=component2

The only change needed is on email2trac line 524:

fields = string.split(str, '&')

Dennis

#167 invalid attachments cause an infinite loop bas ubuntu@…
Description

Hi, I've been using email2trac and I absolutely love it. Thanks!

However, I've discovered a critical bug. When a user submits an attachment, email2trac gets stuck in some kind of infinite loop, and it reprocesses the email (and the attachment) dozens (or even hundreds?) of times. The attachment gets added to the ticket many, many times, and I'm forced to just delete the ticket to clear up the mess.

Has anyone else seen this?

I'm a Python developer and I'm happy to troubleshoot this problem (and submit a fix), but I need to know where to look.

email2trac gets its emails (and attachments) from fetchmail. So I guess it could be fetchmail causing the problem...(?)

If anyone else sees this please post here, so I know whether or not it's just my particular configuration...

#168 duplicate Allow excluding attachments bas otto@…
Description

Hi,

it would be nice if i could specify a list, regex or something of attachment-extensions to exclude. For example "*pgp|*exe". This way i could also disable attachments completly.

regards Otto

Note: See TracQuery for help on using queries.