Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (313 - 315 of 332)

Ticket Resolution Summary Owner Reporter
#341 fixed format-security problem bas thomas.moschny@…
Description

When run_email2trac.c is compiled with -Werror=format-security, this error is thrown:

gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches  -m64 -mtune=generic -o run_email2trac run_email2trac.c
run_email2trac.c: In function 'email2trac_log':
run_email2trac.c:59:5: error: format not a string literal and no format arguments [-Werror=format-security]
     syslog(LOG_ERR, message);
     ^

The attached patch fixes this.

#342 fixed Typo in variable assignment bas anonymous
Description

There is a typo on line 747 of email2trac.py - instead of 'filemax_length' the variable spells 'filemax_lenght'

https://oss.trac.surfsara.nl/email2trac/browser/trunk/email2trac.py.in#L747

#343 fixed Sender is not notified when new ticket is created bas leonardo.ascenso@…
Description

Today I made an upgrade to the last version. I don't upgrade email2trac for YEARS!

Now senders are not notified on new ticket/ticket update. I have this error on my log and I think that's why sender is not notified by email.

2014-07-17 18:52:28,574 email2trac lefatech.trac: function unique_attachment_names()
2014-07-17 18:52:28,574 email2trac lefatech.trac: function get_body_text()
2014-07-17 18:52:28,716 email2trac lefatech.trac: function attach_attachments()
2014-07-17 18:52:28,716 email2trac lefatech.trac: function mail_workflow: 
2014-07-17 18:52:28,717 email2trac lefatech.trac: function notify()
2014-07-17 18:52:28,754 email2trac lefatech.trac: Failure sending notification on creation of ticket #10060: [Errno -2] Name or service not known

It seems an error on email2trac line 2922 (tn.notify(tkt, new, modtime))

I'm I doing something wrong?

Note: See TracQuery for help on using queries.