Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (178 - 180 of 332)

Ticket Resolution Summary Owner Reporter
#226 fixed More versatile workflow : compatibility with AdvancedTicketWorkflowPlugin bas Frédéric DUARTE <f.duarte@…>
Description

It would be useful to get email2trac aware of the 'workflow' entry of trac.ini's [ticket] section.

It would help to trigger custom workflow operations that are not handled by Trac's ConfigurableTicketWorkflow.

#19 fixed mysterious problem bas "James Switzer" <greatflamingfoo@…>
Description
for some reason the run_email2trac wrapper is failing. the email2trac
script works with the same input if run as root.

$run_email2trac --project=dummy < dummy.eml
returns 254

-------- /etc/email2trac.conf -----------
[dummy]
project: /home/scdev/trac/projects/dummy
debug: 1
umask: 022
spam_level: 3
reply_all: 1
mailto_link: 0
umask: 022
email_comment: >
email_header: 0
trac_version: 0.10
enable_syslog: 1
alternate_notify_template:
drop_spam: 0
verbatim_format: 1
strip_signature: 0
#123 fixed NameError: global name 'parameter' is not defined bas tomasz.sterna@…
Description

I have a Trac 0.11.1 (easy_install trac) installed and running.

I downloaded email2trac-0.70 and installed it from email2trac_0.70-1_amd64.deb. After configuring it, I get the following error in syslog when I send mails to the email2trac address:

Feb  6 13:39:50 hetzner1 email2trac: Traceback (most recent call last): 
Feb  6 13:39:50 hetzner1 email2trac:   File "/usr/bin/email2trac", line 1465, in <module>     tktparser = TicketEmailParser(env, settings, float(version)) 
Feb  6 13:39:50 hetzner1 email2trac:   File "/usr/bin/email2trac", line 228, in __init__     self.REFLOW = int(parameter['reflow']) 
Feb  6 13:39:50 hetzner1 email2trac: NameError: global name 'parameter' is not defined 
Note: See TracQuery for help on using queries.