Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (232 - 234 of 332)

Ticket Resolution Summary Owner Reporter
#117 fixed propagate fail to calling environment bas admin-egon@…
Description

given a setup where fetchmail uses mda "...run_email2trac" the mda should give a non-zero return code on failure...

#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

#10 fixed PYTHON_EGG_CACHE needed bas anonymous
Description
TD: saving email to /var/tmp/msg.txt
TD: part1: Content-Type: text/plain
TD: part1: filename: None
TD: this part is not multipart
TD: writing part1 (/var/tmp/part1)
TD: Failure sending notification on creation of ticket #10: Can't extract file(s) to egg cache

The following error occurred while trying to extract file(s) to the Python egg
cache:

  [Errno 13] Permission denied: '/var/www/.python-eggs'

The Python egg cache directory is currently set to:

  /var/www/.python-eggs

Perhaps your account does not have write access to this directory?  You can
change the cache directory by setting the PYTHON_EGG_CACHE environment
variable to point to an accessible directory.

Note: See TracQuery for help on using queries.